jbutko
10/18/2013 - 4:48 PM

CSS: CSS Hacks - Targeting only Firefox

CSS: CSS Hacks - Targeting only Firefox

/*From http://css-tricks.com/snippets/css/css-hacks-targeting-firefox/*/
@-moz-document url-prefix() { 
  .selector {
     color:lime;
  }
}