To hide the icons from the File Area use the following snippet: 

<style>
.elmFileArea img {display: none;}
</style>