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

Change background color of listbox?

1 Answer 279 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
fred williams
Top achievements
Rank 1
fred williams asked on 23 Mar 2011, 04:00 PM
Hi,

I'd like to change the backround of the listbox (the actual inside of the listbox) to a Hex value: I tried:

.RadListBox div.rlbGroup
{
  background-color:#E6E2D7 !important;
}

Based on the forum search results, but it's not workking. Help please.

1 Answer, 1 is accepted

Sort by
0
fred williams
Top achievements
Rank 1
answered on 23 Mar 2011, 05:57 PM
Nevermind, 

.RadListBox div.rlbGroup
{
    background-color:#E6E2D7;
}

Worked for me. For some reason the background color isn't refected while I'm debugging in Visual Studio. However, when I checked my pages on the web server everything was fine.
Tags
ListBox
Asked by
fred williams
Top achievements
Rank 1
Answers by
fred williams
Top achievements
Rank 1
Share this question
or