New: Added background color to the currently playing song to hightlight it better
This commit is contained in:
parent
4df45afdbe
commit
36c777571c
1 changed files with 4 additions and 0 deletions
|
|
@ -2318,6 +2318,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
font-weight: 600;
|
||||
}
|
||||
|
||||
.listItem[data-type="Audio"]:has(.playlistIndexIndicatorImage):not(:hover) {
|
||||
background-color: rgba(255, 255, 255, .07);
|
||||
}
|
||||
|
||||
[dir="ltr"] .listItem:not(.actionSheetMenuItem)[data-type="Episode"] .listItemBodyText:not(.secondary) {
|
||||
font-size: 1.17em;
|
||||
font-weight: 600;
|
||||
|
|
|
|||
Loading…
Reference in a new issue