diff options
author | papush | 2021-08-29 14:36:53 +0200 |
---|---|---|
committer | papush | 2021-08-29 14:36:53 +0200 |
commit | a2107f763aae71c6640575777c66ca68916a3b65 (patch) | |
tree | 143b9d37b36fe3320fc279a1402738f00952b041 /skin/browser.css | |
parent | e17cb4e48ae0d691f92d78ca01efc98213eb9b77 (diff) |
use standard icon sizes
Diffstat (limited to 'skin/browser.css')
-rw-r--r-- | skin/browser.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/skin/browser.css b/skin/browser.css index 86084b2..d65897b 100644 --- a/skin/browser.css +++ b/skin/browser.css @@ -1,7 +1,15 @@ -toolbar #redirector-button { - list-style-image: url("chrome://redirector/content/images/statusactive.png"); +#redirector-button { + list-style-image: url("chrome://redirector/content/images/icon_24.png"); } -toolbar #redirector-button[disabled="yes"] { +toolbar[iconsize="small"] #redirector-button { + list-style-image: url("chrome://redirector/content/images/icon_16.png"); +} + +#redirector-button[disabled="yes"] { + opacity: .8; +} + +#redirector-button[disabled="yes"] .toolbarbutton-icon { opacity: .5; } |