From fdf800eb3de8cb997f751dbe3fd7e46906d17bd8 Mon Sep 17 00:00:00 2001 From: Kaleb Efflandt <72526467+macarooni-man@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:12:47 -0600 Subject: [PATCH] Update input.css --- app/styles/input.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/styles/input.css b/app/styles/input.css index c8addc85..c68a070e 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -154,11 +154,10 @@ input[type=range]::-moz-range-track { } input[type=range]::-webkit-slider-thumb { appearance: none; - width: 18px; + width: 20px; height: 20px; - border-radius: 5px; - background-color: white; - border: 1px solid dimgray; + border-radius: 20px; + background-color: #bebaff; margin-top: -7px; } input[type=range]::-moz-range-thumb {