From 978293713894ce4ae784db6bcfc09e5582c5ce67 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 21 Aug 2017 11:01:24 +0200 Subject: [PATCH] Better info style --- htdocs/theme/eldy/style.css.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 159742eff1a..a4a4b057755 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3002,12 +3002,11 @@ div.info { color: #fff; padding: 0.4em 0.4em 0.4em 0.4em; margin: 0.5em 0em 0.5em 0em; - border: 1px solid #e0e0e0; + /* border: 1px solid #e0e0e0; */ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; - background: #806090; - /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */ + background: #788; } div.warning a, div.info a, div.error a {