[SSE] Fix cell fill: hide color fill while loading
This commit is contained in:
parent
a2a05ca474
commit
2a239c2cf9
|
@ -11,7 +11,7 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<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 id="cell-back-color-btn" style=""></div>
|
||||||
</div>
|
</div>
|
||||||
<div id="cell-panel-pattern-fill" class="settings-hidden padding-small" style="width: 100%;">
|
<div id="cell-panel-pattern-fill" class="settings-hidden padding-small" style="width: 100%;">
|
||||||
|
|
|
@ -75,7 +75,7 @@ define([
|
||||||
CellAngle: undefined,
|
CellAngle: undefined,
|
||||||
GradFillType: Asc.c_oAscFillGradType.GRAD_LINEAR,
|
GradFillType: Asc.c_oAscFillGradType.GRAD_LINEAR,
|
||||||
CellColor: 'transparent',
|
CellColor: 'transparent',
|
||||||
FillType: Asc.c_oAscFill.FILL_TYPE_SOLID,
|
FillType: Asc.c_oAscFill.FILL_TYPE_NOFILL,
|
||||||
FGColor: '000000',
|
FGColor: '000000',
|
||||||
BGColor: 'ffffff',
|
BGColor: 'ffffff',
|
||||||
GradColor: '000000'
|
GradColor: '000000'
|
||||||
|
|
Loading…
Reference in a new issue