I can\'t change select height, with all browser working fine, but Safari no, where can be problem? Also I try make class .style select, bu
select
height
.style select
To style a select in Safari, you first have to turn off the os styling:
-webkit-appearance: none;
Try adding this:
-webkit-appearance: menulist-button;