mirror of
https://github.com/searxng/searxng.git
synced 2026-01-02 17:10:01 +00:00
oscar template: improve style for check and uncheck of engines
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user