diff --git a/images/button_pressed.png b/images/button_pressed.png new file mode 100644 index 000000000..be0fb4a77 Binary files /dev/null and b/images/button_pressed.png 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;