Only exclude BMB_bookmarksPopup not all placespopups
This commit is contained in:
parent
87791dcce2
commit
344b068c4f
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ menuitem{ -moz-appearance: none !important; }
|
||||||
menuitem,
|
menuitem,
|
||||||
menu{ min-height: 1.8em }
|
menu{ min-height: 1.8em }
|
||||||
|
|
||||||
menupopup:not([placespopup]),
|
menupopup:not(#BMB_bookmarksPopup),
|
||||||
#main-menubar > menu > menupopup,
|
#main-menubar > menu > menupopup,
|
||||||
#context-navigation{
|
#context-navigation{
|
||||||
color: var(--uc-menu-color) !important;
|
color: var(--uc-menu-color) !important;
|
||||||
|
@ -33,4 +33,4 @@ menuitem[_moz-menuactive]{ background-color: var(--uc-menu-dimmed) !important; c
|
||||||
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) }
|
menu:not(.subviewbutton) > .menu-right{ filter: invert(1) }
|
||||||
|
|
Loading…
Reference in a new issue