From 9ab4e02a5d11fca7f3029631507c9b59894b9cca Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 7 Feb 2015 21:17:06 -0600 Subject: [PATCH] CSS fixes --- www/css/themes/bootstrap-theme.min.css | 4 ++++ www/css/themes/cyborg.css | 8 ++++---- www/css/themes/light.css | 4 ++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/www/css/themes/bootstrap-theme.min.css b/www/css/themes/bootstrap-theme.min.css index ae9fae66..54daf5ae 100644 --- a/www/css/themes/bootstrap-theme.min.css +++ b/www/css/themes/bootstrap-theme.min.css @@ -73,3 +73,7 @@ footer { .navbar-inverse .navbar-text-nofloat { color: #9d9d9d; } + +.queue_entry.queue_active { + background-color: #d9edf7; +} diff --git a/www/css/themes/cyborg.css b/www/css/themes/cyborg.css index d180e636..14a6050f 100644 --- a/www/css/themes/cyborg.css +++ b/www/css/themes/cyborg.css @@ -78,10 +78,10 @@ input.form-control[type="email"], textarea.form-control { background-color: #060606; } -.queue_entry.queue_active { - background-color: #333333; -} - .navbar-inverse .navbar-text-nofloat { color: #888; } + +.queue_entry.queue_active { + background-color: #333333; +} diff --git a/www/css/themes/light.css b/www/css/themes/light.css index 4c72fa74..5fc33777 100644 --- a/www/css/themes/light.css +++ b/www/css/themes/light.css @@ -67,3 +67,7 @@ footer { .navbar-inverse .navbar-text-nofloat { color: #9d9d9d; } + +.queue_entry.queue_active { + background-color: #d9edf7; +}