From 863be035fc40caca0219933b5f536c4a8077f2ca Mon Sep 17 00:00:00 2001 From: mark van tilburg Date: Tue, 14 Jul 2015 16:20:47 +0200 Subject: [PATCH] Update jquery.validity.css jquery3fix --- src/jquery.validity.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.validity.css b/src/jquery.validity.css index 057c186..0d9352a 100644 --- a/src/jquery.validity.css +++ b/src/jquery.validity.css @@ -39,7 +39,7 @@ label.error { * an extra bit of text (or anything really) that explains what the summary is. * '.validity-erroneous' is applied to every input that fails. */ -.validity-summary-container { display:none; } +.validity-summary-container { } .validity-summary-output ul { } .validity-erroneous { border:solid 2px #f56600 !important; }