mirror of
https://github.com/searxng/searxng.git
synced 2026-06-03 16:37:16 +02:00
[mod] oscar: move compiled files to the src directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Hide element if checkbox is checked
|
||||
input[type=checkbox]:checked + .label_hide_if_checked, input[type=checkbox]:checked + .label_hide_if_not_checked + .label_hide_if_checked {
|
||||
display:none;
|
||||
}
|
||||
|
||||
// Hide element if checkbox is not checked
|
||||
input[type=checkbox]:not(:checked) + .label_hide_if_not_checked, input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not_checked {
|
||||
display:none;
|
||||
}
|
||||
Reference in New Issue
Block a user