mirror of
https://github.com/zadam/trilium.git
synced 2025-01-18 04:59:56 +08:00
fancytree selection/hover colors are shades of gray, border is rounded
This commit is contained in:
parent
3b8d7b8fba
commit
3112de105e
1 changed files with 14 additions and 1 deletions
|
@ -131,8 +131,21 @@ span.fancytree-node.fancytree-active-clone:not(.fancytree-active) .fancytree-tit
|
||||||
|
|
||||||
/* By default not focused active tree item is not easily visible, this makes it more visible */
|
/* By default not focused active tree item is not easily visible, this makes it more visible */
|
||||||
span.fancytree-active:not(.fancytree-focused) .fancytree-title {
|
span.fancytree-active:not(.fancytree-focused) .fancytree-title {
|
||||||
|
background-color: #eee !important;
|
||||||
|
border-color: #ddd !important;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.fancytree-active.fancytree-focused .fancytree-title {
|
||||||
background-color: #ddd !important;
|
background-color: #ddd !important;
|
||||||
border-color: #555 !important;
|
border-color: #bbb !important;
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.fancytree-plain span.fancytree-node:hover span.fancytree-title {
|
||||||
|
background-color: #eee !important;
|
||||||
|
border-color: #bbb !important;
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-autocomplete {
|
.ui-autocomplete {
|
||||||
|
|
Loading…
Reference in a new issue