Missing icon for delete button
Status: Pre-Alpha
Brought to you by:
hernux
Great work so far and this is a better filebrowser than
the default or well known mcpuk (already in this early
dev state).
The icon for the delete button is missing in the
stylesheet.
To correct this problem add the following to the
browser.css:
div.contextmenu ul li a.delete_icon {
background-image: url(../images/icons/small/delete.png);
}