fix wrong image url

This commit is contained in:
ralf 2022-08-05 16:01:11 +02:00
parent dd76b88af4
commit 4ec4a5936b

View File

@ -494,7 +494,7 @@
background-position: 95% -3000px; background-position: 95% -3000px;
background-repeat: no-repeat; background-repeat: no-repeat;
.close { .close {
background-image: url(/egroupware/pixelegg/images/close.svg); background-image: url(../../api/templates/default/images/close.svg);
width: 18px; width: 18px;
height: 33px; height: 33px;
display: inline-block; display: inline-block;