From 6ec66d0ce5dd3dc79e72ac562448045526756280 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 9 Mar 2021 18:59:49 +0300 Subject: set border color on that too --- themes/light.css | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/light.css') 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; -- cgit v1.2.3