summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-01-24 16:14:10 +0300
committerAndrew Dolgov <[email protected]>2020-01-24 16:14:10 +0300
commitdeefa901abecef39f1955436af213d9a64d65160 (patch)
tree5787382cc5f38d4ef0adc63a1613a8b275a008c9 /themes/night_blue.css
parent4a4d7a44faf0ba8d02a8a33a1a6c740a06305798 (diff)
mark feeds with marked articles if marked view mode is set
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 02b3c25fb..0349499a0 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -867,6 +867,9 @@ body.ttrss_main .dijitDialog h3:first-of-type,
body.ttrss_main .dijitDialog h4:first-of-type {
margin-top: 0px;
}
+body.ttrss_main[view-mode="marked"] .dijitTreeRow.Has_Marked .dijitTreeLabel {
+ color: #257aa7;
+}
body.ttrss_main #toolbar-headlines i.icon-syndicate {
color: #ff7c4b;
margin-right: 8px;