megwoo
6/24/2015 - 5:13 AM

Target (hack) specific browsers

Target (hack) specific browsers

Firefox only

@-moz-document url-prefix() {
	.css {
		/* definitions go here */
	}
}

/* ie9 and greater: MUST COPY FROM EDIT SCREEN; CODE IS LOST OTHERWISE */
@media screen and (min-width:0) {   /* IE */
  .css {
		/* definitions go here */
	}
}