Agregar un estilo diferente en Firefox CSS

@supports ( -moz-appearance:none ){
  /* Add firefox CSS code here */
}
Mystic Dev