1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-02 08:25:32 +04:00

navbar search fixes

This commit is contained in:
codecalm
2019-12-15 22:54:04 +01:00
parent 7079cf4711
commit a5bfcb88cf
8 changed files with 131 additions and 97 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
<div class="navbar-search d-none d-lg-block">
<form action="" method="get">
<input type="text" name="q" class="form-control form-control-light" placeholder="Search...">
</form>
<form action="." method="get">
{% include ui/form/input-icon.html prepend=true light=true %}
</form>
</div>