Skip to content

Instantly share code, notes, and snippets.

@bennybennet
Last active December 15, 2015 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bennybennet/5194419 to your computer and use it in GitHub Desktop.
Save bennybennet/5194419 to your computer and use it in GitHub Desktop.
reset rendering for button elements in Firefox
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: 0;
padding: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment