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;