mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-22 17:49:34 +00:00
Fix: Use pure white text color on active list item for improved contrast
This commit is contained in:
@@ -1458,6 +1458,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
background-color: var(--activeColor);
|
background-color: var(--activeColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check) .listItemBodyText {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check) .listItemIcon.material-icons.check {
|
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check) .listItemIcon.material-icons.check {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user