There are numerous answers here on SO for "how to style elements" in Safari, e.g. How can I remove the gloss on a select element in Safari on Mac?
But none of them have allowed me to set background-color
on iOS.
Is this just impossible? I have tried -webkit-appearance: none
and that does not work on iOS; you can use this CodePen to test that it does not: https://codepen.io/jonmircha/pen/PEvqPa