From 4ec4a5936be12fcef83f9f158bd7ea6368c41b81 Mon Sep 17 00:00:00 2001 From: ralf Date: Fri, 5 Aug 2022 16:01:11 +0200 Subject: [PATCH] fix wrong image url --- pixelegg/css/mobile.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 0088054e76..b43f0f6fb9 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -494,7 +494,7 @@ background-position: 95% -3000px; background-repeat: no-repeat; .close { - background-image: url(/egroupware/pixelegg/images/close.svg); + background-image: url(../../api/templates/default/images/close.svg); width: 18px; height: 33px; display: inline-block;