From 5a9c0f98a404d7de629218154adba78c7a0c33e7 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 2 Feb 2015 20:02:45 -0500 Subject: [PATCH] Improve theme selection from modern theme --- www/css/themes/modern.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/themes/modern.css b/www/css/themes/modern.css index b9d921bc..4f641734 100644 --- a/www/css/themes/modern.css +++ b/www/css/themes/modern.css @@ -30,6 +30,10 @@ input.form-control[type="email"], textarea.form-control { color: #c8c8c8; } +.form-control { + color: #a9a9a9 !important; +} + .queue_entry { background-color: #272b30 !important; }