summaryrefslogtreecommitdiff
path: root/searx/static
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static')
-rw-r--r--searx/static/oscar/css/oscar.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/static/oscar/css/oscar.css b/searx/static/oscar/css/oscar.css
index 6ca390679..4ff475e89 100644
--- a/searx/static/oscar/css/oscar.css
+++ b/searx/static/oscar/css/oscar.css
@@ -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;
+}