Removing the Glowing Halo Around Safari Text Inputs
On the whole, I generally prefer the way Safari renders and handles native form elements over that of most major browsers. One minor annoyance I’ve run into is that text inputs that are applied a custom style are still given a glowing halo-effect when focused. This is usually the desired effect since it is a huge visual aid to the user. Sometimes though, it gets in the way of custom styling and it’s necessary to turn it off. Here’s the relevant CSS to do so:
input { outline: none; }
(Hat tip to Artwork.Not.Available.)
Find This Article Useful?
Related Articles
About this entry
You’re currently reading “Removing the Glowing Halo Around Safari Text Inputs,” an entry on MirthLab
- Published:
- Tuesday, January 27th, 2009 at 12:14 pm
- Author:
- Mark Quezada
- Category:
- Web Development

No comments
Jump to comment form | comments rss | trackback uri