mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
help buttons on the dialog titlebar wherever possible, closes #205
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<div id="left-pane" class="hide-toggle">
|
||||
<div id="global-buttons">
|
||||
<a id="create-top-level-note-button" title="Create new top level note" class="icon-action"
|
||||
style="background: url('/images/icons/file-plus-24.png')"></a>
|
||||
data-feather="file-plus"></a>
|
||||
|
||||
<a id="collapse-tree-button" title="Collapse note tree. Shortcut ALT+C" class="icon-action"
|
||||
style="background: url('/images/icons/list-24.png')"></a>
|
||||
@@ -227,6 +227,8 @@
|
||||
|
||||
<script src="/libraries/autocomplete.jquery.min.js"></script>
|
||||
|
||||
<script src="/libraries/feather.min.js"></script>
|
||||
|
||||
<link href="/stylesheets/style.css" rel="stylesheet">
|
||||
|
||||
<script src="/javascripts/services/bootstrap.js" type="module"></script>
|
||||
|
||||
Reference in New Issue
Block a user