mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 23:13:43 +08:00
make note paths current path underlined
This commit is contained in:
parent
7df8c940b6
commit
d51744ce19
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ const TPL = `
|
|||
max-height: 600px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.note-path-list .current {
|
||||
text-decoration: underline;
|
||||
}
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue