Adding a transition to the input boxes.

This commit is contained in:
Tom Slominski
2015-03-07 00:03:06 +00:00
parent 62759636fa
commit f00d1d501d

View File

@@ -146,6 +146,7 @@ input:not([type=submit]):not([type=file]) {
font-size: 1.6rem;
border: 1px solid #D8D8D8;
margin-top: 5px;
transition: box-shadow 0.5s, border 0.5s;
}
.g-recaptcha {