[SSE] Fix Bug 32961.
This commit is contained in:
parent
a27da8e193
commit
e160ed1997
|
@ -328,7 +328,8 @@ define([
|
||||||
colorVal.css('background-color', btn.currentColor || 'transparent');
|
colorVal.css('background-color', btn.currentColor || 'transparent');
|
||||||
|
|
||||||
me.mnuBackColorPicker = new Common.UI.ThemeColorPalette({
|
me.mnuBackColorPicker = new Common.UI.ThemeColorPalette({
|
||||||
el: $('#id-toolbar-menu-paracolor')
|
el: $('#id-toolbar-menu-paracolor'),
|
||||||
|
transparent: true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue