From 50eae967bcf5f4830123672e97e600b5f9cc9ed9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Feb 2016 17:48:14 +0100 Subject: [PATCH] Fix disabled entries were no greyed --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 2c5ac022529..b2ca926fd71 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -263,7 +263,7 @@ input, input.flat, textarea, textarea.flat, form.flat select, select, select.fla font-size: px; font-family: ; background: #FFF; - color: #111; + /* color: #111; */ border: 1px solid #C0C0C0; margin: 0px 0px 0px 0px; }