diff --git a/apps/documenteditor/main/resources/less/filemenu.less b/apps/documenteditor/main/resources/less/filemenu.less index d2721122f..04660e5f0 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 3f5683e81..8eaccb19f 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 ff3c8fa06..ec0581a43 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"; } } }