bonsoir,
Un simple ccs suffit pour faire ce que tu veux :cool:
j'utilise celui çi :
input {
border: 2px inset white;
background-color: white;
color:#0000ff;
}
textarea {
border: 2px inset white;
background-color: white;
color: black;
}
select {
border: 2px inset white;
background-color: black;
color:#00ff00;
}
input[type="radio"],
input[type="checkbox"] {
border: 2px inset white ! important;
background-color: white ! important;
color: ThreeDFace ! important;
}
*|*::-moz-radio {
background-color: white;
}
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
border: 2px outset black;
background-color: white;
color: black;
}
body {
background-color: white;
color: black;
display: block;
margin: 8px;
}
libre a toi d'y changer les couleurs ...