summaryrefslogtreecommitdiff
path: root/app/styles
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-09 14:09:09 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-12 14:50:14 +0100
commita714e1b003aca76caf6eb069e9839c516e0afb49 (patch)
tree61cd7e4011196f9a8e89cfa95267ea86ddad28dc /app/styles
parentfa8ff5e09d6132c7167ea47d8e2f17894d3903cd (diff)
downloadnovnc-a714e1b003aca76caf6eb069e9839c516e0afb49.tar.gz
Add small animation for checkboxes
Makes it look quite nice.
Diffstat (limited to 'app/styles')
-rw-r--r--app/styles/input.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/styles/input.css b/app/styles/input.css
index 98ec26c..81f4700 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);