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
+1 -1
View File
@@ -10,7 +10,7 @@
{{ addon }}
{% endif %}
<input type="text" class="form-control" placeholder="{{ include.placeholder | default: 'Search for&hellip;' }}">
<input type="text" class="form-control{% if include.light %} form-control-light{% endif %}" placeholder="{{ include.placeholder | default: 'Search for&hellip;' }}">
{% unless include.prepend %}
{{ addon }}