From 936c6878d5ac96467d27f99b0089f7d67a62cf2c Mon Sep 17 00:00:00 2001 From: maxkadushkin Date: Mon, 13 Jan 2020 18:52:09 +0300 Subject: [PATCH] [desktop] lost some 'protection' icons (#295) --- apps/common/main/lib/view/Protection.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/common/main/lib/view/Protection.js b/apps/common/main/lib/view/Protection.js index 04f2dbcc7..7fcc92e12 100644 --- a/apps/common/main/lib/view/Protection.js +++ b/apps/common/main/lib/view/Protection.js @@ -119,7 +119,7 @@ define([ if ( this.appConfig.isPasswordSupport ) { this.btnAddPwd = new Common.UI.Button({ cls: 'btn-toolbar x-huge icon-top', - iconCls: 'btn-ic-protect', + iconCls: 'toolbar__icon btn-ic-protect', caption: this.txtEncrypt }); this.btnsAddPwd.push(this.btnAddPwd); @@ -135,7 +135,7 @@ define([ if (this.appConfig.isSignatureSupport) { this.btnSignature = new Common.UI.Button({ cls: 'btn-toolbar x-huge icon-top', - iconCls: 'btn-ic-signature', + iconCls: 'toolbar__icon btn-ic-signature', caption: this.txtSignature, menu: (this.appPrefix !== 'pe-') });