Merge pull request #1750 from ONLYOFFICE/fix/bug-57175

Bug 57175
This commit is contained in:
maxkadushkin 2022-05-20 14:13:58 +03:00 committed by GitHub
commit 1eba533dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -162,10 +162,10 @@
cursor: pointer;
.svg-format-blank {
background: ~"url(resources/img/blank.svg) no-repeat center" ;
background: ~"url(@{app-image-const-path}/blank.svg) no-repeat center" ;
}
.svg-file-template{
background: ~"url(resources/img/file-template.svg) no-repeat center" ;
background: ~"url(@{app-image-const-path}/file-template.svg) no-repeat center" ;
}
div {

View file

@ -89,10 +89,10 @@
cursor: pointer;
.svg-format-blank {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/blank.svg) no-repeat center" ;
background: ~"url(@{common-image-const-path}/doc-formats/blank.svg) no-repeat center" ;
}
.svg-file-template{
background: ~"url(resources/img/file-template.svg) no-repeat center" ;
background: ~"url(@{app-image-const-path}/file-template.svg) no-repeat center" ;
}
div {

View file

@ -83,10 +83,10 @@
cursor: pointer;
.svg-format-blank {
background: ~"url(../../../apps/common/main/resources/img/doc-formats/blank.svg) no-repeat center" ;
background: ~"url(@{common-image-const-path}/doc-formats/blank.svg) no-repeat center" ;
}
.svg-file-template{
background: ~"url(resources/img/file-template.svg) no-repeat center" ;
background: ~"url(@{app-image-const-path}/file-template.svg) no-repeat center" ;
}
div {