mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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;
|
||||
padding: 0;
|
||||
background-position-x: 3px;
|
||||
background-image: url(../../../pixelegg/images/add.svg);
|
||||
background-image: url(../../../api/templates/default/images/add.svg);
|
||||
overflow: hidden;
|
||||
text-indent: 100px;
|
||||
}
|
||||
|
@ -50,7 +50,7 @@ input#filemanager-index_path {
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
background-position-x: 3px;
|
||||
background-image: url(../../../pixelegg/images/add.svg);
|
||||
background-image: url(../../../api/templates/default/images/add.svg);
|
||||
overflow: hidden;
|
||||
text-indent: 100px;
|
||||
}
|
||||
|
@ -38,7 +38,7 @@ input#filemanager-index_path {
|
||||
height: 22px;
|
||||
padding: 0;
|
||||
background-position-x: 3px;
|
||||
background-image: url(../../../pixelegg/images/add.svg);
|
||||
background-image: url(../../../api/templates/default/images/add.svg);
|
||||
overflow: hidden;
|
||||
text-indent: 100px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user