Update input.css
This commit is contained in:
parent
277d8e4af8
commit
fdf800eb3d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue