1

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?

Peter O.
  • 32,158
  • 14
  • 82
  • 96
Savrige
  • 3,352
  • 3
  • 32
  • 38
  • 1
    possible duplicate of [How to remove border (outline) around text/input boxes? (Chrome)](http://stackoverflow.com/questions/3397113/how-to-remove-border-outline-around-text-input-boxes-chrome) – Peter O. Sep 19 '14 at 22:10

1 Answers1

4

Using outline: none; should prevent that.

http://jsfiddle.net/hm49g9a8/

TheFrozenOne
  • 1,695
  • 9
  • 19