aboutsummaryrefslogtreecommitdiff
path: root/chrome/skin
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/skin')
-rw-r--r--chrome/skin/movedown.pngbin0 -> 294 bytes
-rw-r--r--chrome/skin/movedowndisabled.pngbin0 -> 361 bytes
-rw-r--r--chrome/skin/moveup.pngbin0 -> 360 bytes
-rw-r--r--chrome/skin/moveupdisabled.pngbin0 -> 282 bytes
-rw-r--r--chrome/skin/redirector.css8
5 files changed, 7 insertions, 1 deletions
diff --git a/chrome/skin/movedown.png b/chrome/skin/movedown.png
new file mode 100644
index 0000000..d32b79c
--- /dev/null
+++ b/chrome/skin/movedown.png
Binary files differ
diff --git a/chrome/skin/movedowndisabled.png b/chrome/skin/movedowndisabled.png
new file mode 100644
index 0000000..afd8fc6
--- /dev/null
+++ b/chrome/skin/movedowndisabled.png
Binary files differ
diff --git a/chrome/skin/moveup.png b/chrome/skin/moveup.png
new file mode 100644
index 0000000..3025378
--- /dev/null
+++ b/chrome/skin/moveup.png
Binary files differ
diff --git a/chrome/skin/moveupdisabled.png b/chrome/skin/moveupdisabled.png
new file mode 100644
index 0000000..e526b29
--- /dev/null
+++ b/chrome/skin/moveupdisabled.png
Binary files differ
diff --git a/chrome/skin/redirector.css b/chrome/skin/redirector.css
index c39905b..1b32081 100644
--- a/chrome/skin/redirector.css
+++ b/chrome/skin/redirector.css
@@ -4,4 +4,10 @@
#lstRedirects richlistitem { border-bottom:dotted 1px grey; padding:3px; }
.redirectRows > row > label { font-weight:bold;}
.editRedirects > row > textbox { width: 350px; }
-#redirectorSettings > tabbox { margin:4px; } \ No newline at end of file
+#redirectorSettings > tabbox { margin:4px; }
+#btnUp { list-style-image: url('chrome://redirector/skin/moveup.png'); }
+#btnDown { list-style-image: url('chrome://redirector/skin/movedown.png'); }
+#btnUp[disabled=true] { list-style-image: url('chrome://redirector/skin/moveupdisabled.png'); }
+#btnDown[disabled=true] { list-style-image: url('chrome://redirector/skin/movedowndisabled.png'); }
+
+#btnUp, #btnDown { width:25px; min-width:25px; }