From 22384cf91ea95ed2db5007766ce5ce344577f219 Mon Sep 17 00:00:00 2001 From: OVSharova Date: Thu, 19 May 2022 18:36:16 +0300 Subject: [PATCH] fix bug --- apps/documenteditor/main/resources/less/filemenu.less | 2 +- apps/presentationeditor/main/resources/less/leftmenu.less | 2 +- apps/spreadsheeteditor/main/resources/less/leftmenu.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/documenteditor/main/resources/less/filemenu.less b/apps/documenteditor/main/resources/less/filemenu.less index d2721122f4..04660e5f0a 100644 --- a/apps/documenteditor/main/resources/less/filemenu.less +++ b/apps/documenteditor/main/resources/less/filemenu.less @@ -342,7 +342,7 @@ width: 100%; height: 100%; .svg-file-recent { - background: ~"url(resources/img/recent-file.svg) no-repeat top"; + background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top"; } } } diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index 3f5683e81c..8eaccb19fd 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -362,7 +362,7 @@ width: 100%; height: 100%; .svg-file-recent { - background: ~"url(resources/img/recent-file.svg) no-repeat top"; + background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top"; } } } diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less index ff3c8fa069..ec0581a434 100644 --- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less @@ -426,7 +426,7 @@ width: 100%; height: 100%; .svg-file-recent { - background: ~"url(resources/img/recent-file.svg) no-repeat top"; + background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top"; } } }