mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 07:08:06 +00:00
Add small animation for checkboxes
Makes it look quite nice.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user