From f00d1d501d47da12a51967978cba67c74769e39f Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sat, 7 Mar 2015 00:03:06 +0000 Subject: [PATCH] Adding a transition to the input boxes. --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index bbe6c8e..68f25f7 100644 --- a/public/style.css +++ b/public/style.css @@ -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 {