aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-23 12:22:39 -0600
committerBryson Steck <steck.bryson@gmail.com>2022-03-23 12:22:39 -0600
commitd5dfe1f1251f38bcba43138b5e53c1201b331fd0 (patch)
tree26c1bc7ce1435b2971c346d2de3e6fdced56049b
parentf7a7898c58fac7f90209d020be4755c8948fa9f7 (diff)
downloaddotfiles-d5dfe1f1251f38bcba43138b5e53c1201b331fd0.tar
dotfiles-d5dfe1f1251f38bcba43138b5e53c1201b331fd0.tar.gz
dotfiles-d5dfe1f1251f38bcba43138b5e53c1201b331fd0.tar.bz2
add userChrome
-rw-r--r--firefox/userChrome.css7
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;
+}