From 88bd4b7cf1e2398fbe3d96a612d11b123b6fa3e4 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 15 Nov 2010 17:30:26 +0100 Subject: [PATCH] LSform (CSS) : Added li.LSform-errors --- public_html/css/default/LSform.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public_html/css/default/LSform.css b/public_html/css/default/LSform.css index 5e26be00..796ce9e4 100644 --- a/public_html/css/default/LSform.css +++ b/public_html/css/default/LSform.css @@ -119,6 +119,11 @@ input[type='submit'].LSform { width: 8em; } +li.LSform-errors { + color: #fff; + background-color: #f59a67; +} + dd.LSform-errors { color: #fff; background-color: #f59a67;