[SSE] Add icons for protect ranges dialog
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 247 B After Width: | Height: | Size: 247 B |
|
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
|
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 350 B |
@ -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
|
||||
});
|
||||
|
||||