From 9c0235ab66b28f987a53d3858983f81f4d4894a3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 12 Dec 2019 07:37:28 +0300 Subject: show current unread counter on headlines toolbar if sidebar is hidden --- css/tt-rss.less | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'css/tt-rss.less') diff --git a/css/tt-rss.less b/css/tt-rss.less index 6e0a29d40..b4987e97f 100755 --- a/css/tt-rss.less +++ b/css/tt-rss.less @@ -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 { -- cgit v1.2.3