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

Change the font color of the filename that is been uploaded

1 Answer 57 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Tanvi
Top achievements
Rank 1
Tanvi asked on 20 Jan 2014, 10:13 AM
how to change the font color of the file which is selected for upload....

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 20 Jan 2014, 11:12 AM
Hi Tanvi,

Please have a look into the following code snippet to change the font color of the file that is uploading.

CSS:
<style type="text/css">
    .ruUploadProgress
    {
        color: Red !important;
    }
    .ruUploadSuccess
    {
        color: Black !important;
    }
</style>

Let me know if you have any concern.
Thanks,
Shinu.
Tags
AsyncUpload
Asked by
Tanvi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or