Add button background for custom buttons
authorJoey Schulze <joey@infodrom.org>
Sat, 21 Dec 2013 20:59:01 +0000 (21:59 +0100)
committerJoey Schulze <joey@infodrom.org>
Sat, 21 Dec 2013 20:59:01 +0000 (21:59 +0100)
images/bg_button_custom.png [new file with mode: 0644]
stylesheet.css

diff --git a/images/bg_button_custom.png b/images/bg_button_custom.png
new file mode 100644 (file)
index 0000000..c0bd731
Binary files /dev/null and b/images/bg_button_custom.png differ
index 51444f9..7b66729 100644 (file)
@@ -71,6 +71,11 @@ button.builtin {
     background-repeat: repeat-x;
 }
 
     background-repeat: repeat-x;
 }
 
+button.custom {
+    background-image: url('images/bg_button_custom.png');
+    background-repeat: repeat-x;
+}
+
 button:hover {
     background: #EEE;
 }
 button:hover {
     background: #EEE;
 }