mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
oscar template: improve style for check and uncheck of engines
This commit is contained in:
parent
8c6e63402a
commit
afcfa04e30
2 changed files with 11 additions and 3 deletions
|
@ -17,3 +17,11 @@ body {
|
|||
/* Set the fixed height of the footer here */
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
input[type=checkbox]:checked ~ .label_hide_if_checked {
|
||||
display:none;
|
||||
}
|
||||
|
||||
input[type=checkbox]:not(:checked) ~ .label_hide_if_not_checked {
|
||||
display:none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue