Monday, January 16, 2012

Remove Yellow Border Hover from Input Boxes in Chrome

input[type="text"], input[type="password"], textarea, select { 
  outline: none;
}

2 comments: