Showing posts with label border. Show all posts
Showing posts with label border. Show all posts

Monday, January 16, 2012

Remove Yellow Border Hover from Input Boxes in Chrome

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