summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-07-25 13:54:10 +0400
committerAndrew Dolgov <[email protected]>2014-07-25 13:54:10 +0400
commit22f675e5c4195285b6b5033b451efa9cbb30384b (patch)
treee0a1ac2949daf5327b4bb0f446b0dc1ed04e9110 /css/tt-rss.css
parent0f85f483e5f7a2eafe976433a119cf3957bc97f8 (diff)
add a link to headlines-spacer to open next unread feed
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 4852c8ca1..76e35e110 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -910,10 +910,15 @@ img.feedIcon, img.tinyFeedIcon {
height : 100%;
margin-left : 1px;
text-align : center;
- padding : 1em;
+ padding : 10px;
color : #555;
+ font-size : 11px;
+ font-style : italic;
}
+#headlines-spacer a {
+ color : #555;
+}
ul#filterDlg_Matches, ul#filterDlg_Actions {
max-height : 100px;