Styling the background color of textboxes is not an issue for me. It works fine on my PC, but I'm having trouble getting the style to apply to dropdown boxes on my iPhone.
This is the CSS code I am using:
input[type=text],
input[type=submit],
select {
background-color:#272822;
}