[SSE] Add icons for protect ranges dialog

This commit is contained in:
Julia Radzhabova
2023-02-02 00:25:13 +03:00
parent a8b8ff1f3d
commit 05eb5bd4d9
6 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 247 B

View File

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 247 B

View File

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 275 B

View File

Before

Width:  |  Height:  |  Size: 231 B

After

Width:  |  Height:  |  Size: 231 B

View File

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 350 B

View File

@ -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
});