mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Hover and active states were not working in Select View menu
This commit is contained in:
@@ -1468,6 +1468,10 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.actionSheetMenuItem.emby-button:has(.listItemIcon.material-icons.check[style*="hidden"]):active {
|
||||
background-color: rgba(255, 255, 255, 0.125);
|
||||
}
|
||||
|
||||
.navMenuOption {
|
||||
border-radius: var(--smallRadius) !important;
|
||||
margin: 0em 1em !important;
|
||||
|
Reference in New Issue
Block a user