Does anyone know the how to change Bootstrap\'s input:focus? The blue glow that shows up when you click on an input field?
input:focus
input
This will work 100% use this:
.form-control, .form-control:focus{ box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); border: rgba(255, 255, 255, 0); }