Skip to content

Instantly share code, notes, and snippets.

@DenisLeblanc
Last active February 26, 2016 17:37
Show Gist options
  • Save DenisLeblanc/291259fc897c3a60cc3b to your computer and use it in GitHub Desktop.
Save DenisLeblanc/291259fc897c3a60cc3b to your computer and use it in GitHub Desktop.
Firefox button bug
@-moz-document url-prefix() {
input[type="submit"] {
border: none;
}
input[type="submit"]::-moz-focus-inner {
border: 0;
padding: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment