From 52b1e58b26691cee32b6800d915f3ee4c0b4811c Mon Sep 17 00:00:00 2001 From: azivner Date: Tue, 22 Jan 2019 20:23:54 +0100 Subject: [PATCH] make tree selection more visually consistent --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index deb348428..c2dc1fd11 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -260,7 +260,7 @@ span.fancytree-active.fancytree-focused .fancytree-title { border-radius: 3px; } -span.fancytree-active:not(.fancytree-focused) .fancytree-title { +span.fancytree-active:not(.fancytree-focused) .fancytree-title, span.fancytree-selected .fancytree-title { color: var(--hover-item-text-color) !important; background-color: var(--hover-item-background-color) !important; border-color: #ddd !important;