如何在焦点表单元素上删除浏览器添加的模糊边框?

tec*_*ant 5 forms html5 google-chrome input border

我为电子邮件注册构建了一个HTML表单.当您单击电子邮件输入的textarea时,Chrome中会出现一个模糊的灰色边框.我该怎么办呢?

http://jsfiddle.net/danielredwood/7Hs2r/

谢谢!

Dem*_*cht 12

使用outline: none;的CSS input元素.