mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[feature/plupload/integration] Integration of Plupload
This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929
This commit is contained in:
11
phpBB/styles/prosilver/theme/plupload.css
Normal file
11
phpBB/styles/prosilver/theme/plupload.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.plupload_filelist li.can_delete:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.plupload_filelist li.can_delete:hover a {
|
||||
background: url('../../../assets/plupload/jquery.plupload.queue/img/delete.gif');
|
||||
}
|
||||
|
||||
.plupload_filelist li a.working {
|
||||
background: url('../../../assets/plupload/jquery.plupload.queue/img/throbber.gif');
|
||||
}
|
Reference in New Issue
Block a user