diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2016-07-05 09:52:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 09:52:14 +0000 |
commit | cd9dd1ab0ee230a47109491e3341d25c5d3d469c (patch) | |
tree | bc958c20a45e87c71a998054d667c47598074d16 /README.md | |
parent | b4b02bfe59db0cd3a19893b91e714a4d3a45e1a4 (diff) | |
parent | a417c9d23e345a9821a3ca254070d67c7b415c1b (diff) |
Merge pull request #71 from anewuser/patch-1
Updated code to work with localized labels
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ 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%);} + toolbarbutton#toggle-button--redirectoreinaregilssoncom-redirector[image*="active"]{filter:invert(100%) brightness(600%);} + toolbarbutton#toggle-button--redirectoreinaregilssoncom-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. |