[SSE] Fix cell fill: hide color fill while loading

This commit is contained in:
Julia Svinareva 2019-11-29 17:15:22 +03:00
parent a2a05ca474
commit 2a239c2cf9
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
</tr>
<tr>
<td>
<div id="cell-panel-color-fill" class="padding-small" style="width: 100%;">
<div id="cell-panel-color-fill" class="settings-hidden padding-small" style="width: 100%;">
<div id="cell-back-color-btn" style=""></div>
</div>
<div id="cell-panel-pattern-fill" class="settings-hidden padding-small" style="width: 100%;">

View file

@ -75,7 +75,7 @@ define([
CellAngle: undefined,
GradFillType: Asc.c_oAscFillGradType.GRAD_LINEAR,
CellColor: 'transparent',
FillType: Asc.c_oAscFill.FILL_TYPE_SOLID,
FillType: Asc.c_oAscFill.FILL_TYPE_NOFILL,
FGColor: '000000',
BGColor: 'ffffff',
GradColor: '000000'