Safari ONLY web browser CSS Hack
For it to work ONLY on Safari web browsers, you can use this Safari CSS hack for it to work (NOTE, the @media screen is the same as for Chrome web browsers so u need to us the ::i-block-chrome):
@media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome, .yourClass{ background:#fff; } }
















