aboutsummaryrefslogtreecommitdiff
path: root/firefox
diff options
context:
space:
mode:
authorkballou <kballou@devnulllabs.io>2015-11-02 19:00:25 -0700
committerkballou <kballou@devnulllabs.io>2015-11-02 19:00:25 -0700
commit6a50a42a2fcee61518615afec627b540a7450785 (patch)
tree659a3003e20cc493cea88fff887e09fe5c434a76 /firefox
parentcf6d48f11b26c9493e4ce05d1ca87e3df821fa94 (diff)
downloaddotfiles-6a50a42a2fcee61518615afec627b540a7450785.tar.gz
dotfiles-6a50a42a2fcee61518615afec627b540a7450785.tar.xz
Add userContent.css for firefox
[1]: https://wiki.archlinux.org/index.php/Firefox
Diffstat (limited to 'firefox')
-rw-r--r--firefox/.mozilla/firefox/chrome/userContent.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/firefox/.mozilla/firefox/chrome/userContent.css b/firefox/.mozilla/firefox/chrome/userContent.css
new file mode 100644
index 00000000..d745c393
--- /dev/null
+++ b/firefox/.mozilla/firefox/chrome/userContent.css
@@ -0,0 +1,21 @@
+input:not(.urlbar-input):not(.textbox-input) {
+ -moz-appearance: none !important;
+ background-color: white;
+ color: black;
+}
+
+#downloads-indicator-counter {
+ color: white;
+}
+
+textarea {
+ -moz-appearance: none !important;
+ background-color: white;
+ color: black;
+}
+
+select {
+ -moz-appearance: none !important;
+ background-color: white;
+ color: black;
+}