aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/plupload.css
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme/plupload.css')
-rw-r--r--phpBB/styles/prosilver/theme/plupload.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/theme/plupload.css b/phpBB/styles/prosilver/theme/plupload.css
index f81064dbe6..7d4092c3fe 100644
--- a/phpBB/styles/prosilver/theme/plupload.css
+++ b/phpBB/styles/prosilver/theme/plupload.css
@@ -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 {