summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-06-10 16:13:41 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-06-10 16:13:41 +0200
commite9b09b0669e2d782331e287eba6450a383e267cb (patch)
tree73d8b567277e6168a6f5a75ecfa0bf08fc8e7e23 /hyperkitty/templates
parent778cc234485fb11c3e50c60e05600f28a2de3e0f (diff)
downloadhyperkitty-e9b09b0669e2d782331e287eba6450a383e267cb.tar.gz
hyperkitty-e9b09b0669e2d782331e287eba6450a383e267cb.tar.xz
hyperkitty-e9b09b0669e2d782331e287eba6450a383e267cb.zip
Use the search icon
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/base.html2
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>