diff --git a/app/styles/input.css b/app/styles/input.css index 98ec26c3..81f4700f 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);