From ef50c527bcfceaaa79c4927917186a3f29b8006f Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 2 Feb 2015 20:23:48 -0500 Subject: [PATCH] Revert stripes for compatibility with light themes. --- www/css/cytube.css | 2 +- www/css/themes/modern.css | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/www/css/cytube.css b/www/css/cytube.css index a73f4add..6ba0ddc7 100644 --- a/www/css/cytube.css +++ b/www/css/cytube.css @@ -162,7 +162,7 @@ } .queue_temp { - background-image: url(/img/stripe-diagonal-black.png); + background-image: url(/img/stripe-diagonal.png); } .videolist { diff --git a/www/css/themes/modern.css b/www/css/themes/modern.css index 4f641734..32d5eac9 100644 --- a/www/css/themes/modern.css +++ b/www/css/themes/modern.css @@ -41,14 +41,6 @@ input.form-control[type="email"], textarea.form-control { .queue_active { background-color: #44474c !important; } -.queue_temp { - background-image: none !important; -} - -.queue_active.queue_temp { - background-color: #70787d !important; - background-image: none !important; -} .profile-box, .user-dropdown { color: #c8c8c8;