Sorry for the late answer… Haven’t checked the forum for a while.
Here is the code used to hack the multifile uploader:
<style>
#multifileuploader-id .dz-preview {
background-color:white;
border-bottom: solid 1px #D8D8D8;
box-shadow: none;
height: 44px;
}
#multifileuploader-id .dropzone.dz-max-files-reached {background-color: #F8F8F8;}
#multifileuploader-id .dz-remove {
background:white;
color:#6302E7;
font-size: 12px;
right: 0px;
}
#multifileuploader-id .dz-progress .dz-upload {
margin-top: 7px;
background-color:#6302E7;
background-image: none;
right: 0px;
height: 6px;
}
</style>