fix(lvMenu optionen):fixes click event bugs with the lv menu and changes the styling for some lvmenu options

This commit is contained in:
SimonGschnell
2025-06-24 13:28:32 +02:00
parent f7c03b29db
commit e99cbc9f3d
2 changed files with 22 additions and 22 deletions
+20 -1
View File
@@ -154,11 +154,30 @@ html {
color: var(--fhc-text);
}
#cis-menu .menu-entry .submenu{
background-color: var(--fhc-background-highlight);
color: inherit;
}
#cis-menu .menu-entry:hover .submenu{
background-color: var(--fhc-primary-highlight);
color: inherit;
}
#cis-menu .menu-entry:hover .submenu:hover{
color: var(--fhc-dark);
}
#cis-menu [disabled="true"].menu-entry .submenu{
opacity: 0.5;
background-color: var(--fhc-secondary)
}
[disabled="true"].menu-entry {
pointer-events: none;
cursor: default;
background-color: var(--fhc-disabled) !important;
color: black !important;
color: var(--fhc-dark) !important;
opacity: 0.75;
-webkit-touch-callout: none;
/* iOS Safari */