This commit is contained in:
Laurent Destailleur 2020-01-24 19:36:17 +01:00
parent 3a7c0b63f1
commit d5f2a793c0
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ a.info-box-text{ text-decoration: none;}
include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
$prefix='';
$prefix = 'background-';
//$prefix = 'background-';
if (! empty($conf->global->THEME_INFOBOX_COLOR_ON_BACKGROUND)) $prefix = 'background-';
if (! isset($conf->global->THEME_AGRESSIVENESS_RATIO) && $prefix) $conf->global->THEME_AGRESSIVENESS_RATIO=-50;

View File

@ -98,7 +98,7 @@ a.info-box-text{ text-decoration: none;}
/* ICONS */
/* ICONS INFO BOX */
.info-box-icon {
color: #000 !important;
}