diff --git a/apps/documenteditor/forms/app/view/ApplicationView.js b/apps/documenteditor/forms/app/view/ApplicationView.js index 835666cc56..7367b0099b 100644 --- a/apps/documenteditor/forms/app/view/ApplicationView.js +++ b/apps/documenteditor/forms/app/view/ApplicationView.js @@ -180,7 +180,7 @@ define([ this.btnFillStatus = new Common.UI.Button({ cls: 'btn-toolbar margin-right-small', - iconCls: 'svg-icon status', + iconCls: 'svg-icon filing-status-light', hint: this.tipFillStatus, scaling: false });