From 22c0ccc88a803147c84a8ed17543399caf4940ef Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 5 Dec 2021 20:44:56 +0000 Subject: [PATCH] Background colors --- webapp_themeDesigner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_themeDesigner.py b/webapp_themeDesigner.py index e443e1af4..6ab648bcf 100644 --- a/webapp_themeDesigner.py +++ b/webapp_themeDesigner.py @@ -244,6 +244,7 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str, variableName + '" value="' + str(value) + \ '" title="' + variableNameStr + '">

\n' elif ('-color' in variableName or + '-background' in variableName or variableName.endswith('-text')): # only use colors defined as hex if not value.startswith('#'):