Answered: List UI = round, can't set background color
Answered: List UI = round, can't set background color
I have a list. i set the style of the lists background-color:green;. If i set the UI of the list to 'round', the background-color is overridden returning to battleship gray. If i set the UI of the list to 'normal', the background color returns to my custom color of green.
This is not expected behavior. What do i have to do to make this work?
this is all set. the order of css files being applied was overriding my custom css by the sencha css. reordered the css links in architect so my custom rule below was applied.
That is wierd. You'd think that it would change it but it is being blocked by the .x-list-round .x-scroll-view that wraps the list. It looks like the .x-list-round.x-list-ungrouped .x-list-item-label, .x-list-round.x-list-grouped .x-list-item-label has its own background property too.
this is all set. the order of css files being applied was overriding my custom css by the sencha css. reordered the css links in architect so my custom rule below was applied.