Remove Dotted Line from Submit Button (FF)


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

this bit of code removes the dotted line that appears around the submit button.


Copy this code and paste it in your HTML
  1. .btn::-moz-focus-inner { border: 0; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.