mirror of https://github.com/calzoneman/sync.git
Slight fixes to CSS
This commit is contained in:
parent
d3079a2b07
commit
15e55c9811
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue