CSS
This commit is contained in:
parent
3a7c0b63f1
commit
d5f2a793c0
@ -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;
|
||||
|
||||
@ -98,7 +98,7 @@ a.info-box-text{ text-decoration: none;}
|
||||
|
||||
|
||||
|
||||
/* ICONS */
|
||||
/* ICONS INFO BOX */
|
||||
.info-box-icon {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user