[UI] Adjusted some colors on mediaplayer

This commit is contained in:
emeric
2014-12-21 01:28:18 +01:00
parent e6ec8b7e4c
commit b1515a8847
+2 -2
View File
@@ -15,7 +15,7 @@ div.contents {
} }
.playqueue { .playqueue {
background-color: #BBB; background-color: #EEE;
border-radius: 10px; border-radius: 10px;
} }
@@ -43,7 +43,7 @@ div.contents {
} }
.mediaplayer { .mediaplayer {
background-color: #ccc; background-color: #CCC;
border-radius: 10px; border-radius: 10px;
} }