Skip to content

Instantly share code, notes, and snippets.

@fentas
Created July 10, 2015 07:48
Show Gist options
  • Save fentas/fe25fc222a110b2f4713 to your computer and use it in GitHub Desktop.
Save fentas/fe25fc222a110b2f4713 to your computer and use it in GitHub Desktop.
.style-2 input[type="text"] {
padding: 10px;
border: solid 5px #c9c9c9;
transition: border 0.3s;
}
.style-2 input[type="text"]:focus,
.style-2 input[type="text"].focus {
border: solid 5px #969696;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment