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

Customize appearance about forms

1 Answer 50 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ralph
Top achievements
Rank 1
Ralph asked on 29 Jul 2013, 04:31 PM
Hi,

I would like to change the position and modify the display of input field as text, which class should I apply the custom CSS to?
I follow the following demo to add the input fields:

http://demos.kendoui.com/mobile/forms/index.html#/

Moreover, the link to the documentation page is broken.

Thanks.

BR,
Ralph

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 31 Jul 2013, 01:01 PM
Hello Ralph,

Basically there are not any specific classes for the input elements in Kendo UI Mobile Forms and you could apply your custom styles directly to the input elements. For example:

.km-listview.km-list.km-listinset input[type='text']{
    border: 2px solid red;
}
Please make sure you use selectors with high specificity.

Regarding the broken link, we are aware of this and will address the issue in short period of time.

Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Ralph
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or