fix & unify "show recent notes" buttons

This commit is contained in:
azivner
2018-08-14 17:36:39 +02:00
parent 462bc0edd5
commit 936d8449f6
3 changed files with 5 additions and 3 deletions

View File

@@ -286,6 +286,8 @@
<div class="input-group">
<input id="note-autocomplete" class="form-control" placeholder="search for note by its name" style="width: 100%;">
<span class="input-group-addon show-recent-notes-button" title="Show recent notes"></span>
</div>
</div>
@@ -309,7 +311,7 @@
<div class="input-group">
<input id="jump-to-note-autocomplete" class="form-control" placeholder="search for note by its name" style="width: 100%;">
<span class="input-group-addon" id="jump-to-note-show-recent-notes" title="Show recent notes" style="background: url('/images/icons/clock-16.png') no-repeat center; cursor: pointer;"></span>
<span class="input-group-addon show-recent-notes-button" title="Show recent notes"></span>
</div>
</div>