From 219ab4b40a050070f45c284cf8943980aca6a7a8 Mon Sep 17 00:00:00 2001 From: Graham Date: Fri, 23 Jan 2015 20:36:16 -0500 Subject: [PATCH] Minor fixes to modern theme. --- www/css/cytube.css | 2 +- www/css/themes/modern.css | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/www/css/cytube.css b/www/css/cytube.css index 60d49532..a58503a4 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -160,7 +160,7 @@ } .queue_temp { - background-image: url(/img/stripe-diagonal.png); + background-image: url(/img/stripe-diagonal-black.png); } .videolist { diff --git a/www/css/themes/modern.css b/www/css/themes/modern.css index 5863dac1..60998922 100644 --- a/www/css/themes/modern.css +++ b/www/css/themes/modern.css @@ -30,19 +30,19 @@ input.form-control[type="email"], textarea.form-control { } .queue_entry { - background-color: #272b30; + background-color: #272b30 !important; } .queue_active { - background-image: -webkit-linear-gradient(#8a9196, #7a8288 60%, #70787d); - background-image: linear-gradient(#8a9196, #7a8288, #70787d); - background-repeat: no-repeat; + background-color: #44474c !important; +} +.queue_temp { + background-image: none !important; } .queue_active.queue_temp { - background-color: #70787d; - background-image: url(/img/stripe-diagonal-black.png); - background-repeat: repeat; + background-color: #70787d !important; + background-image: none !important; } .navbar-inverse { @@ -108,6 +108,11 @@ input.form-control[type="email"], textarea.form-control { padding-top: 4px; } +#chatheader .label { + margin-left: 5px !important; + height: 70% !important; +} + .queue_entry { line-height: 22px; padding: 2px;