dotfiles/firefox/userChrome.css
2022-03-23 12:22:39 -06:00

7 lines
221 B
CSS

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
menupopup:not(.in-menulist){ --menu-color: var(--arrowpanel-color,white) !important; }
menupopup {
--panel-padding: 5px 0 !important;
}