mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 19:20:23 +02:00
[ticket/12856] Copy plupload images to prosilver dir
PHPBB3-12856
This commit is contained in:
@@ -58,15 +58,15 @@
|
||||
}
|
||||
|
||||
.file-status.file-working {
|
||||
background: url('../../../assets/plupload/img/throbber.gif');
|
||||
background: url('./images/plupload/throbber.gif');
|
||||
}
|
||||
|
||||
.file-status.file-uploaded {
|
||||
background: url('../../../assets/plupload/img/done.gif');
|
||||
background: url('./images/plupload/done.gif');
|
||||
}
|
||||
|
||||
.file-status.file-error {
|
||||
background: url('../../../assets/plupload/img/error.gif');
|
||||
background: url('./images/plupload/error.gif');
|
||||
}
|
||||
|
||||
.file-status {
|
||||
|
Reference in New Issue
Block a user