From 5dc6e7d1a09de22b7d0d6cd63c1993323f3fcdc6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Oct 2019 22:45:04 +0200 Subject: [PATCH] CSS --- htdocs/theme/md/info-box.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/theme/md/info-box.inc.php b/htdocs/theme/md/info-box.inc.php index fafa2978865..95e057e68f1 100644 --- a/htdocs/theme/md/info-box.inc.php +++ b/htdocs/theme/md/info-box.inc.php @@ -6,6 +6,11 @@ if (! defined('ISLOADEDBYSTEELSHEET')) die('Must be call by steelsheet'); ?> * Component: Info Box * ------------------- */ + +span.info-box-icon-text { /* hide box text number due to problems */ + display: none; +} + .info-box { display: block; min-height: 90px;