
Guest Full Installer Builder Extension's Description Invisible in Dark Mode
Is there any way to have the color of that element as a setting that can be set?
Right now, in dark mode, the Build Installer description is not visible.
It seems like this was changed previously: https://control.product.connectwise.com/communities/6/topics/2094-guest-full-installer-builder-extensions-description-invisible
The extension has it as:
#BuildInstallerCell0 > span {
color: #444;
}
I wanted to set it to #EEE, to match the color under the welcome text in the dark theme I'm using.
When I try editing the extension to change the color, it won't load the extension, because of a signature issue - any way around this?
For now, I added this into the theme css, which worked:
#BuildInstallerCell0 > span {
color: #EEE !important;
}
But if there's any way to have this as a built in option, it would be much better, so the theme doesn't have to be hacked.
Thanks.
Customer support service by UserEcho
Just checked, and I see there was an update for this extension, which appears to have fixed this issue - thanks!!