Remove Safari's Default Field Highlighting


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

You can turn off Safari and Opera’s blue outline focus style using:


Copy this code and paste it in your HTML
  1. input, textarea {outline-style:none;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.