Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nikki7788/c2ae330323b4937eecd62a67732b2156 to your computer and use it in GitHub Desktop.
Save nikki7788/c2ae330323b4937eecd62a67732b2156 to your computer and use it in GitHub Desktop.
Twitter Bootstrap: remove the blue glow in the form inputs
input[type="text"], textarea {
outline: none;
box-shadow:none !important;
border:1px solid #ccc !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment