summaryrefslogtreecommitdiff
path: root/themes
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
parentae7b87bca976cce607fd0ef21bd1f7ba4ea62e3c (diff)
support coloring counters by feed-id/is-cat; set fresh counter to green
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css3
-rw-r--r--themes/compact_night.css3
-rw-r--r--themes/light.css3
-rw-r--r--themes/light/tt-rss.less5
-rw-r--r--themes/night.css3
-rw-r--r--themes/night_blue.css3
6 files changed, 20 insertions, 0 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 16a05cadd..7209c7575 100644
--- a/themes/compact.css
+++ b/themes/compact.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;
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;
diff --git a/themes/light.css b/themes/light.css
index 252a9a7cc..f3bde5756 100644
--- a/themes/light.css
+++ b/themes/light.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;
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;
diff --git a/themes/night.css b/themes/night.css
index 3226031dd..5f4d4e503 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -588,6 +588,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;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 615c5bbd8..9a73889f9 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -588,6 +588,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;