mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
hover for tree item buttons
This commit is contained in:
parent
c508217604
commit
af703445e1
1 changed files with 6 additions and 2 deletions
|
@ -200,12 +200,16 @@ span.fancytree-node.archived {
|
|||
font-size: 120%;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
left: 5px;
|
||||
left: 3px;
|
||||
top: 2px;
|
||||
margin-left: 5px;
|
||||
padding: 1px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.tree-item-button:hover {
|
||||
border-color: var(--main-border-color);
|
||||
border: 1px dotted var(--main-text-color);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.add-note-button {
|
||||
|
|
Loading…
Reference in a new issue