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;