Slight fixes to CSS
This commit is contained in:
parent
d3079a2b07
commit
15e55c9811
|
@ -946,8 +946,7 @@ select:focus:invalid:focus {
|
|||
color: #ff9900;
|
||||
}
|
||||
|
||||
#usercountwrap, #currenttitle, #videowrap,
|
||||
#librarytoggle, #userpltoggle, #playlisttoggle {
|
||||
#usercountwrap, #currenttitle, #videowrap {
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
|
|
|
@ -11,11 +11,6 @@ body, #videowrap {
|
|||
background-color: #332200;
|
||||
}
|
||||
|
||||
#userpltoggle, #librarytoggle, #playlisttoggle {
|
||||
color: #cccccc;
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
#currenttitle {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue