summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less
diff options
context:
space:
mode:
authorMarc Abonce Seguin <marc-abonce@mailbox.org>2020-08-27 19:55:47 +0000
committerGitHub <noreply@github.com>2020-08-27 21:55:47 +0200
commita2430154b9f7e174da27f97a7efcc3edabd5e6c2 (patch)
tree61f9ffd1c2d74d8139c45735e864c1aa9dfff8f1 /searx/static/themes/oscar/less
parent0d8970c8f2e240d6c372aa3d230ab25b7397220e (diff)
downloadsearxng-a2430154b9f7e174da27f97a7efcc3edabd5e6c2.tar.gz
searxng-a2430154b9f7e174da27f97a7efcc3edabd5e6c2.zip
fix selects in preferences so they look consistent (#2150)
Diffstat (limited to 'searx/static/themes/oscar/less')
-rw-r--r--searx/static/themes/oscar/less/logicodev/search.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/less/logicodev/search.less b/searx/static/themes/oscar/less/logicodev/search.less
index a0cbe4d7d..01422873c 100644
--- a/searx/static/themes/oscar/less/logicodev/search.less
+++ b/searx/static/themes/oscar/less/logicodev/search.less
@@ -56,7 +56,7 @@
color: white;
}
-.custom-select {
+.custom-select, .custom-select-rtl {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
@@ -75,6 +75,10 @@ Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb
7jwaAAAAAElFTkSuQmCC) 96% no-repeat;
}
+.custom-select-rtl {
+ background-position-x: 4%;
+}
+
.search-margin {
margin-bottom: 0.6em;
}