Fix: Use pure white text color on active list item for improved contrast
This commit is contained in:
parent
039f852dea
commit
0497fbdf0e
1 changed files with 4 additions and 0 deletions
|
|
@ -1458,6 +1458,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
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 {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue