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

Change RadComboBox height

1 Answer 218 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Silvia
Top achievements
Rank 1
Silvia asked on 07 Oct 2011, 07:08 PM
Hi,
I am try to change the height of a radcombobox with separate file css, the tag height change the list of this component but i need to change a component height, How can i do it?

In this way does not work:
 
div.RadComboBox_Transparent mesa td.rcbInputCell
 { 
     height: 50px; 
     line-height: 50px;
 }


1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Oct 2011, 06:20 AM
Hello Silvia,

Try the following CSS to change items height of RadCombobox.
CSS:
<style type="text/css">
html > body .RadComboBoxDropDown .rcbItem, .rcbHovered
{
  min-height:30px!important;
}
</style>

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