From 0bb42ce4a7595a1ed1c0e7ffe07208bfdc67e99d Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Mon, 18 Jul 2011 03:18:37 +0000
Subject: [PATCH] Look: Error style differs from warning

---
 htdocs/theme/eldy/style.css.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 240d1ce8db9..17f5d84d3d5 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -21,7 +21,7 @@
 /**
  *		\file       htdocs/theme/eldy/style.css.php
  *		\brief      Fichier de style CSS du theme Eldy
- *		\version    $Id: style.css.php,v 1.84 2011/07/06 11:40:22 eldy Exp $
+ *		\version    $Id: style.css.php,v 1.85 2011/07/18 03:18:37 eldy Exp $
  */
 
 //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1');	// Not disabled cause need to load personalized language
@@ -1277,7 +1277,7 @@ div.error {
   margin: 0.5em 0em 0.5em 0em;
   border: 1px solid #8C9CAB;
   -moz-border-radius:6px;
-  background: #efefa4;
+  background: #EFCFCF;
 }
 
 /* Info admin */
-- 
GitLab