add userChrome

This commit is contained in:
Bryson Steck 2022-03-23 12:22:39 -06:00
parent f7a7898c58
commit d5dfe1f125

7
firefox/userChrome.css Normal file
View file

@ -0,0 +1,7 @@
@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;
}