From 4f9d1d36ba0704b299dacea9c660ed88cce6e7d9 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Thu, 19 May 2022 18:15:58 +0300 Subject: [PATCH] fix bug --- apps/documenteditor/main/resources/less/filemenu.less | 4 ++-- apps/presentationeditor/main/resources/less/leftmenu.less | 4 ++-- apps/spreadsheeteditor/main/resources/less/leftmenu.less | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/documenteditor/main/resources/less/filemenu.less b/apps/documenteditor/main/resources/less/filemenu.less index 260a36e477..61ea1f8f11 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 900f7ceb6a..5350ba01ec 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 e27c5b3eb6..4726977221 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 {