summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css12
1 files changed, 11 insertions, 1 deletions
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;
}