Reputation: 324
How do I get ride of the orange border? I'm using Chrome and that border shows up now where in computed styles!
Upvotes: 1
Views: 1075
Reputation: 5393
Remove Safari/Chrome textinput/textarea glow
As per the link provided
textarea, input { outline: none; }
Tried, tested & worked :P
Upvotes: 2