Add small animation for checkboxes
Makes it look quite nice.
This commit is contained in:
parent
fa8ff5e09d
commit
a714e1b003
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue