Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0-b1
-
Component/s: None
-
Labels:None
-
Epic Link:
Description
Theme colors can be left blank, in which case they will be set to 'transparent' in CSS.
The theme.css file needs to be updated to not prepend the theme color variables with #. This will allow us to use the 'transparent' value.
When the admin theme parses the theme.css file to replace the color values, it should insert the "#" for each non-transparent color.
The theme color listings on /admin/settings/company/themes/ should also remove the "#" before any "transparent" color in the colored thumbnail boxes.
Allow theme options to be blank or set to 'transparent', either of which will set the color value to 'transparent'.
Setting colors to a blank value (i.e. no value) will set them to transparent.