From 8c4e4aba1a018283690b6a8667400a1d6212aae7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 30 Aug 2020 20:31:28 +0200 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 3 --- htdocs/theme/eldy/info-box.inc.php | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 6230408b1b9..4999f7da7ec 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -3360,9 +3360,6 @@ table.hidepaginationnext .paginationnext { } -.nohover:hover { - background: unset !important; -} .nohoverborder:hover { border: unset; box-shadow: unset; diff --git a/htdocs/theme/eldy/info-box.inc.php b/htdocs/theme/eldy/info-box.inc.php index f2d82e83e62..63f42cdfad8 100644 --- a/htdocs/theme/eldy/info-box.inc.php +++ b/htdocs/theme/eldy/info-box.inc.php @@ -25,6 +25,7 @@ if (!defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?> .info-box.info-box-sm { min-height: 80px; margin-bottom: 10px; + background: #fff; } .opened-dash-board-wrap .info-box.info-box-sm { border-radius: 0 0 0 20px;