summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-12 16:35:00 +0300
committerAndrew Dolgov <[email protected]>2010-01-12 16:35:00 +0300
commita0f98bbf0b46a7c1360edbac4fcca4afe93842b9 (patch)
treec7051a3da5ce44f0b5058655dc91b154aaecdf76
parent7483f8924cd66bf640e2b6f39418757610789dc0 (diff)
button style: add pressed state
-rw-r--r--images/button_pressed.pngbin0 -> 873 bytes
-rw-r--r--tt-rss.css4
2 files changed, 4 insertions, 0 deletions
diff --git a/images/button_pressed.png b/images/button_pressed.png
new file mode 100644
index 000000000..be0fb4a77
--- /dev/null
+++ b/images/button_pressed.png
Binary files differ
diff --git a/tt-rss.css b/tt-rss.css
index e9b14f043..47c013d91 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -2251,6 +2251,10 @@ div#auxDlg a {
color : #4684ff;
}
+button:active {
+ background-image : url("images/button_pressed.png");
+}
+
button, select {
background-color : transparent;
background-repeat : repeat-x;