summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-11-09 04:36:03 -0500
committerKyle Gunger <kgunger12@gmail.com>2024-11-09 04:36:03 -0500
commita69d2a915f95d628c1f5e260a6a2371d3af564c3 (patch)
tree56bdad09a3331947c68f409149154282aed047fb
parentd1c33b7b779cbcab1cf70cbcc278f0263a563428 (diff)
Fix checkbox border on press
-rw-r--r--styles/widgets.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/widgets.css b/styles/widgets.css
index 840038c..76a1475 100644
--- a/styles/widgets.css
+++ b/styles/widgets.css
@@ -158,7 +158,7 @@
}
.checkbox:active {
- border: 10px solid #aaa;
+ border: 7px solid #aaa;
}
.checkbox::after