Update input.css

This commit is contained in:
Kaleb Efflandt 2024-02-14 16:12:47 -06:00 committed by GitHub
parent 277d8e4af8
commit fdf800eb3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -154,11 +154,10 @@ input[type=range]::-moz-range-track {
} }
input[type=range]::-webkit-slider-thumb { input[type=range]::-webkit-slider-thumb {
appearance: none; appearance: none;
width: 18px; width: 20px;
height: 20px; height: 20px;
border-radius: 5px; border-radius: 20px;
background-color: white; background-color: #bebaff;
border: 1px solid dimgray;
margin-top: -7px; margin-top: -7px;
} }
input[type=range]::-moz-range-thumb { input[type=range]::-moz-range-thumb {