aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/plupload.css
blob: 16c26822b5c8404b7c491f1800f7e460fb16363a (plain)
1
2
3
4
5
6
7
8
9
10
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');
}