diff options
Diffstat (limited to 'css/news.css')
-rw-r--r-- | css/news.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/css/news.css b/css/news.css index 1b2c0fbe3..953a729a1 100644 --- a/css/news.css +++ b/css/news.css @@ -37,6 +37,8 @@ div.collapsable:hover { background-color: rgb(221, 221, 221); } /* when there are no feeds in the db */ #firstrun { width: 100%; position: absolute; top: 5em; left: 0; text-align: center; font-weight:bold; font-size:1.5em; color:#777; } #firstrun #selections { font-size:0.8em; margin: 2em auto auto auto; clear: both; } +#addfeedbtn { background: url('%appswebroot%/news/img/rss.svg') no-repeat left; padding-left: 20px; } +#importopmlbtn { background: url('%appswebroot%/news/img/opml-icon.svg') no-repeat left center; padding-left: 20px; } /* feed controls */ #addfolder { background: url('%webroot%/core/img/places/folder.svg') no-repeat left center; padding-left: 20px !important; } |