mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Trim data-background per problemi su vista scadenzario
This commit is contained in:
@ -158,7 +158,7 @@ if (!empty($query)) {
|
||||
|
||||
// Colore del testo
|
||||
if (!empty($column['data-background'])) {
|
||||
$column['data-color'] = isset($column['data-color']) ? $column['data-color'] : color_inverse($column['data-background']);
|
||||
$column['data-color'] = isset($column['data-color']) ? $column['data-color'] : color_inverse(trim($column['data-background']));
|
||||
}
|
||||
|
||||
// Link della colonna
|
||||
|
Reference in New Issue
Block a user