mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
styles for dropping items in the tree, WIP
This commit is contained in:
parent
6fdabbc73b
commit
f3959cf2aa
1 changed files with 14 additions and 0 deletions
|
@ -207,3 +207,17 @@ span.fancytree-node.archived {
|
|||
span.fancytree-node:hover .add-note-button {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.fancytree-drop-accept {
|
||||
border: 1px solid var(--main-border-color);
|
||||
}
|
||||
|
||||
#fancytree-drop-marker.fancytree-drop-after {
|
||||
width: 60px;
|
||||
border-bottom: 1px solid var(--main-border-color);
|
||||
}
|
||||
|
||||
#fancytree-drop-marker.fancytree-drop-before {
|
||||
width: 60px;
|
||||
border-top: 1px solid var(--main-border-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue