diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-16 19:01:14 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-16 19:01:14 -0700 |
commit | 1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3 (patch) | |
tree | d67ff510d7fd5df4ac34c88ba07286526cca9ca4 /firefox | |
parent | 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (diff) | |
download | dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.gz dotfiles-1fad9afb72b2d729bb5328dfd6711c0a8dc4e8d3.tar.bz2 |
update shabangs
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/userChrome.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/firefox/userChrome.css b/firefox/userChrome.css deleted file mode 100644 index 8e3ab5d..0000000 --- a/firefox/userChrome.css +++ /dev/null @@ -1,7 +0,0 @@ -@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; -} |