Slight fixes to CSS

This commit is contained in:
calzoneman 2013-06-19 23:26:00 -04:00
parent d3079a2b07
commit 15e55c9811
2 changed files with 1 additions and 7 deletions

View File

@ -946,8 +946,7 @@ select:focus:invalid:focus {
color: #ff9900; color: #ff9900;
} }
#usercountwrap, #currenttitle, #videowrap, #usercountwrap, #currenttitle, #videowrap {
#librarytoggle, #userpltoggle, #playlisttoggle {
background-color: #2f2f2f; background-color: #2f2f2f;
} }

View File

@ -11,11 +11,6 @@ body, #videowrap {
background-color: #332200; background-color: #332200;
} }
#userpltoggle, #librarytoggle, #playlisttoggle {
color: #cccccc;
background-color: #2f2f2f;
}
#currenttitle { #currenttitle {
color: #cccccc; color: #cccccc;
} }