[UI] minor playqueue style changes
This commit is contained in:
@@ -14,31 +14,19 @@ div.contents {
|
|||||||
padding: 0px 12px 6px;
|
padding: 0px 12px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.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: #4A42CA;
|
|
||||||
}
|
|
||||||
|
|
||||||
.playqueue {
|
.playqueue {
|
||||||
background-color: #EEE;
|
background-color: #EEE;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playqueue-playing {
|
.playqueue-playing {
|
||||||
background-color: #4A42CA;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.playqueue-track {
|
.playqueue-track {
|
||||||
|
font-size: 120%;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.playqueue-artist {
|
.playqueue-artist {
|
||||||
@@ -70,6 +58,7 @@ div.contents {
|
|||||||
|
|
||||||
.mediaplayer-current-track {
|
.mediaplayer-current-track {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mediaplayer-current-artist {
|
.mediaplayer-current-artist {
|
||||||
|
|||||||
Reference in New Issue
Block a user