Created
May 10, 2011 21:06
-
-
Save gabrielso/965384 to your computer and use it in GitHub Desktop.
Reset FF form buttons extra padding and border
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Reset FF form buttons extra padding and border */ | |
button::-moz-focus-inner, | |
input[type="button"]::-moz-focus-inner, | |
input[type="file"] > input[type="button"]::-moz-focus-inner, | |
input[type="reset"]::-moz-focus-inner, | |
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