Fix toolbar background color option.
This commit is contained in:
parent
ec87a575f7
commit
ac7ae1d382
@ -398,7 +398,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
}
|
||||
|
||||
if (!StringUtils.isEmpty(brandingOptions.toolbarColor)) {
|
||||
setStyle("backgroundColor", brandingOptions.toolbarColor);
|
||||
mainBox.setStyle("backgroundColor", uint("0x" + brandingOptions.toolbarColor.substr(1)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user