Skip to content

Commit

Permalink
Merge remote-tracking branch 'PayBas/ticket/12856' into develop-ascraeus
Browse files Browse the repository at this point in the history
* PayBas/ticket/12856:
  [ticket/12856] Remove images from assets/plupload/img/
  [ticket/12856] Copy plupload images to prosilver dir
  • Loading branch information
prototech committed Aug 13, 2014
2 parents 1dc2d0e + 5cf9ab8 commit 26b8c6c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions phpBB/styles/prosilver/theme/plupload.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 26b8c6c

Please sign in to comment.