mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix wrong image url
This commit is contained in:
parent
c228d5b435
commit
bb64f947f5
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user