diff options
Diffstat (limited to 'searx/static/themes/oscar/css/logicodev-dark.css')
| -rw-r--r-- | searx/static/themes/oscar/css/logicodev-dark.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/css/logicodev-dark.css b/searx/static/themes/oscar/css/logicodev-dark.css index 99e9c2a22..d3e61eaea 100644 --- a/searx/static/themes/oscar/css/logicodev-dark.css +++ b/searx/static/themes/oscar/css/logicodev-dark.css @@ -412,7 +412,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; @@ -430,6 +431,9 @@ ZQAyMDE2LTA3LTI0VDExOjU1OjU4KzAyOjAwRFqFOQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0w Ny0yNFQxMToxNTowMCswMjowMP7RDgQAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb 7jwaAAAAAElFTkSuQmCC) 96% no-repeat; } +.custom-select-rtl { + background-position-x: 4%; +} .search-margin { margin-bottom: 0.6em; } |