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;