diff options
-rw-r--r-- | firefox/userChrome.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/firefox/userChrome.css b/firefox/userChrome.css new file mode 100644 index 0000000..8e3ab5d --- /dev/null +++ b/firefox/userChrome.css @@ -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; +} |