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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user