summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-12 07:37:28 +0300
committerAndrew Dolgov <[email protected]>2019-12-12 07:37:28 +0300
commit9c0235ab66b28f987a53d3858983f81f4d4894a3 (patch)
treec65c539f0158dac98b5946f7a2be1823d16a7ae6 /css/tt-rss.less
parent0a10832491b1505bd8762d5c70feb198f4d2c757 (diff)
show current unread counter on headlines toolbar if sidebar is hidden
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less22
1 files changed, 17 insertions, 5 deletions
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 {