use input text instead
cause under Linux the searchbar always gets rendered with a white background...
This commit is contained in:
parent
b39c271961
commit
252c5fd6c6
|
@ -36,7 +36,7 @@
|
|||
<div class="sidebar">
|
||||
<div class="searchbar-container">
|
||||
<input id="reverse-toggle" type="checkbox" checked="true"> Reverse
|
||||
<input type="search" name="note-search" id="note-searchbar" placeholder="Search...">
|
||||
<input type="text" name="note-search" id="note-searchbar" placeholder="Search...">
|
||||
</div>
|
||||
<div class="note-sidebar-container" id="note-sidebar-container">
|
||||
<!-- This is how the generated notes will look like:
|
||||
|
|
Loading…
Reference in New Issue