Dont use emoji for search as it does not render well in Chrome
This commit is contained in:
parent
e4163fca6a
commit
61f7ce4dee
2
docs/_templates/searchbox.html
vendored
2
docs/_templates/searchbox.html
vendored
@ -12,7 +12,7 @@
|
||||
<div class="searchformwrapper">
|
||||
<form class="search" action="{{ pathto('search') }}" method="get">
|
||||
<input type="text" name="q" placeholder="{{ _('Search') }}" />
|
||||
<input type="submit" value="🔍" style="cursor: pointer" />
|
||||
<input type="submit" value="{{ _('Go') }}" style="cursor: pointer" />
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user