Skip to content

Instantly share code, notes, and snippets.

@conversionlabshares
Created November 11, 2016 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conversionlabshares/93837c4fe31dbe06f4e8217bea45bc1d to your computer and use it in GitHub Desktop.
Save conversionlabshares/93837c4fe31dbe06f4e8217bea45bc1d to your computer and use it in GitHub Desktop.
CSS style to change color of form field border once it is selected
<style>
input:focus {
border-color:#19A9E5 !important;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment