From a2107f763aae71c6640575777c66ca68916a3b65 Mon Sep 17 00:00:00 2001 From: papush Date: Sun, 29 Aug 2021 14:36:53 +0200 Subject: use standard icon sizes --- chrome/images/icon_16.png | Bin 0 -> 1001 bytes chrome/images/icon_24.png | Bin 0 -> 1558 bytes icon_16.png | Bin 0 -> 1001 bytes icon_24.png | Bin 0 -> 1558 bytes icon_24.xcf | Bin 0 -> 17744 bytes skin/browser.css | 14 +++++++++++--- 6 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 chrome/images/icon_16.png create mode 100644 chrome/images/icon_24.png create mode 100644 icon_16.png create mode 100644 icon_24.png create mode 100644 icon_24.xcf diff --git a/chrome/images/icon_16.png b/chrome/images/icon_16.png new file mode 100644 index 0000000..1e0bb54 Binary files /dev/null and b/chrome/images/icon_16.png differ diff --git a/chrome/images/icon_24.png b/chrome/images/icon_24.png new file mode 100644 index 0000000..8b96962 Binary files /dev/null and b/chrome/images/icon_24.png differ diff --git a/icon_16.png b/icon_16.png new file mode 100644 index 0000000..1e0bb54 Binary files /dev/null and b/icon_16.png differ diff --git a/icon_24.png b/icon_24.png new file mode 100644 index 0000000..8b96962 Binary files /dev/null and b/icon_24.png differ diff --git a/icon_24.xcf b/icon_24.xcf new file mode 100644 index 0000000..71b43d0 Binary files /dev/null and b/icon_24.xcf differ 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; } -- cgit v1.2.3-70-g09d2