fix: colore di sfondo options selezionati

This commit is contained in:
valentina 2024-10-28 09:50:10 +01:00
parent 11e4eb28de
commit 91ff5370e1
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class SelectHandler implements HandlerInterface
}
if (!empty($element['_bgcolor_'])) {
$attributes[] = 'style="background:'.$element['_bgcolor_'].'; color:'.color_inverse($element['_bgcolor_'].';"');
$attributes[] = 'style="background:'.$element['_bgcolor_'].'; color:'.color_inverse($element['_bgcolor_']).'"';
}
// Leggo ulteriori campi oltre a id e descrizione per inserirli nell'option nella forma "data-nomecampo1", "data-nomecampo2", ecc