如何防止Google Chrome样式输入边框?

时间:2014-09-19 22:07:05

标签: html css google-chrome

当输入(type = text)元素获得焦点时,Chrome会将其设置为浅蓝色。有没有办法关闭此功能?

1 个答案:

答案 0 :(得分:4)

使用outline: none;可以防止这种情况发生。

http://jsfiddle.net/hm49g9a8/