/* Remove button padding in FF */
button::-moz-focus-inner {
border:0;
padding:0;
}
/* But is not complete for inputs */
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input::-moz-focus-inner {
border: 0;
padding: 0;
margin-top:-2px;
margin-bottom: -2px;
}
Last active
February 26, 2016 13:37
-
-
Save nncl/12c72c400cb837bc9092 to your computer and use it in GitHub Desktop.
Firefox Hacks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment