diff options
Diffstat (limited to 'skin/browser.css')
-rw-r--r-- | skin/browser.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/skin/browser.css b/skin/browser.css new file mode 100644 index 0000000..86084b2 --- /dev/null +++ b/skin/browser.css @@ -0,0 +1,7 @@ +toolbar #redirector-button { + list-style-image: url("chrome://redirector/content/images/statusactive.png"); +} + +toolbar #redirector-button[disabled="yes"] { + opacity: .5; +} |