How do you set the background color of an item in an HTML list?
I had this problem too. I found setting the appearance to none helped.
.class { appearance:none; -moz-appearance:none; -webkit-appearance:none; background-color: red; }