The color picker for setting background color in the style builder is empty. The others, for font and border colors, are fine.
I fixed this by adding the following lines to StyleBuilder.ascx at line 353 (in the 'clientInit' function):
$find("backgroundColor").set_items(this._clientParameters.Colors);
$find("backgroundColor").set_color("");
I fixed this by adding the following lines to StyleBuilder.ascx at line 353 (in the 'clientInit' function):
$find("backgroundColor").set_items(this._clientParameters.Colors);
$find("backgroundColor").set_color("");
