mirror of https://github.com/searxng/searxng.git
[fix] w3m submit button text display
This commit is contained in:
parent
ba872a84bb
commit
93b5ecdc75
|
@ -146,6 +146,7 @@ tr:hover td { background: #DDDDDD; }
|
|||
opacity: 0.8;
|
||||
width: 28px;
|
||||
height: 30px;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
#results { margin: 10px; padding: 0; }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<form method="post" action="/" id="search_form">
|
||||
<div id="search_wrapper">
|
||||
<input type="text" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
||||
<input type="submit" value="" id="search_submit" />
|
||||
<input type="submit" value="search" id="search_submit" />
|
||||
</div>
|
||||
{% include 'categories.html' %}
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue