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

Font size on AsyncUpload

1 Answer 82 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Jagat
Top achievements
Rank 1
Jagat asked on 04 Apr 2017, 04:24 PM

 

Hi,

I want to increase the font size of the text "Select a document to upload". How do i change it? Having the size in CSSClass does not work. Any other way?

I also the following in CSS which did not help
 RadUpload .ruBrowse
   {
          font-size:30px !important;
          font-style:italic;
   }
 
.wizInternalLabels
    {
        color:#00008B;
        font-size:x-large;
    }

 

<telerik:RadAsyncUpload runat="server" ID="RadAsyncUpload1" AllowedFileExtensions="pdf,jpg,jpeg,txt"
                                     MultipleFileSelection="Automatic"  CssClass="wizInternalLabels" dir="rtl"
                                     PostbackTriggers="btnCustomFinish">
                                     <Localization Select=" Select a document to upload "   />
                                 </telerik:RadAsyncUpload>

 

 

Thanks in Advance

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Apr 2017, 09:18 PM

Hello Jagat,

Here you go:

<style>
    .ruButton.ruBrowse { font-size: 20px; }
</style>

Best regards,

Rumen

Telerik by Progress

Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
AsyncUpload
Asked by
Jagat
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or