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

EmptyMessage

1 Answer 84 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Tina
Top achievements
Rank 1
Tina asked on 02 Feb 2012, 11:18 AM
How to set colour for emptymessage and show the text in normal font?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 02 Feb 2012, 11:27 AM
Hello,

Try the following CSS.
CSS:
<style type="text/css">
  .RadComboBox_Default .rcbInputCell .rcbEmptyMessage
  {
   color: Blue !important;
   font-style: normal !important;
  }
</style>

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