mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 10:59:28 +08:00
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user