summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-09 18:59:49 +0300
committerAndrew Dolgov <[email protected]>2021-03-09 18:59:49 +0300
commit6ec66d0ce5dd3dc79e72ac562448045526756280 (patch)
treebdd53fe41e930f5606e90127df6f5dad86d2c537 /themes
parentf804caec90fa8f1c1b3210d64fa66eba65bf8241 (diff)
set border color on that too
Diffstat (limited to 'themes')
-rw-r--r--themes/compact.css1
-rw-r--r--themes/compact_night.css1
-rw-r--r--themes/light.css1
-rw-r--r--themes/light/tt-rss.less1
-rw-r--r--themes/night.css1
-rw-r--r--themes/night_blue.css1
6 files changed, 6 insertions, 0 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 7209c7575..3bc7f6f5c 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -589,6 +589,7 @@ body.ttrss_main #feeds-holder #feedTree .counterNode {
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
background-color: #3ea447;
+ border-color: #307f37;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .loadingExpando {
left: -3px;
diff --git a/themes/compact_night.css b/themes/compact_night.css
index 04111c574..b6fde0963 100644
--- a/themes/compact_night.css
+++ b/themes/compact_night.css
@@ -589,6 +589,7 @@ body.ttrss_main #feeds-holder #feedTree .counterNode {
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
background-color: #3ea447;
+ border-color: #307f37;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .loadingExpando {
left: -3px;
diff --git a/themes/light.css b/themes/light.css
index f3bde5756..c3092723d 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -589,6 +589,7 @@ body.ttrss_main #feeds-holder #feedTree .counterNode {
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
background-color: #3ea447;
+ border-color: #307f37;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .loadingExpando {
left: -3px;
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 6eeac7429..a47d61dba 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -679,6 +679,7 @@ body.ttrss_main {
// fresh
.dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
background-color: darken(@color-checked, 15%);
+ border-color: darken(@color-checked, 25%);
}
.dijitTreeNode .loadingExpando {
diff --git a/themes/night.css b/themes/night.css
index 5f4d4e503..7c1b3a874 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -590,6 +590,7 @@ body.ttrss_main #feeds-holder #feedTree .counterNode {
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
background-color: #3ea447;
+ border-color: #307f37;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .loadingExpando {
left: -3px;
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 9a73889f9..b0bcfd348 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -590,6 +590,7 @@ body.ttrss_main #feeds-holder #feedTree .counterNode {
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeRow[data-feed-id="-3"][data-is-cat="false"] .counterNode.unread {
background-color: #3ea447;
+ border-color: #307f37;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .loadingExpando {
left: -3px;