From aebce8f12b87e7c3d5dbd23e75918f3d01a4cc64 Mon Sep 17 00:00:00 2001 From: azivner Date: Thu, 28 Dec 2017 20:53:31 -0500 Subject: [PATCH] making not focused active tree item more visible --- public/stylesheets/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 73c064e56..223312f4b 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -74,6 +74,12 @@ span.fancytree-node.fancytree-active-clone:not(.fancytree-active) .fancytree-tit font-weight: bold; } +/* By default not focused active tree item is not easily visible, this makes it more visible */ +span.fancytree-active:not(.fancytree-focused) .fancytree-title { + background-color: #ddd !important; + border-color: #555 !important; +} + .ui-autocomplete { max-height: 300px; overflow-y: auto;