From 60b37d6b43ede5785d7ded2135b34c5133705191 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 9 May 2012 14:50:28 +0200 Subject: [PATCH] Fix: style --- htdocs/theme/eldy/style.css.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 9f10e419843..b261d01683a 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -215,7 +215,12 @@ select.flat, form.flat select { input:disabled { background:#ddd; } -input:-webkit-autofill { background-color: #FCFEFA !important; background-image:none !important; } +input:-webkit-autofill { + background-color: #FCFEFA !important; background-image:none !important; +} +input.liste_titre { + box-shadow: none !important; +} textarea:disabled { background:#ddd;