mirror of
https://github.com/tabler/tabler.git
synced 2026-08-25 20:34:25 +04:00
navbar search fixes
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{{ addon }}
|
||||
{% endif %}
|
||||
|
||||
<input type="text" class="form-control" placeholder="{{ include.placeholder | default: 'Search for…' }}">
|
||||
<input type="text" class="form-control{% if include.light %} form-control-light{% endif %}" placeholder="{{ include.placeholder | default: 'Search for…' }}">
|
||||
|
||||
{% unless include.prepend %}
|
||||
{{ addon }}
|
||||
|
||||
Reference in New Issue
Block a user