Update input.css
This commit is contained in:
parent
fdf800eb3d
commit
180b6f5eb5
|
|
@ -157,7 +157,7 @@ input[type=range]::-webkit-slider-thumb {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background-color: #bebaff;
|
background-color: #958eff;
|
||||||
margin-top: -7px;
|
margin-top: -7px;
|
||||||
}
|
}
|
||||||
input[type=range]::-moz-range-thumb {
|
input[type=range]::-moz-range-thumb {
|
||||||
|
|
@ -165,9 +165,12 @@ input[type=range]::-moz-range-thumb {
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background-color: #bebaff;
|
background-color: #958eff;
|
||||||
margin-top: -7px;
|
margin-top: -7px;
|
||||||
}
|
}
|
||||||
|
input:focus-visible, input:focus-visible::file-selector-button, button:focus-visible, select:focus-visible, textarea:focus-visible {
|
||||||
|
outline: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* File choosers
|
* File choosers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue