From 5966e6312063c74dfea5afd649a4913635494392 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 Feb 2021 20:01:10 +0100 Subject: [PATCH] Fix css --- htdocs/core/boxes/box_dolibarr_state_board.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/boxes/box_dolibarr_state_board.php b/htdocs/core/boxes/box_dolibarr_state_board.php index 72693860fae..c1a81bafbed 100644 --- a/htdocs/core/boxes/box_dolibarr_state_board.php +++ b/htdocs/core/boxes/box_dolibarr_state_board.php @@ -292,6 +292,7 @@ class box_dolibarr_state_board extends ModeleBoxes $boxstat .= '
'; $this->info_box_contents[0][0] = array( + 'tr' => 'class="nohover"', 'td' => '', 'textnoformat' => $boxstat );