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:
parent
85285a1094
commit
2cde35e212
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<span class='socket-status'></span>
|
||||
<div class='tool-bar clearfix'>
|
||||
<!-- <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 class='gutter'>
|
||||
|
|
Loading…
Reference in a new issue