Icons Study Delete

Delete Attachment

 
DeleteAttach.png

<input type="button" value="Remove" title="Remove this file" class="attachmentActionButton remove-file-input"/>

attachments.css 

.remove-file-input {
 background-image:url(/xwiki/resources/icons/silk/cross.gif);
 text-indent:30px;
 width:16px;
}

.attachmentActionButton {
 background:transparent none no-repeat scroll 2px center;
 border:medium none;
 font-size:80%;
 margin-bottom:4px;
 padding:2px 4px 2px 20px;
}