diff options
Diffstat (limited to 'app/styles/input.css')
-rw-r--r-- | app/styles/input.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/styles/input.css b/app/styles/input.css index 98ec26c..81f4700 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -96,6 +96,7 @@ input[type=checkbox] { width: 13px; height: 13px; vertical-align: bottom; + transition: 0.2s background-color linear; } input[type=checkbox]:checked { background-color: rgb(110, 132, 163); |