Fixes, continue work

This commit is contained in:
calzoneman 2013-06-11 15:41:03 -04:00
parent 42fc2e45c8
commit 1850f009ff
10 changed files with 286 additions and 159 deletions

View file

@ -0,0 +1,37 @@
body, #videowrap {
background-color: #2f2f2f;
}
.queue_entry {
background-color: #111111;
}
.queue_active {
border-color: #ff9900;
background-color: #332200;
}
#userpltoggle, #librarytoggle, #playlisttoggle {
color: #cccccc;
background-color: #2f2f2f;
}
#currenttitle {
color: #cccccc;
}
.qe_time {
color: #cccccc;
}
#userpltoggle i[class^="icon-"], #userpltoggle i[class*=" icon-"],
#librarytoggle i[class^="icon-"], #librarytoggle i[class*=" icon-"],
#playlisttoggle i[class^="icon-"], #playlisttoggle i[class*=" icon-"] {
background-image: url("../img/glyphicons-halflings-white.png");
}
#plmeta {
color: #cccccc;
background-color: #2f2f2f;
background-color: rgba(0, 0, 0, 0.3);
}