diff options
| author | Marc Abonce Seguin <marc-abonce@mailbox.org> | 2020-08-27 19:55:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-27 21:55:47 +0200 |
| commit | a2430154b9f7e174da27f97a7efcc3edabd5e6c2 (patch) | |
| tree | 61f9ffd1c2d74d8139c45735e864c1aa9dfff8f1 /searx/static/themes/oscar/css/logicodev.css | |
| parent | 0d8970c8f2e240d6c372aa3d230ab25b7397220e (diff) | |
fix selects in preferences so they look consistent (#2150)
Diffstat (limited to 'searx/static/themes/oscar/css/logicodev.css')
| -rw-r--r-- | searx/static/themes/oscar/css/logicodev.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/css/logicodev.css b/searx/static/themes/oscar/css/logicodev.css index 5d0a223a6..45a2597ae 100644 --- a/searx/static/themes/oscar/css/logicodev.css +++ b/searx/static/themes/oscar/css/logicodev.css @@ -385,7 +385,8 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not background-color: #068922; color: white; } -.custom-select { +.custom-select, +.custom-select-rtl { appearance: none; -webkit-appearance: none; -moz-appearance: none; @@ -403,6 +404,9 @@ ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0w Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb 7jwaAAAAAElFTkSuQmCC) 96% no-repeat; } +.custom-select-rtl { + background-position-x: 4%; +} .search-margin { margin-bottom: 0.6em; } |