1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-01 12:59:14 +00:00

show current unread counter on headlines toolbar if sidebar is hidden

This commit is contained in:
Andrew Dolgov
2019-12-12 07:37:28 +03:00
parent 0a10832491
commit 9c0235ab66
10 changed files with 72 additions and 12 deletions

View File

@@ -1025,11 +1025,23 @@ body.ttrss_main .dijitDialog {
}
body.ttrss_main {
i.icon-syndicate {
color : @color-published;
margin-right : 8px;
border : 1px solid @color-published;
border-radius : 4px;
#toolbar-headlines {
i.icon-syndicate {
color: @color-published;
margin-right: 8px;
border: 1px solid @color-published;
border-radius: 4px;
}
#feed_current_unread {
margin-left : 8px;
font-weight : bold;
text-align : center;
border : 1px solid lighten(@color-accent, 5%);;
color : white;
background : lighten(@color-accent, 5%);
border-radius : 4px;
min-width : 23px;
}
}
i.icon-no-feed {