The green background is coming from the resources array backColor setting.
dp.resources = [
{ name: "Example", id: "Example", expanded: true, 'backColor' => "#5CB673", children:[
{ name : "Tool 1", id : "Tool1" },
{ name : "Tool 2", id : "Tool2" }
]
}
]
I'm using a custom css that i created from the theme designer...which when I enable, it overrides the backColor from resources array...
Can you tell me the css class i would have to set z-index lower for the css sheet or vice versa for resources backColor ?