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

Customize CSS for the Select button

2 Answers 469 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Drew Auman
Top achievements
Rank 1
Drew Auman asked on 28 May 2013, 03:26 PM
I am having trouble changing the styling on the Select button in the upload tool.
The Upload button has taken the correct style, but the Select does not.

I have attached code samples of the css, html, and javascript, as well as a screen shot of the rendered result.

In Chrome it looks like the button has the correct styles, but they do not render on screen.

2 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 28 May 2013, 03:40 PM
Hi Drew,


The correct CSS selector for the "select" button in the current scenario would be the following.
#frmUpload .k-button.k-upload-button
{
    //custom styles
}
because it has both .k-button and .k-upload-button classes.

Please let me know if this was the information that you were looking for.

 

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Drew Auman
Top achievements
Rank 1
answered on 28 May 2013, 03:54 PM
that did it, thank you.
Tags
Upload
Asked by
Drew Auman
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Drew Auman
Top achievements
Rank 1
Share this question
or