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

Styling

1 Answer 336 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
Jeremy
Top achievements
Rank 1
Jeremy asked on 16 Jan 2014, 06:44 PM
On my web site the numeric textbox is black and the regular textbox is white.  I want both to be white backgroudn and black font.  Does anyone have any suggestions?

HEre is the page.
http://rosatimma.com/classes/Womens-Self-Defense-and-Fitness

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 17 Jan 2014, 09:13 AM
Hi Jeremy,

In order to set white background and black color to a Kendo UI NumericTextBox you could use the following CSS rule:
.k-numerictextbox .k-formatted-value,
.k-numerictextbox .k-state-focused .k-input {
   color: #000;  
   background-color: #fff;   
}

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
NumericTextBox
Asked by
Jeremy
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or