aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2016-07-04 22:22:33 +0000
committerGitHub <noreply@github.com>2016-07-04 22:22:33 +0000
commitb4b02bfe59db0cd3a19893b91e714a4d3a45e1a4 (patch)
tree9a8b95d518f6f4ab121b98c111587c5be282e159
parent9d22c0a10ec6ab4b3f90de71a3c6792885ffda59 (diff)
parenta1726a82b0bfcd242047db950b02912ce94e0132 (diff)
Merge pull request #70 from anewuser/patch-1
Added css fix for Firefox dark themes to Readme file
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6d7d67..7e0945b 100644
--- a/README.md
+++ b/README.md
@@ -2,3 +2,12 @@
* [Firefox](https://addons.mozilla.org/firefox/addon/5064)
* [Google Chrome and Vivaldi](https://chrome.google.com/webstore/detail/redirector/ocgpenflpmgnfapjedencafcfakcekcd)
* [Opera](https://addons.opera.com/extensions/details/redirector-2/)
+
+## Dark theme
+If you are a Firefox user and use a dark theme, you can edit your userChrome.css file and add these lines to it for the extension button to more visible:
+
+ /* Redirector button for dark Firefox themes */
+ toolbarbutton[label="Redirector"][image*="active"]{filter:invert(100%) brightness(600%);}
+ toolbarbutton[label="Redirector"][image*="disabled"]{filter:invert(100%) brightness(250%);}
+
+If you don't know what the userChrome.css file is or how to edit it, please look it up on Firefox forums instead of asking about it on this repository.