How can I set the default Chrome input\'s outline style (on focus, the orange one), so it looks the same in every browser? Chrome style seems to be textarea:focus{outl
textarea:focus{outl
Try here:
Browsers' default CSS for HTML elements
You have the default CSS of Google Chrome there. I'm sure the style will be defined there.
P.S.: You will want Chrome/Safari (WebKit).