summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
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 /themes/night_blue.css
parent0a10832491b1505bd8762d5c70feb198f4d2c757 (diff)
show current unread counter on headlines toolbar if sidebar is hidden
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 6a5cc3031..694741367 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -867,12 +867,22 @@ body.ttrss_main .dijitDialog h3:first-of-type,
body.ttrss_main .dijitDialog h4:first-of-type {
margin-top: 0px;
}
-body.ttrss_main i.icon-syndicate {
+body.ttrss_main #toolbar-headlines i.icon-syndicate {
color: #ff7c4b;
margin-right: 8px;
border: 1px solid #ff7c4b;
border-radius: 4px;
}
+body.ttrss_main #toolbar-headlines #feed_current_unread {
+ margin-left: 8px;
+ font-weight: bold;
+ text-align: center;
+ border: 1px solid #2a89bc;
+ color: white;
+ background: #2a89bc;
+ border-radius: 4px;
+ min-width: 23px;
+}
body.ttrss_main i.icon-no-feed {
opacity: 0.2;
}