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

telerik radlistbox

1 Answer 36 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Sharad
Top achievements
Rank 2
Sharad asked on 06 May 2013, 09:36 AM
How to disable .rlbHovered .rlbActive in rlbItem and hover property?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 May 2013, 10:43 AM
Hi,

Try the following CSS.
CSS:
.RadListBox_Default .rlbList .rlbHovered
{
  background-color:none !important;
}

Thanks,
Shinu
Tags
ListBox
Asked by
Sharad
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Share this question
or