mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Add autofocus to all search inputs
This commit is contained in:
parent
2d4d0bdc0c
commit
e84cdb66ae
6 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<form method="{{ method or 'POST' }}" action="{{ url_for('index') }}" id="search_form">
|
||||
<div id="search_wrapper">
|
||||
<input type="text" placeholder="{{ _('Search for...') }}" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="text" autofocus placeholder="{{ _('Search for...') }}" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="submit" value="search" id="search_submit" />
|
||||
</div>
|
||||
{% include 'courgette/categories.html' %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue