diff options
| author | Paul Braeuning <paul@paulgo.io> | 2022-03-02 20:26:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-02 20:26:34 +0100 |
| commit | 67fd4e139dd7a6d577c48df9af6a8aeb909189e9 (patch) | |
| tree | e6714c442ebebe8316eab321fc678cc3d056f42f /searx/static/themes/simple/src/less/animations.less | |
| parent | 0ddcc12474d86aa012a53ead06edb8dc0413e8ec (diff) | |
| parent | 28bccda78a7ab84f9dffad0b9fcc5f4a7bd6f695 (diff) | |
Merge pull request #927 from dalf/simple-checkbox
[simple] make checkboxes accessible
Diffstat (limited to 'searx/static/themes/simple/src/less/animations.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/animations.less | 4 |
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; +} |