Skip to content

Instantly share code, notes, and snippets.

@larswittenberg
Created May 28, 2013 17:30
Show Gist options
  • Save larswittenberg/5664503 to your computer and use it in GitHub Desktop.
Save larswittenberg/5664503 to your computer and use it in GitHub Desktop.
Firefox Button Height Fix
/*
http://davidwalsh.name/firefox-buttons
*/
input::-moz-focus-inner {
border: 0;
padding: 0;
margin-top:-2px;
margin-bottom: -2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment