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

@ -153,7 +153,7 @@ textarea::-webkit-input-placeholder {
/* line 18, ../bootstrap/bootstrap/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
background-image: url("../img/glyphicons-halflings.png");
background-image: url("../img/glyphicons-halflings-white.png");
}
/* White icons with optional class, or on hover/active states of certain elements */
@ -946,6 +946,20 @@ select:focus:invalid:focus {
color: #ff9900;
}
#usercountwrap, #currenttitle, #videowrap,
#librarytoggle, #userpltoggle, #playlisttoggle {
background-color: #2f2f2f;
}
.queue_entry {
background-color: #111111;
}
.queue_active {
border-color: #ff9900;
background-color: #332200;
}
#plmeta {
background-color: rgba(0, 0, 0, 0.3);
}