1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-22 12:10:11 +01:00

[UI] fix custom-select in oscar

This commit is contained in:
pofilo 2018-03-05 18:51:44 +01:00
parent 9fea2060b5
commit 348fab25ba

View File

@ -1,5 +1,5 @@
{% if preferences %}
<select class="form-control" name='language'>
<select class="custom-select form-control" name='language'>
{% else %}
<select class="time_range custom-select form-control" id='language' name='language'>
{% endif %}