mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
make note paths current path underlined
This commit is contained in:
parent
7df8c940b6
commit
d51744ce19
@ -18,6 +18,10 @@ const TPL = `
|
|||||||
max-height: 600px;
|
max-height: 600px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-path-list .current {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<button class="btn dropdown-toggle note-path-list-button bx bx-collection" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Note paths"></button>
|
<button class="btn dropdown-toggle note-path-list-button bx bx-collection" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="Note paths"></button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user