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

Grid Filter Text

2 Answers 204 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Scott
Top achievements
Rank 1
Scott asked on 27 Jun 2012, 05:18 PM
Wondering if anyone else has seen this issue, or has an answer.  I am using the black theme for my grid, which has white text.  Unfortunately, when I add filtering, the textbox for the filter value is white, and the text entered is white...same as the grid.  Does anyone have any idea how to change this text color so that it shows up?

Thanks in advance...

Scott

2 Answers, 1 is accepted

Sort by
0
Dr.YSG
Top achievements
Rank 2
answered on 27 Jun 2012, 08:20 PM
I also use the black theme. The column filter pop is largely black, but the textboxes where I put in the values are white with black text. So I am not seeing the problem.

Klutz question: did you by any chance do something in CSS to make all text white (or any in text boxes). Can you just disable any special CSS you are using (even if it looks bad).

0
Dimo
Telerik team
answered on 28 Jun 2012, 09:04 AM
Hello,

The filtering textboxes' text color when using the Black theme should be #181818. If it is different, please check for custom styles that may interfere.

http://demos.kendoui.com/web/grid/local-data.html

The following CSS rule exists in kendo.black.css :


.k-input,
.k-textbox
{
    background-color: #fff;
    color: #181818;
}


All the best,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Scott
Top achievements
Rank 1
Answers by
Dr.YSG
Top achievements
Rank 2
Dimo
Telerik team
Share this question
or