From 7ee64fc0d4622fa7e02d7715478f50e1772d9b7d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 Oct 2017 19:39:22 +0200 Subject: [PATCH] Fix css --- htdocs/theme/eldy/style.css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 4529896746c..515015b5b5a 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3456,7 +3456,9 @@ table.cal_event td.cal_event_right { padding: 4px 4px !important; } div.gTaskInfo { background: #f0f0f0 !important; } - +.gtaskblue { + background: rgb(108,152,185) !important; +} td.gtaskname { overflow: hidden; text-overflow: ellipsis;