dotfiles/firefox/userChrome.css

8 lines
221 B
CSS
Raw Normal View History

2022-03-23 12:22:39 -06:00
@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;
}