Fix icons

This commit is contained in:
Julia Radzhabova
2025-02-20 12:45:10 +03:00
parent 30b4681662
commit 0eba7ec71c
2 changed files with 6 additions and 2 deletions

View File

@ -418,7 +418,7 @@
.svg-icon {
background: data-uri('../../../../common/forms/resources/img/icon-menu-sprite.svg') no-repeat;
background-size: @icon-width*29 @icon-height*2;
background-size: @icon-width*30 @icon-height*2;
&.download {
background-position: -@icon-width 0;
@ -534,6 +534,10 @@
background-position: -@icon-width*28 0;
background-position: -@icon-width*28 @icon-normal-top;
}
&.filing-status {
background-position: -@icon-width*29 0;
background-position: -@icon-width*29 @icon-normal-top;
}
}
.btn {

View File

@ -180,7 +180,7 @@ define([
this.btnFillStatus = new Common.UI.Button({
cls: 'btn-toolbar margin-right-small',
iconCls: 'svg-icon filing-status-light',
iconCls: 'svg-icon filing-status',
hint: this.tipFillStatus,
scaling: false
});