diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2012-09-02 03:20:01 +0200 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2012-09-02 03:20:01 +0200 |
commit | 8e13a082bd4542dc5abf51b27f9b75bb8ccabb75 (patch) | |
tree | e8b4f092c6d46aa068181e0289535807faa14075 /css | |
parent | 7251854ff2c9393f3b46ea4a5be96c8345ba40bd (diff) |
improved icons in settings by exporting pngs, made show all more responsive
Diffstat (limited to 'css')
-rw-r--r-- | css/news.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/news.css b/css/news.css index 6f9eb578e..69fdc2473 100644 --- a/css/news.css +++ b/css/news.css @@ -317,16 +317,16 @@ div.add_parentfolder { #feed_settings #view button { padding-top: .2em; background-size: 80%; - background-position: center; + background-position: center center; background-repeat: no-repeat; } #feed_settings #view.show_all button { - background-image: url('%appswebroot%/news/img/eye_all.svg'); + background-image: url('%appswebroot%/news/img/eye_all.png'); } #feed_settings #view.show_unread button { - background-image: url('%appswebroot%/news/img/eye_unread.svg'); + background-image: url('%appswebroot%/news/img/eye_unread.png'); } #feed_settings #addfeedfolder { |