aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/plupload.css
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-12-18 17:56:46 -0800
committerCesar G <prototech91@gmail.com>2014-01-17 19:25:11 -0800
commit702efc849694f6acc15f60e0398b938b4021d7af (patch)
tree43f2f924ce1155493cb869002a14e4bef0378cbd /phpBB/styles/prosilver/theme/plupload.css
parentc1cca8aff4570421df934c2ac3121d50e2f4eb7b (diff)
downloadforums-702efc849694f6acc15f60e0398b938b4021d7af.tar
forums-702efc849694f6acc15f60e0398b938b4021d7af.tar.gz
forums-702efc849694f6acc15f60e0398b938b4021d7af.tar.bz2
forums-702efc849694f6acc15f60e0398b938b4021d7af.tar.xz
forums-702efc849694f6acc15f60e0398b938b4021d7af.zip
[ticket/11915] Remove files that are no longer used.
PHPBB3-11915
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 b5edea5f15..8569eca662 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/jquery.plupload.queue/img/throbber.gif');
+ background: url('../../../assets/plupload/img/throbber.gif');
}
.file-status.file-uploaded {
- background: url('../../../assets/plupload/jquery.plupload.queue/img/done.gif');
+ background: url('../../../assets/plupload/img/done.gif');
}
.file-status.file-error {
- background: url('../../../assets/plupload/jquery.plupload.queue/img/error.gif');
+ background: url('../../../assets/plupload/img/error.gif');
}
.file-status {