Changer la couleur d'un INPUT sur Firefox
/** The Focus in input areas are blue. Change to green */
input:focus {
padding: 9px;
border: 1px solid #5a5;
box-shadow: 0 0 3px #5a5;
outline-offset: 0px;
outline: none;
border-radius: 3px;
}
Publié le 19/11/2018 CSS
/** The Focus in input areas are blue. Change to green */
input:focus {
padding: 9px;
border: 1px solid #5a5;
box-shadow: 0 0 3px #5a5;
outline-offset: 0px;
outline: none;
border-radius: 3px;
}