Skip to content

Instantly share code, notes, and snippets.

@tcdevs
Forked from juliuscsurgo/Bootstrap: no blue glow
Created October 26, 2016 11:44
Show Gist options
  • Save tcdevs/3aead239a6012f3197773369c40dbd96 to your computer and use it in GitHub Desktop.
Save tcdevs/3aead239a6012f3197773369c40dbd96 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