css - How to override chrome input box border when clicked? -


how can avoid border chrome puts on input box, different color when user clicks on it?

you can use css outline property remove that:

input {     outline:none; } 

Comments

Popular posts from this blog

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -

How to run C# code using mono without Xamarin in Android? -