From a2430154b9f7e174da27f97a7efcc3edabd5e6c2 Mon Sep 17 00:00:00 2001 From: Marc Abonce Seguin Date: Thu, 27 Aug 2020 19:55:47 +0000 Subject: fix selects in preferences so they look consistent (#2150) --- searx/templates/oscar/macros.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'searx/templates/oscar/macros.html') diff --git a/searx/templates/oscar/macros.html b/searx/templates/oscar/macros.html index 58f966997..f52d9713c 100644 --- a/searx/templates/oscar/macros.html +++ b/searx/templates/oscar/macros.html @@ -84,6 +84,10 @@ {% endif %} {%- endmacro %} +{% macro custom_select_class(rtl) -%} +custom-select{% if rtl %}-rtl{% endif %} +{%- endmacro %} + {% macro checkbox_toggle(id, blocked) -%}
-- cgit v1.2.3