RPeraltaJr
1/22/2019 - 3:43 PM

Styles For Specific Browser

Add styles for specific browsers

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}

/* FIREFOX */
@-moz-document url-prefix() {

}

/* Safari 10.1+ (alternate method) */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

}}