New: Added background color to the currently playing song to hightlight it better

This commit is contained in:
lscambo13
2025-07-24 10:12:54 -07:00
parent 4df45afdbe
commit 36c777571c

View File

@@ -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;