So wenden Sie CSS nur auf Firefox an

@-moz-document url-prefix() { 
  .selector {
     color: lime;
  }
}
Runtime Terror