diff --git a/apps/documenteditor/main/resources/less/filemenu.less b/apps/documenteditor/main/resources/less/filemenu.less index 260a36e47..61ea1f8f1 100644 --- a/apps/documenteditor/main/resources/less/filemenu.less +++ b/apps/documenteditor/main/resources/less/filemenu.less @@ -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 { diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index 900f7ceb6..5350ba01e 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -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 { diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less index e27c5b3eb..472697722 100644 --- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less @@ -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 {