5
Thanks for the help. Unfortunately that didn't work.
In content.css I put:
fieldset {color: #FFF; background-color: transparent;}
In forms.css I put:
input[type=texte], input[type=password]{
background-color:#000 !important}
I also tried
input[type=texte], input[type=password]{
background-color:#000;}
and
input[type=text], input[type=password]{
background-color:#000; color:#FFF;}
Still doesn't fix the problem.