This is a migrated thread and some comments may be shown as answers.

custom progress icon.

1 Answer 32 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
JC
Top achievements
Rank 1
JC asked on 20 Aug 2013, 11:46 AM
Hi telerik

I would like to show a custom upload icon instead of the yellow inline progress icon while uploading files in my radupload. Someone please point me with the right css to do this.
Thanks
JC.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Aug 2013, 12:15 PM
Hi JC,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .RadUpload .ruUploadProgress
    {
        background: url("../Images/Upload.png") !important;
        background-repeat: no-repeat !important;
    }
</style>

Thanks,
Princy.
Tags
Upload (Obsolete)
Asked by
JC
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or