mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-21 11:35:35 +01:00
Trim data-background per problemi su vista scadenzario
This commit is contained in:
parent
cebe336f4d
commit
178c3500e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user