diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2024-11-09 04:36:03 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2024-11-09 04:36:03 -0500 |
commit | a69d2a915f95d628c1f5e260a6a2371d3af564c3 (patch) | |
tree | 56bdad09a3331947c68f409149154282aed047fb /styles | |
parent | d1c33b7b779cbcab1cf70cbcc278f0263a563428 (diff) |
Fix checkbox border on press
Diffstat (limited to 'styles')
-rw-r--r-- | styles/widgets.css | 2 |
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 |