summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2022-12-09 14:07:33 +0100
committerSamuel Mannehed <samuel@cendio.se>2022-12-12 14:50:14 +0100
commitfa8ff5e09d6132c7167ea47d8e2f17894d3903cd (patch)
tree06278245bcef260cf2a57bce3dbd2c82e7a4cdfd /app
parent7519f2d4adae6023147eb8cd5ba71d241d015a6d (diff)
downloadnovnc-fa8ff5e09d6132c7167ea47d8e2f17894d3903cd.tar.gz
Set checkbox size using px rather than em
We don't set other sizes using em, it makes this stand out.
Diffstat (limited to 'app')
-rw-r--r--app/styles/input.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/styles/input.css b/app/styles/input.css
index 59bd111..98ec26c 100644
--- a/app/styles/input.css
+++ b/app/styles/input.css
@@ -93,8 +93,8 @@ input[type=checkbox] {
background-color: white;
border: 1px solid dimgrey;
border-radius: 3px;
- width: 0.8em;
- height: 0.8em;
+ width: 13px;
+ height: 13px;
vertical-align: bottom;
}
input[type=checkbox]:checked {