From ca27613f8d590741ac1a7b6efa5a5da9ffd3c431 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 31 Mar 2014 13:40:52 -0700 Subject: [PATCH] Fixed CSS error. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index d9d3569..55d64df 100644 --- a/style.css +++ b/style.css @@ -158,7 +158,7 @@ input[type="text"], input[type="search"], input[type="button"], input[type="reset"], -input[type="submit"] +input[type="submit"], textarea, input[type="text"]:focus, input[type="search"]:focus,