mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge remote-tracking branch 'PayBas/ticket/12856' into develop-ascraeus
* PayBas/ticket/12856: [ticket/12856] Remove images from assets/plupload/img/ [ticket/12856] Copy plupload images to prosilver dir
This commit is contained in:
commit
26b8c6cc13
4 changed files with 3 additions and 3 deletions
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1 KiB |
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 994 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
@ -58,15 +58,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-status.file-working {
|
.file-status.file-working {
|
||||||
background: url('../../../assets/plupload/img/throbber.gif');
|
background: url('./images/plupload/throbber.gif');
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-status.file-uploaded {
|
.file-status.file-uploaded {
|
||||||
background: url('../../../assets/plupload/img/done.gif');
|
background: url('./images/plupload/done.gif');
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-status.file-error {
|
.file-status.file-error {
|
||||||
background: url('../../../assets/plupload/img/error.gif');
|
background: url('./images/plupload/error.gif');
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-status {
|
.file-status {
|
||||||
|
|
Loading…
Add table
Reference in a new issue