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
Post a Comment