Accordion with Skin "Material"

Hi all,
…when I setup a accordion with skin “material” (or without skin, as that should be default per documentation), it always sets some blue header color. Code:

var myAcc = oTarget.attachAccordion({
icons_path: “imgs/”,
skin: “material”,
items: [
{ id: “a1”, text: “All my work”, icon: “ic_person_18pt.png” },
{ id: “a2”, text: “All my Teams work”, icon: “ic_people_18pt.png” },
{ id: “a3”, text: “Settings”, icon: “ic_settings_18pt_2x.png” }
]
});

oTarget is a Layout cell, which is also set to “material” skin and there it works perfect fine.

Any thoughts or suggestions how I can get this fixed ?

Thanks a lot,

Frank

unfortunately the problem cannot be reconstructed. Here is how the dhtmlxAccordion looks with the material skin:
dhtmlx.com/docs/products/dhtmlx … bject.html
Pleas,e make sure that you are using the default non-modified css file from the dhtmlx codebase directory.
If the problem still occurs for you please, provide a complete demo or a demo link, where the problem can be reproduced.

I want you to know that I really appreciate this.