is there a css hack for safari only NOT chrome? code example
Example: Safari only CSS hack
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
...
}
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
...
}
}