Change input type of search field to "search"

This generates a simple clear element when typing. Cloeses https://github.com/WhisperSystems/Signal-Desktop/issues/420
This commit is contained in:
mad-de 2015-12-06 19:01:32 +01:00
parent 85285a1094
commit 2cde35e212

View file

@ -13,7 +13,7 @@
<span class='socket-status'></span> <span class='socket-status'></span>
<div class='tool-bar clearfix'> <div class='tool-bar clearfix'>
<!-- <button class='show-new-conversation'></button> --> <!-- <button class='show-new-conversation'></button> -->
<input type='text' class='search' placeholder='Search for people or groups'> <input type='search' class='search' placeholder='Search for people or groups'>
</div> </div>
</div> </div>
<div class='gutter'> <div class='gutter'>