mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
making not focused active tree item more visible
This commit is contained in:
parent
045ca1f0bf
commit
aebce8f12b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user