CSS remove the blue box after button click

from:
http://www.inbeijing.org/archives/1139

CSS control Button click when the blue border problem

add CSS properties so that you don’t have a blue border when you click on the Ann button.

button{

outline:none;

}

Read More: