Fix icons

This commit is contained in:
Julia Radzhabova 2020-04-21 20:35:58 +03:00
parent 7dc69c2508
commit 62ec2aa9f3
7 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 316 B

View file

@ -133,7 +133,7 @@ define([
this.btnContentsUpdate = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'toolbar__icon btn-contents-update',
iconCls: 'toolbar__icon btn-update',
caption: this.capBtnContentsUpdate,
split: true,
menu: true,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 396 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 800 B

View file

@ -228,7 +228,7 @@ define([
this.btnRefreshPivot = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'toolbar__icon btn-update-pivot',
iconCls: 'toolbar__icon btn-update',
caption: this.txtRefresh,
disabled : true,
lock : [_set.lostConnect, _set.coAuth, _set.noPivot]