Add small animation for checkboxes

Makes it look quite nice.
This commit is contained in:
Samuel Mannehed 2022-12-09 14:09:09 +01:00
parent fa8ff5e09d
commit a714e1b003
1 changed files with 1 additions and 0 deletions

View File

@ -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);