-
-
Save tcdevs/3aead239a6012f3197773369c40dbd96 to your computer and use it in GitHub Desktop.
Twitter Bootstrap: remove the blue glow in the form inputs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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