/ Published in: CSS
this bit of code removes the dotted line that appears around the submit button.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.btn::-moz-focus-inner { border: 0; }