summaryrefslogtreecommitdiff
path: root/themes/compact_night.css
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/compact_night.css
parentae7b87bca976cce607fd0ef21bd1f7ba4ea62e3c (diff)
support coloring counters by feed-id/is-cat; set fresh counter to green
Diffstat (limited to 'themes/compact_night.css')
-rw-r--r--themes/compact_night.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/compact_night.css b/themes/compact_night.css
index aabadc867..04111c574 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -587,6 +587,9 @@ body.ttrss_main #feeds-holder #feedTree .counterNode {
min-width: 23px;
height: 14px;
}
+body.ttrss_main #feeds-holder #feedTree .dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
+ background-color: #3ea447;
+}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .loadingExpando {
left: -3px;
height: 22px;