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

[Solved] RadUpload control changing font in skin

1 Answer 150 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Katarina
Top achievements
Rank 1
Katarina asked on 30 Mar 2009, 12:21 PM
I need to change font size and font color in RadUpload control. I can change skin, but it has no effect. Whatever I do in skin, control is always the same. I also tried to put some of those classes (from skin) in my css file with !important to override. But control is still the same. I can't figure out why it cannot be changed.

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 02 Apr 2009, 12:04 PM
Hi Katarina,

Here is how to increase the font size of the Add, Delete and Select buttons: add the following CSS rules to the <head> section of your page:

<style type="text/css"
div.RadUpload_Default INPUT      
    FONT: 13px/12px "Segoe UI"Arialsans-serif 
</style> 

Note that you need to replace Default with the name of the skin that you use.

I believe that this blog post will be of help as well:
How To Override Styles in a RadControl for ASP.NET AJAX' Embedded Skin

Sincerely yours,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Katarina
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or