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

EmptyText Color

1 Answer 47 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Dev LIPIX
Top achievements
Rank 1
Dev LIPIX asked on 15 Nov 2011, 10:58 PM
After upgrading to a newer version, 2010.2.929.40, we are seeing the color of the text in the empty text color being rendered as black instead of gray.  Is there a workaround or fix for this?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 16 Nov 2011, 04:44 AM
Hello Dev,

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

-Shinu.
Tags
ComboBox
Asked by
Dev LIPIX
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or