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

Selected item background color.

1 Answer 79 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Damian
Top achievements
Rank 1
Damian asked on 17 Jul 2013, 06:41 PM
Hi

Using CSS styles, how can I set a custom color to selected item background?

Thanks,
Damian.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Jul 2013, 03:43 AM
Hi Damian,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
    .RadListBox_Default .rlbGroup .rlbSelected
    {
        background: none repeat scroll 0 0 red !important;
    }
</style>

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