Você pode criar ~ / .mozilla / firefox / PROFILE / chrome / userContent.css com o seguinte:
input {
-moz-appearance: none !important;
background-color: white;
color: black;
}
textarea {
-moz-appearance: none !important;
background-color: white;
color: black;
}