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

Any way to remove/hide pulsing yellow circle for manual upload file input row?

1 Answer 66 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 2
Iron
Iron
Veteran
Jay asked on 25 Apr 2013, 08:48 PM
I am using RadAsyncUpload with ManualUpload="true". When I select a file, it shows up with a pulsing yellow circle, the file name and a cancel button.

I and my users would like to not have that pulsing yellow circle be displayed. I've tried various CSS to do so, but have not managed to find the correct incantation. Can someone tell me how to remove or hide it? Thanks.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Apr 2013, 04:17 AM
Hi,

Try the following CSS.
CSS:
.RadUpload .ruUploadProgress
{
    background-image:none !important;
}

Thanks,
Shinu
Tags
AsyncUpload
Asked by
Jay
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Shinu
Top achievements
Rank 2
Share this question
or