Skip to content

Commit

Permalink
making not focused active tree item more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Dec 29, 2017
1 parent 045ca1f commit aebce8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aebce8f

Please sign in to comment.