summaryrefslogtreecommitdiff
path: root/searx/templates/simple/simple_search.html
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-11-13 12:19:08 +0100
committerGitHub <noreply@github.com>2021-11-13 12:19:08 +0100
commit7a9dda51d2f532089396e97a890e1727c1e872d1 (patch)
tree311aa6e2ea2054d51e29bad48981eb1c69e1957d /searx/templates/simple/simple_search.html
parent8877512e20edf86221b1de66808e2ab284770844 (diff)
parent29e092b9310c961bf730d41e43e77af4c9c50563 (diff)
Merge pull request #488 from MrPaulBlack/category-icons
[simple theme] add icons to category and drop webfont
Diffstat (limited to 'searx/templates/simple/simple_search.html')
-rw-r--r--searx/templates/simple/simple_search.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/simple/simple_search.html b/searx/templates/simple/simple_search.html
index 3d0e11834..8612ceca6 100644
--- a/searx/templates/simple/simple_search.html
+++ b/searx/templates/simple/simple_search.html
@@ -2,8 +2,8 @@
<div id="search_wrapper">
<div class="search_box">
<input id="q" autofocus name="q" type="text" placeholder="{{ _('Search for...') }}" tabindex="1" autocomplete="off" spellcheck="false" dir="auto" {% if q %}value="{{ q }}"{% endif %} >
- <button id="clear_search" type="button" tabindex="-1"><span class="hide_if_nojs">{{ icon('close') }}</span><span class="show_if_nojs">{{ _('Clear search') }}</span></button>
- <button id="send_search" type="submit" tabindex="-1"><span class="hide_if_nojs">{{ icon('search') }}</span><span class="show_if_nojs">{{ _('Start search') }}</span></button>
+ <button id="clear_search" type="button" tabindex="-1"><span class="hide_if_nojs">{{ icon_big('close') }}</span><span class="show_if_nojs">{{ _('Clear search') }}</span></button>
+ <button id="send_search" type="submit" tabindex="-1"><span class="hide_if_nojs">{{ icon_big('search-outline') }}</span><span class="show_if_nojs">{{ _('Start search') }}</span></button>
</div>
</div>
</form>