The current export button uses an image with a hardcoded image path:
<a href="....">
<img src="/sites/all/modules/views_data_export/images/csv.png"
alt="Download CSV File"
title="Download CSV File" height="14" width="36">
</a>
That is hard for a themer to overwrite; you'd have to use jQuery to manipulate the dom directly.
It would be great if this was stylable instead with CSS. Instead of the imgage tag, you could use some inner divs and then set the background image using CSS.
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.