From 924cf871a7e4ada9dc31eaca1920454f8371de62 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 15 Nov 2017 10:40:24 +0100 Subject: [PATCH] FIX CSS for IE10 --- htdocs/theme/eldy/style.css.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 06d24db8948..e809f800bb5 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2868,6 +2868,12 @@ span.boxstatstext { opacity: 0.8; line-height: 18px; } +span.boxstatstext img, a.dashboardlineindicatorlate img { + border: 0; +} +a img { + border: 0; +} span.boxstatsindicator { font-size: 130%; font-weight: normal;