Fixed relative icon path not working in release mode
This commit is contained in:
parent
9e01c84641
commit
debf76aabe
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|
||||||
background: url('../../../img/client_icon_sprite.svg') no-repeat;
|
background: url('../../../img/client_icon_sprite.svg'), url('../../img/client_icon_sprite.svg') no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Icons x16 */
|
/* Icons x16 */
|
||||||
|
@ -612,7 +612,7 @@
|
||||||
|
|
||||||
.icon_x32 {
|
.icon_x32 {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: url('../../../img/client_icon_sprite.svg') no-repeat;
|
background: url('../../../img/client_icon_sprite.svg'), url('../../img/client_icon_sprite.svg') no-repeat;
|
||||||
background-size: calc(496px * 2) calc(400px * 2);
|
background-size: calc(496px * 2) calc(400px * 2);
|
||||||
height: 32px;
|
height: 32px;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue