mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Fix icons
This commit is contained in:
@ -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 {
|
||||
|
||||
@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user