From d5dfe1f1251f38bcba43138b5e53c1201b331fd0 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 23 Mar 2022 12:22:39 -0600 Subject: add userChrome --- firefox/userChrome.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 firefox/userChrome.css 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; +} -- cgit v1.2.3