css make input take the same color as background code example
Example: change background input css
input[type="text"], textarea {
background-color : #d1d1d1;
}
input[type="text"], textarea {
background-color : #d1d1d1;
}