I\'m working on a web page, and I want custom-styled tags. So with CSS, I said: border: none. Now it works perfectly in safari, but
border: none
In my instance of this problem I had to specify box-shadow: none
box-shadow: none
button:focus { outline:none; box-shadow: none; }