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

Change font color

1 Answer 91 Views
Filter
This is a migrated thread and some comments may be shown as answers.
Tina
Top achievements
Rank 1
Tina asked on 02 Nov 2011, 02:30 AM
How can i change the font color of the text in filter textbox in radgrid filtering?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Nov 2011, 04:40 AM
Hello Tina,

Try the following CSS.
CSS:
<style type="text/css">
.RadGrid .rgFilterBox
 {
   color: Red !important;
 }
</style>

Thanks,
Shinu.
Tags
Filter
Asked by
Tina
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or