Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created October 18, 2013 16:48
Show Gist options
  • Save jbutko/7044344 to your computer and use it in GitHub Desktop.
Save jbutko/7044344 to your computer and use it in GitHub Desktop.
CSS: CSS Hacks - Targeting only Firefox
/*From http://css-tricks.com/snippets/css/css-hacks-targeting-firefox/*/
@-moz-document url-prefix() {
.selector {
color:lime;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment