fix wrong image url

This commit is contained in:
ralf 2022-08-05 15:54:20 +02:00
parent c228d5b435
commit bb64f947f5
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ input#filemanager-index_path {
height: 22px; height: 22px;
padding: 0; padding: 0;
background-position-x: 3px; background-position-x: 3px;
background-image: url(../../../pixelegg/images/add.svg); background-image: url(../../../api/templates/default/images/add.svg);
overflow: hidden; overflow: hidden;
text-indent: 100px; text-indent: 100px;
} }

View File

@ -50,7 +50,7 @@ input#filemanager-index_path {
height: 22px; height: 22px;
padding: 0; padding: 0;
background-position-x: 3px; background-position-x: 3px;
background-image: url(../../../pixelegg/images/add.svg); background-image: url(../../../api/templates/default/images/add.svg);
overflow: hidden; overflow: hidden;
text-indent: 100px; text-indent: 100px;
} }

View File

@ -38,7 +38,7 @@ input#filemanager-index_path {
height: 22px; height: 22px;
padding: 0; padding: 0;
background-position-x: 3px; background-position-x: 3px;
background-image: url(../../../pixelegg/images/add.svg); background-image: url(../../../api/templates/default/images/add.svg);
overflow: hidden; overflow: hidden;
text-indent: 100px; text-indent: 100px;
} }