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
If you want to delete same effect in input, you could add the following code as well as button.
input:focus {outline:0;}