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

to make radasyncupload progress bar thicker

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rajesh
Top achievements
Rank 1
Rajesh asked on 22 May 2015, 12:02 PM
How to make progress bar thicker?

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 27 May 2015, 07:15 AM
Hello,

Here are two sample CSS rules, which show the selectors you can use to customize the appearance of RadAsyncUpload's progress bar:
html .RadAsyncUpload .ruFileProgressWrap {
    background-color: lightgray;
    background-image: none;
    height: 20px;
}
 
html .RadAsyncUpload .ruFileProgress.ruProgressStarted {
    background-color: blue;
    background-image: none;
    height: 20px;
}

Regards,
Ivan Danchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Rajesh
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or