mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
Don't apply styles to BMB_popups
This commit is contained in:
parent
bf05f6c7c1
commit
7f94504b02
1 changed files with 5 additions and 2 deletions
|
@ -15,7 +15,8 @@ menuitem{ -moz-appearance: none !important; }
|
||||||
menuitem,
|
menuitem,
|
||||||
menu{ min-height: 1.8em }
|
menu{ min-height: 1.8em }
|
||||||
|
|
||||||
menupopup,
|
menupopup:not([placespopup]),
|
||||||
|
#main-menubar > menu > menupopup,
|
||||||
#context-navigation{
|
#context-navigation{
|
||||||
color: var(--uc-menu-color) !important;
|
color: var(--uc-menu-color) !important;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
@ -30,4 +31,6 @@ menuitem:hover,
|
||||||
menuitem[_moz-menuactive]{ background-color: var(--uc-menu-dimmed) !important; color: inherit !important; }
|
menuitem[_moz-menuactive]{ background-color: var(--uc-menu-dimmed) !important; color: inherit !important; }
|
||||||
|
|
||||||
menu[disabled="true"],
|
menu[disabled="true"],
|
||||||
menuitem[disabled="true"]{ color: var(--uc-menu-disabled) !important; }
|
menuitem[disabled="true"]{ color: var(--uc-menu-disabled) !important; }
|
||||||
|
|
||||||
|
menu:not(.subviewbutton) > .menu-right{ filter: invert(1) }
|
Loading…
Reference in a new issue