Update input.css

This commit is contained in:
Kaleb Efflandt 2024-02-14 16:21:42 -06:00 committed by GitHub
parent fdf800eb3d
commit 180b6f5eb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -157,7 +157,7 @@ input[type=range]::-webkit-slider-thumb {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #bebaff;
background-color: #958eff;
margin-top: -7px;
}
input[type=range]::-moz-range-thumb {
@ -165,9 +165,12 @@ input[type=range]::-moz-range-thumb {
width: 20px;
height: 20px;
border-radius: 20px;
background-color: #bebaff;
background-color: #958eff;
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