mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
search note fixes
This commit is contained in:
@@ -77,7 +77,12 @@
|
||||
<div style="display: flex; align-items: center;">
|
||||
<input name="search-text" placeholder="Search text, labels" style="flex-grow: 100; margin-left: 5px; margin-right: 5px;" autocomplete="off">
|
||||
<button id="do-search-button" class="btn btn-sm" title="Search">Search</button>
|
||||
<button id="save-search-button" class="btn btn-sm" title="Save search">Save</button>
|
||||
|
||||
|
||||
|
||||
<button id="save-search-button" class="btn btn-sm" title="Save search" style="padding: 4px;">
|
||||
<img src="/images/icons/save.png" alt="Save search"/>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -115,10 +120,10 @@
|
||||
|
||||
<div class="btn-group btn-group-xs">
|
||||
<button type="button" class="btn" id="protect-button" title="Protected note can be viewed and edited only after entering password">
|
||||
<img src="images/icons/shield.png"/>
|
||||
<img src="/images/icons/shield.png"/>
|
||||
</button>
|
||||
<button type="button" class="btn" id="unprotect-button" title="Not protected note can be viewed without entering password">
|
||||
<img src="images/icons/shield-off.png"/>
|
||||
<img src="/images/icons/shield-off.png"/>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user