I've been confused about the HTML dropdown design style is differ in MAC OS and windows OS safari browser.
Is this expected native behavior style? Can we bring the windows dropdown style in MAC OS without using any javascript.
I've been confused about the HTML dropdown design style is differ in MAC OS and windows OS safari browser.
Is this expected native behavior style? Can we bring the windows dropdown style in MAC OS without using any javascript.
As far as I remember all you have to do is add -webkit-appearance:none;
to your dropdown class.
I refer to this post: How can I remove the gloss on a select element in Safari on Mac?