mirror of
https://github.com/zadam/trilium.git
synced 2025-03-05 19:45:48 +08:00
icon for saved seach
This commit is contained in:
parent
ce754cbd91
commit
b8ae791191
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ span.fancytree-node.render > span.fancytree-icon {
|
|||
background-image: url("../images/icons/play.png");
|
||||
}
|
||||
|
||||
span.fancytree-node.search > span.fancytree-icon {
|
||||
background-position: 0 0;
|
||||
background-image: url("../images/icons/search-small.png");
|
||||
}
|
||||
|
||||
span.fancytree-node.protected > span.fancytree-icon {
|
||||
filter: drop-shadow(2px 2px 2px black);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue