mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
fix selects in preferences so they look consistent (#2150)
This commit is contained in:
parent
0d8970c8f2
commit
a2430154b9
9 changed files with 35 additions and 17 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue