Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93b5ecdc authored by asciimoo's avatar asciimoo
Browse files

[fix] w3m submit button text display

parent ba872a84
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −1
Original line number Diff line number Diff line
<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>