From 0480b7ee4a30431967bfce0ba4c89f7a7af3a532 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Mar 2019 18:29:01 +0100 Subject: [PATCH] CSS --- htdocs/theme/eldy/_global.css.php | 5 ++++- htdocs/theme/md/style.css.php | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/_global.css.php b/htdocs/theme/eldy/_global.css.php index 26f8dc7f1f0..b9eb5a79d4b 100644 --- a/htdocs/theme/eldy/_global.css.php +++ b/htdocs/theme/eldy/_global.css.php @@ -1398,7 +1398,7 @@ li.tmenusel::after, li.tmenu:hover::after{ border-color: transparent transparent #ffffff transparent; } /* -// add a bottom arrow +// Add a bottom arrow li.tmenusel::before, li.tmenu:hover::before{ content: ""; position:absolute; @@ -3180,6 +3180,9 @@ span.dashboardlineindicator, span.dashboardlineindicatorlate { font-size: 130%; font-weight: normal; } +a.dashboardlineindicatorlate:hover { + text-decoration: none; +} .dashboardlineindicatorlate img { width: 16px; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index fbee7633173..3675ef0427e 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3334,6 +3334,9 @@ span.dashboardlineindicator, span.dashboardlineindicatorlate { font-size: 120%; font-weight: normal; } +a.dashboardlineindicatorlate:hover { + text-decoration: none; +} .dashboardlineindicatorlate img { width: 16px; }