diff --git a/apps/documenteditor/main/app/view/FormsTab.js b/apps/documenteditor/main/app/view/FormsTab.js index a9acd93be..f5ef8f2a2 100644 --- a/apps/documenteditor/main/app/view/FormsTab.js +++ b/apps/documenteditor/main/app/view/FormsTab.js @@ -148,7 +148,7 @@ define([ if (this.appConfig.isRestrictedEdit && this.appConfig.canFillForms) { this.btnClear = new Common.UI.Button({ cls: 'btn-toolbar x-huge icon-top', - iconCls: 'toolbar__icon btn-clear', + iconCls: 'toolbar__icon clear-style', caption: this.textClear }); } else { diff --git a/apps/documenteditor/main/resources/img/toolbar/1.5x/big/clear-style.png b/apps/documenteditor/main/resources/img/toolbar/1.5x/big/clear-style.png new file mode 100644 index 000000000..524e510e4 Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1.5x/big/clear-style.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/1x/big/clear-style.png b/apps/documenteditor/main/resources/img/toolbar/1x/big/clear-style.png new file mode 100644 index 000000000..4d5f0e83b Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/1x/big/clear-style.png differ diff --git a/apps/documenteditor/main/resources/img/toolbar/2x/big/clear-style.png b/apps/documenteditor/main/resources/img/toolbar/2x/big/clear-style.png new file mode 100644 index 000000000..d019e115d Binary files /dev/null and b/apps/documenteditor/main/resources/img/toolbar/2x/big/clear-style.png differ