I have customized three dropdown lists using CSS. I set the style as follows:
.dropdown{
font-size: 20px;
background: white;
border:none;
position: relative;
}
While the dropdowns appear fine in Chrome, there seems to be a slight difference when viewed on Safari on my iPhone 6s with iOS 10.2.1. A visual representation can be seen in this image: https://i.stack.imgur.com/SVqYW.jpg
Notice the gradient effect and black background near the arrow in Safari.
Is there a way to ensure that the
<select>
elements have a consistent white background on iOS devices?