mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] search input design mods according to #226
This commit is contained in:
parent
e7aa98902f
commit
30695265c2
8 changed files with 51 additions and 33 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<select name="time_range" id="time-range">
|
||||
<select name="time_range" id="time-range" class="custom-select form-control">
|
||||
<option id="time-range-anytime" value="" {{ "selected" if time_range=="" or not time_range else ""}}>
|
||||
{{ _('Anytime') }}
|
||||
</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue