mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-08 05:49:49 -06:00
new black & white icons with css override
This commit is contained in:
BIN
static/icons/file.png
Normal file
BIN
static/icons/file.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 288 B |
BIN
static/icons/folder.png
Normal file
BIN
static/icons/folder.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 292 B |
@@ -26,9 +26,20 @@
|
||||
}
|
||||
|
||||
ul.fancytree-container {
|
||||
width: 290px;
|
||||
height: 400px;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
outline: none !important;
|
||||
width: 290px;
|
||||
height: 400px;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
span.fancytree-node > span.fancytree-icon {
|
||||
background-position: 0 0;
|
||||
background-image: url("icons/file.png");
|
||||
}
|
||||
|
||||
span.fancytree-node.fancytree-folder > span.fancytree-icon {
|
||||
background-position: 0 0;
|
||||
background-image: url("icons/folder.png");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user