summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/src/less/animations.less
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-02-25 15:46:18 +0100
committerAlexandre FLAMENT <alexandre.flament@hesge.ch>2022-03-02 18:56:08 +0000
commit3d9e48b84e4d41c7ee5042ad718108bd49bdc07a (patch)
tree7fada58d7decc3997d30be9e369be74eeb4feac6 /searx/static/themes/simple/src/less/animations.less
parent0ddcc12474d86aa012a53ead06edb8dc0413e8ec (diff)
[simple] checkboxes can get the focusable
Do note that checkboxes in the engine tab are displayed reversed. See: https://github.com/searxng/searxng/blob/3408d061aab9abc6168fec9bbc6deab71b236dac/searx/templates/simple/preferences.html#L313 A checkbox for an engine is checked when the engine is disabled.
Diffstat (limited to 'searx/static/themes/simple/src/less/animations.less')
-rw-r--r--searx/static/themes/simple/src/less/animations.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/static/themes/simple/src/less/animations.less b/searx/static/themes/simple/src/less/animations.less
index 750b7d255..75c98308f 100644
--- a/searx/static/themes/simple/src/less/animations.less
+++ b/searx/static/themes/simple/src/less/animations.less
@@ -13,3 +13,7 @@
}
}
}
+
+input.checkbox-onoff[type="checkbox"]::before {
+ transition: left 0.25s;
+}