Skip to content

Instantly share code, notes, and snippets.

@juliuscsurgo
Created January 3, 2013 01:29
Show Gist options
  • Save juliuscsurgo/4440047 to your computer and use it in GitHub Desktop.
Save juliuscsurgo/4440047 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;
}
@ChiragDhussa
Copy link

It worked. Thanks.

@LoffeKoffe
Copy link

Saved my day :D

@AlvexGR
Copy link

AlvexGR commented Dec 10, 2019

Thank you!

@Alirezamxz
Copy link

Thank you!

@seanquijote
Copy link

Thanks!

@y377
Copy link

y377 commented May 27, 2024

try shadow-none or shadow-sm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment