Savrige
Savrige

Reputation: 3775

How to prevent Google chrome style input border?

When a input (type=text) element get focus, Chrome styles it with a light blue color. Is there a way to turn this feature off?

Upvotes: 1

Views: 298

Answers (1)

TheFrozenOne
TheFrozenOne

Reputation: 1715

Using outline: none; should prevent that.

http://jsfiddle.net/hm49g9a8/

Upvotes: 4

Related Questions