]> git.wh0rd.org - tt-rss.git/commitdiff
button style: add pressed state
authorAndrew Dolgov <fox@bah.org.ru>
Tue, 12 Jan 2010 13:35:00 +0000 (16:35 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Tue, 12 Jan 2010 13:35:00 +0000 (16:35 +0300)
images/button_pressed.png [new file with mode: 0644]
tt-rss.css

diff --git a/images/button_pressed.png b/images/button_pressed.png
new file mode 100644 (file)
index 0000000..be0fb4a
Binary files /dev/null and b/images/button_pressed.png differ
index e9b14f04381e1d6c349776d95198f3d842eb5519..47c013d9144de8d30cd5fa367337ab116fdfd09a 100644 (file)
@@ -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;