How to remove yellow background for autofilled input fields in firefox browser?
Add the style given below to the input fields having yellow background.
input {
filter: none;
}
How to remove yellow background for autofilled input fields in firefox browser?
Add the style given below to the input fields having yellow background.
input {
filter: none;
}