j'ai le problème de cascade suivant :
un formulaire avec un fond toujours jaune dans Chrome ?
code de Chrome :
Code : Tout sélectionner
input:-webkit-autofill {
background-color: #FAFFBD !important;
background-image: none !important;
}Code : Tout sélectionner
form#connection input#emailConnection {
background-color: transparent !important;
background-image: url(http://localhost/cadeauxEcommerce/img/input.png) !important;
background-position: 0% 0%;
background-repeat: no-repeat;
height: 27px;
text-indent: 5px;
width: 153px;
}
Merci