Update input.css
This commit is contained in:
parent
744a7daa1c
commit
527b82de33
|
|
@ -157,7 +157,7 @@ input[type=range]::-webkit-slider-thumb {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 20px;
|
||||
background-color: #958eff;
|
||||
background-color: #ADA8FF;
|
||||
margin-top: -7px;
|
||||
}
|
||||
input[type=range]::-moz-range-thumb {
|
||||
|
|
@ -165,7 +165,7 @@ input[type=range]::-moz-range-thumb {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 20px;
|
||||
background-color: #958eff;
|
||||
background-color: #ADA8FF;
|
||||
margin-top: -7px;
|
||||
}
|
||||
input:focus-visible, input:focus-visible::file-selector-button, button:focus-visible, select:focus-visible, textarea:focus-visible {
|
||||
|
|
|
|||
Loading…
Reference in New Issue