Fix toolbar background color option.

This commit is contained in:
Ghazi Triki 2017-10-29 16:43:26 +01:00
parent ec87a575f7
commit ac7ae1d382

View File

@ -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)));
}
}