diff options
Diffstat (limited to 'hyperkitty')
-rw-r--r-- | hyperkitty/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index 8bdb1c5..011e790 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -44,7 +44,7 @@ placeholder="Search {% if mlist %}this list{% else %}all lists{% endif %}" {% if query %}value="{{ query }}"{% endif %} /> - <button type="submit" class="btn">Search</button> + <button type="submit" class="btn"><i class="icon-search"></i></button> </div> </form> </div> |