Explorar el Código

[UI] fix custom-select in oscar

pofilo hace 6 años
padre
commit
348fab25ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/templates/oscar/languages.html

+ 1
- 1
searx/templates/oscar/languages.html Ver fichero

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