diff --git a/apps/documenteditor/main/resources/img/toolbar/1.25x/cc-remove.png b/apps/common/main/resources/img/toolbar/1.25x/cc-remove.png similarity index 100% rename from apps/documenteditor/main/resources/img/toolbar/1.25x/cc-remove.png rename to apps/common/main/resources/img/toolbar/1.25x/cc-remove.png diff --git a/apps/documenteditor/main/resources/img/toolbar/1.5x/cc-remove.png b/apps/common/main/resources/img/toolbar/1.5x/cc-remove.png similarity index 100% rename from apps/documenteditor/main/resources/img/toolbar/1.5x/cc-remove.png rename to apps/common/main/resources/img/toolbar/1.5x/cc-remove.png diff --git a/apps/documenteditor/main/resources/img/toolbar/1.75x/cc-remove.png b/apps/common/main/resources/img/toolbar/1.75x/cc-remove.png similarity index 100% rename from apps/documenteditor/main/resources/img/toolbar/1.75x/cc-remove.png rename to apps/common/main/resources/img/toolbar/1.75x/cc-remove.png diff --git a/apps/documenteditor/main/resources/img/toolbar/1x/cc-remove.png b/apps/common/main/resources/img/toolbar/1x/cc-remove.png similarity index 100% rename from apps/documenteditor/main/resources/img/toolbar/1x/cc-remove.png rename to apps/common/main/resources/img/toolbar/1x/cc-remove.png diff --git a/apps/documenteditor/main/resources/img/toolbar/2x/cc-remove.png b/apps/common/main/resources/img/toolbar/2x/cc-remove.png similarity index 100% rename from apps/documenteditor/main/resources/img/toolbar/2x/cc-remove.png rename to apps/common/main/resources/img/toolbar/2x/cc-remove.png diff --git a/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js b/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js index 87fe2fca1c..5ac9ed0951 100644 --- a/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js +++ b/apps/spreadsheeteditor/main/app/view/ProtectedRangesEditDlg.js @@ -171,7 +171,7 @@ define([ this.btnAdd = new Common.UI.Button({ parentEl: this.$window.find('#id-protected-range-add'), - cls: 'btn-toolbar', + cls: 'btn-toolbar border-off btn-options', iconCls: 'toolbar__icon btn-zoomup', hint: this.textTipAdd }); @@ -179,7 +179,7 @@ define([ this.btnDelete = new Common.UI.Button({ parentEl: this.$window.find('#id-protected-range-delete'), - cls: 'btn-toolbar', + cls: 'btn-toolbar border-off btn-options', iconCls: 'toolbar__icon cc-remove', hint: this.textTipDelete });