From a0f98bbf0b46a7c1360edbac4fcca4afe93842b9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Jan 2010 16:35:00 +0300 Subject: button style: add pressed state --- tt-rss.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tt-rss.css') 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; -- cgit v1.2.3