Remove glow from button
In order to remove the glow around the button you can use the following css:
box-shadow:none;
You'll have to add this to the button:
outline: 0;
Fiddle
In order to remove the glow around the button you can use the following css:
box-shadow:none;
You'll have to add this to the button:
outline: 0;
Fiddle