commit
1eba533dd9
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue