locationinput: blur, escape and clear button

This commit is contained in:
Laura Klünder 2017-10-28 16:57:13 +02:00
parent 49cff1cfb8
commit 96592b9355
3 changed files with 38 additions and 6 deletions

View file

@ -29,13 +29,13 @@
<input type="text" placeholder="{% trans 'Search any location…' %}">
<small></small>
<button class="button-clear locate"></button>
<button class="button-clear reset"></button>
<button class="button-clear clear"></button>
</div>
<div class="location locationinput empty" id="destination-input">
<input type="text" placeholder="{% trans 'Search any location…' %}">
<small></small>
<button class="button-clear locate"></button>
<button class="button-clear reset"></button>
<button class="button-clear clear"></button>
</div>
<!--<div class="buttons" id="search-buttons">
<button class="button-clear">Scan QR Code</button>