[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.
This commit is contained in:
Alexandre Flament
2022-02-25 15:46:18 +01:00
committed by Alexandre FLAMENT
parent 0ddcc12474
commit 3d9e48b84e
6 changed files with 220 additions and 168 deletions
@@ -13,3 +13,7 @@
}
}
}
input.checkbox-onoff[type="checkbox"]::before {
transition: left 0.25s;
}