mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/12856] Copy plupload images to prosilver dir
PHPBB3-12856
This commit is contained in:
parent
1dc2d0e759
commit
9db2ff7186
4 changed files with 3 additions and 3 deletions
BIN
phpBB/styles/prosilver/theme/images/plupload/done.gif
Normal file
BIN
phpBB/styles/prosilver/theme/images/plupload/done.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
phpBB/styles/prosilver/theme/images/plupload/error.gif
Normal file
BIN
phpBB/styles/prosilver/theme/images/plupload/error.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 994 B |
BIN
phpBB/styles/prosilver/theme/images/plupload/throbber.gif
Normal file
BIN
phpBB/styles/prosilver/theme/images/plupload/throbber.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue