summaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-09 18:55:28 +0300
committerAndrew Dolgov <[email protected]>2021-03-09 18:55:28 +0300
commitf804caec90fa8f1c1b3210d64fa66eba65bf8241 (patch)
tree59c4f90d44d53d456e24cb9db8677c79a4ce62ec /themes/light
parentae7b87bca976cce607fd0ef21bd1f7ba4ea62e3c (diff)
support coloring counters by feed-id/is-cat; set fresh counter to green
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 36b73b4f4..6eeac7429 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -676,6 +676,11 @@ body.ttrss_main {
height : 14px;
}
+ // fresh
+ .dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
+ background-color: darken(@color-checked, 15%);
+ }
+
.dijitTreeNode .loadingExpando {
left : -3px;
height : 22px;