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;
}
#usercountwrap, #currenttitle, #videowrap,
#librarytoggle, #userpltoggle, #playlisttoggle {
#usercountwrap, #currenttitle, #videowrap {
background-color: #2f2f2f;
}

View file

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