Remove firefox buttons padding


/ Published in: CSS
Save to your folder(s)

Remove firefox buttons padding


Copy this code and paste it in your HTML
  1. input[type="button"]::-moz-focus-inner,
  2. input[type="submit"]::-moz-focus-inner,
  3. input[type="reset"]::-moz-focus-inner,
  4. button::-moz-focus-inner{
  5. border:0;
  6. padding:0;
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.