mirror of
https://github.com/searxng/searxng.git
synced 2024-11-20 03:10:10 +01:00
[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;
|
opacity: 0.8;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#results { margin: 10px; padding: 0; }
|
#results { margin: 10px; padding: 0; }
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<form method="post" action="/" id="search_form">
|
<form method="post" action="/" id="search_form">
|
||||||
<div id="search_wrapper">
|
<div id="search_wrapper">
|
||||||
<input type="text" id="q" class="q" name="q" tabindex="1" autocomplete="off" {% if q %}value="{{ q }}"{% endif %}/>
|
<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>
|
</div>
|
||||||
{% include 'categories.html' %}
|
{% include 'categories.html' %}
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user