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 --- themes/night.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index 1896b4437..8ae734b4d 100644 --- a/themes/night.css +++ b/themes/night.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 #cd8b31; + color: white; + background: #cd8b31; + border-radius: 4px; + min-width: 23px; +} body.ttrss_main i.icon-no-feed { opacity: 0.2; } -- cgit v1.2.3