Text size for drop down menu/input select not working in Safari

后端 未结 12 1924
说谎
说谎 2021-02-19 00:17

First question...

I\'m having trouble getting ANY of the Drop down menu/Input Select\'s to appear with size 18 font in Safari.

Works fine in FF.

Code:

12条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 00:37

    I figured out a way that safari will pick up on font-size ... all you need to do is set a border color, like the following.

    -webkit-appearance: none; will make you lose all of safari's attributes, like the arrows... below you can increase the size without losing that.

    Will Work in Safari

    
    

    Won't Work in Safari

    
    

提交回复
热议问题