diff --git a/modules/clock-flip.xml b/modules/clock-flip.xml index 3e18606826..254e8c8cc7 100644 --- a/modules/clock-flip.xml +++ b/modules/clock-flip.xml @@ -76,7 +76,7 @@ Flip Card Text Colour #ccc - + Flip Card Background Colour #333 diff --git a/ui/src/core/forms.js b/ui/src/core/forms.js index 23ad3c10d0..3bd521d0ac 100644 --- a/ui/src/core/forms.js +++ b/ui/src/core/forms.js @@ -215,6 +215,14 @@ window.forms = { property.playlistId = playlistId; } + // Colour format + if ( + property.type === 'color' && + property.format != '' + ) { + property.colorFormat = property.format; + } + // dashboards available services if (property.type === 'connectorProperties') { property.connectorPropertiesUrl =