1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add a link to headlines-spacer to open next unread feed

This commit is contained in:
Andrew Dolgov
2014-07-25 13:54:10 +04:00
parent 0f85f483e5
commit 22f675e5c4
3 changed files with 29 additions and 7 deletions

View File

@@ -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;