From 7de62c1e84611d7655851e81cce1862062726f0e Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 7 Feb 2015 21:17:06 -0600 Subject: [PATCH] CSS fixes --- www/css/cytube.css | 3 ++- www/css/themes/bootstrap-theme.min.css | 12 ++++++------ www/css/themes/cyborg.css | 12 ++++++------ www/css/themes/light.css | 10 +++++----- www/css/themes/modern.css | 3 +-- www/css/themes/slate.css | 4 ++-- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/www/css/cytube.css b/www/css/cytube.css index ff531f36..a13c33db 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -589,5 +589,6 @@ table td { line-height: 22px; padding: 2px; font-size: 8pt; + border: 1px solid; border-top-width: 0; -} \ No newline at end of file +} diff --git a/www/css/themes/bootstrap-theme.min.css b/www/css/themes/bootstrap-theme.min.css index 0fb5d6f2..8685531d 100644 --- a/www/css/themes/bootstrap-theme.min.css +++ b/www/css/themes/bootstrap-theme.min.css @@ -28,10 +28,6 @@ footer { background-color: #eeeeee !important; } -.queue_active { - background-color: #d9edf7; -} - .profile-box, .user-dropdown { background-color: #ffffff; } @@ -66,6 +62,10 @@ footer { } .queue_entry { - border: 1px solid #aaaaaa; + border-color: #aaaaaa; background-color: #ffffff; -} \ No newline at end of file +} + +.queue_entry.queue_active { + background-color: #d9edf7; +} diff --git a/www/css/themes/cyborg.css b/www/css/themes/cyborg.css index d028f018..965b74b5 100644 --- a/www/css/themes/cyborg.css +++ b/www/css/themes/cyborg.css @@ -39,10 +39,6 @@ input.form-control[type="email"], textarea.form-control { color: #c8c8c8; } -.queue_active { - background-color: #333333; -} - .profile-box, .user-dropdown { color: #c8c8c8; background-color: #2d2d2d; @@ -78,6 +74,10 @@ input.form-control[type="email"], textarea.form-control { } .queue_entry { - border: 1px solid #aaaaaa; + border-color: #aaaaaa; background-color: #060606; -} \ No newline at end of file +} + +.queue_entry.queue_active { + background-color: #333333; +} diff --git a/www/css/themes/light.css b/www/css/themes/light.css index 320390e1..478af6bd 100644 --- a/www/css/themes/light.css +++ b/www/css/themes/light.css @@ -22,10 +22,6 @@ footer { background-color: #eeeeee !important; } -.queue_active { - background-color: #d9edf7; -} - .profile-box, .user-dropdown { background-color: #ffffff; } @@ -60,6 +56,10 @@ footer { } .queue_entry { - border: 1px solid #aaaaaa; + border-color: #aaaaaa; background-color: #ffffff; } + +.queue_entry.queue_active { + background-color: #d9edf7; +} diff --git a/www/css/themes/modern.css b/www/css/themes/modern.css index a64f0925..b4e66487 100644 --- a/www/css/themes/modern.css +++ b/www/css/themes/modern.css @@ -129,8 +129,7 @@ input.form-control[type="email"], textarea.form-control { } .queue_entry { - border: 1px solid #000000; - border-top-width: 0; + border-color: #000000; background-color: #272b30; } diff --git a/www/css/themes/slate.css b/www/css/themes/slate.css index 417039fb..0259f5e7 100644 --- a/www/css/themes/slate.css +++ b/www/css/themes/slate.css @@ -90,6 +90,6 @@ input.form-control[type="email"], textarea.form-control { } .queue_entry { - border: 1px solid #aaaaaa; + border-color: #aaaaaa; background-color: #272b30; -} \ No newline at end of file +}