[UI] Better delimited the play queue

This commit is contained in:
emeric
2014-12-20 13:49:26 +01:00
parent 9ec42ade17
commit 6b4a9ef38a
2 changed files with 17 additions and 1 deletions
+5
View File
@@ -14,6 +14,11 @@ div.contents {
padding: 0px 12px 6px;
}
.playqueue {
background-color: #BBB;
border-radius: 10px;
}
.playqueue-playing {
background-color: rgba(202, 167, 66, 1);
}