Commit e160ed19 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Fix Bug 32961.

parent a27da8e1
......@@ -328,7 +328,8 @@ define([
colorVal.css('background-color', btn.currentColor || 'transparent');
me.mnuBackColorPicker = new Common.UI.ThemeColorPalette({
el: $('#id-toolbar-menu-paracolor')
el: $('#id-toolbar-menu-paracolor'),
transparent: true
});
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment