For me this alone removed the background from the autofill
input:autofill {
/*a week's worth of delay*/
transition-delay: 604800s;
}
it seems to be supported by most modern browsers, for absolute suport is best to add the
-webkit
prefixes suggested on most other answers