[UI] Added clear button in the play queue. Corrected some style stuff too

This commit is contained in:
emeric
2014-12-21 14:42:41 +01:00
parent b1515a8847
commit d790a0cf76
4 changed files with 20 additions and 6 deletions
+6 -2
View File
@@ -20,15 +20,19 @@ div.contents {
}
.playqueue-playing {
background-color: rgba(202, 167, 66, 1);
background-color: #4A42CA;
}
.Wt-tableview .playqueue-playing {
color: #FFF;
}
.Wt-tableview div.playqueue-playing {
background-color: #4A42CA;
}
.Wt-tableview .Wt-tv-contents.Wt-striped div.playqueue-playing:nth-child(odd) {
background-color: rgba(202, 167, 66, 1);
background-color: #4A42CA;
}
.playqueue-track {