From 15e55c9811273685a5c4621f35eb2d17ffeacc87 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Wed, 19 Jun 2013 23:26:00 -0400 Subject: [PATCH] Slight fixes to CSS --- www/assets/css/darkstrap.css | 3 +-- www/assets/css/semidark.css | 5 ----- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/www/assets/css/darkstrap.css b/www/assets/css/darkstrap.css index 5aadc62b..04fedbef 100644 --- a/www/assets/css/darkstrap.css +++ b/www/assets/css/darkstrap.css @@ -946,8 +946,7 @@ select:focus:invalid:focus { color: #ff9900; } -#usercountwrap, #currenttitle, #videowrap, -#librarytoggle, #userpltoggle, #playlisttoggle { +#usercountwrap, #currenttitle, #videowrap { background-color: #2f2f2f; } diff --git a/www/assets/css/semidark.css b/www/assets/css/semidark.css index 2ffd3315..fff3d348 100644 --- a/www/assets/css/semidark.css +++ b/www/assets/css/semidark.css @@ -11,11 +11,6 @@ body, #videowrap { background-color: #332200; } -#userpltoggle, #librarytoggle, #playlisttoggle { - color: #cccccc; - background-color: #2f2f2f; -} - #currenttitle { color: #cccccc; }