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

borderColor

1 Answer 572 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
stephane
Top achievements
Rank 1
stephane asked on 07 Jul 2014, 04:35 PM
I would like to change border colors (and more generally border border style) and I don't find css atribute or theme builder property for performing that.

Could you help me please?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 09 Jul 2014, 08:22 AM
Hello Stephane,

The border of the NumericTextBox widget is applied to the span.k-numeric-wrap and span.k-select elements.

.k-numerictextbox .k-numeric-wrap,
.k-numerictextbox .k-select
{
   border-color: #f00;
}

I recommend using a browser DOM inspector to easily check the HTML markup and CSS styling of widget elements, so that it is more evident what needs to be changed in order to achieve a specific result.

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