diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-03-23 12:22:39 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-03-23 12:22:39 -0600 |
commit | d5dfe1f1251f38bcba43138b5e53c1201b331fd0 (patch) | |
tree | 26c1bc7ce1435b2971c346d2de3e6fdced56049b /firefox | |
parent | f7a7898c58fac7f90209d020be4755c8948fa9f7 (diff) | |
download | dotfiles-d5dfe1f1251f38bcba43138b5e53c1201b331fd0.tar dotfiles-d5dfe1f1251f38bcba43138b5e53c1201b331fd0.tar.gz dotfiles-d5dfe1f1251f38bcba43138b5e53c1201b331fd0.tar.bz2 |
add userChrome
Diffstat (limited to 'firefox')
-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; +} |