aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpapush2021-08-29 12:50:55 +0200
committerpapush2021-08-29 12:50:55 +0200
commit3936477a78320980777e0dd9b951e0265a06a751 (patch)
tree35f34a7277c31194321ba62c1783769b237a3c1a
parent2aeae2f5d2a668fd2f5f28138c47b823f73b1d2d (diff)
add styling for the button
-rw-r--r--skin/browser.css7
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;
+}