mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°3791 - Panel: Use style defined in the DM for classes
Note that for now, semantic colors cannot be used directly in a <main_color> or <complementary_color> tag. Only valid CSS color (hexa, hsla, ...)
This commit is contained in:
@@ -392,7 +392,7 @@ try
|
||||
continue;
|
||||
}
|
||||
|
||||
$oAuditCategoryPanelBlock->SetColor($sClass);
|
||||
$oAuditCategoryPanelBlock->SetColorFromSemantic($sClass);
|
||||
$oAuditCategoryPanelBlock->AddCSSClass('ibo-audit--audit-category--panel');
|
||||
$aData = [];
|
||||
foreach($aResults as $aRow)
|
||||
|
||||
Reference in New Issue
Block a user