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 {
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 {