/* Hide the 'Empty Trashbin' and 'Delete Permanently' buttons */
.files-trashbin .action-delete,
.files-trashbin .empty-trash,
.files-trashbin .action-delete-permanent,
#fileList tr[data-dir="trashbin"] .action-delete {
    display: none !important;
}