Could you please help me to add a conditional css for all version of Safari.
I have used this but that only works for windows safari 5.1.7 but it doesnt work with OSx Safari 7.0.3
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari only override */
::i-block-chrome,.extraheight {
height: 180px !important;
}
}
Thanks!