When I put the following code into my css file: input { background-color:transparent; } Chrome still makes the text-input fields yellow. ( hex-code: #faffbd) However, it becomes transparent at the onfocus event It also stays transparent after the onblur event, unless there are 2 text-input fields in the form. The second one gets the yellow background again when I focus on the first input field.
input {
background-color:transparent;
}
Chrome still makes the text-input fields yellow. ( hex-code: #faffbd)
However, it becomes transparent at the onfocus event
It also stays transparent after the onblur event, unless there are 2 text-input fields in the form.
The second one gets the yellow background again when I focus on the first input field.
Is there some solution to change this behaviour ?
http://stackoverflow.com/questions/2781549/removing-input-background-colour-for-chrome-autocomplete