html - How to style the currently selected field on a web page -


the chrome browser puts orange highlight around selected input element, how can disable highlight or change color?

i think that's:

.myinput:focus /*or # depending*/ {    outline: #f00; /*or outline: none;*/ } 

i think.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -