How do I get ride of the orange border? I'm using Chrome and that border shows up now where in computed styles!

How do I get ride of the orange border? I'm using Chrome and that border shows up now where in computed styles!

Remove Safari/Chrome textinput/textarea glow
As per the link provided
textarea, input { outline: none; }
Tried, tested & worked :P