0

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.

klmuralimohan
  • 861
  • 4
  • 23
  • 44
  • 1
    Hi, I've noticed that your question still hasn't a marked solution. Is this because you simply forgot or is your question still unanswered? I'd be happy to help you further with your case, otherwhise please mark this question as solved as it helps other users for a better experience on stackoverflow. – Tim Gerhard Apr 23 '18 at 13:45

1 Answers1

1

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?

Tim Gerhard
  • 3,477
  • 2
  • 19
  • 40