summaryrefslogtreecommitdiffstats
path: root/css/news.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/news.css')
-rw-r--r--css/news.css6
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 {