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
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!