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; +}