0
how can i change the form fields color??
6 Réponses
+ 2
with css
form *{background-color:#000;}
#000 is black
+ 2
if you need only input, but if you use select, button or textarea you need *
0
thanks Maurizio
0
but no
0
it's
input{
background-color:#;
}
0
that's great .... thanks again Maurizio