From a714e1b003aca76caf6eb069e9839c516e0afb49 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 9 Dec 2022 14:09:09 +0100 Subject: [PATCH] Add small animation for checkboxes Makes it look quite nice. --- app/styles/input.css | 1 + 1 file changed, 1 insertion(+) 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);