mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
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
12 lines
312 B
CSS
12 lines
312 B
CSS
.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');
|
|
}
|