Thank you, I understand and therefore tried to get the same result with some CSS. I still face some problems though:
- How can I change the color of the bar with the title when an accordion item is opened? I managed to get the correct style by mouse hover, but did not find how to apply it to the active title.
- I changed the size of the icon before the title using
font-size:1.5em;
to the element.x-accordion-heading .x-accordion-toggle:before
but by doing so, this is not aligned with the title anymore, and the title is not vertical centered. What should I use instead to do so?
See here an accordion item v2 at the top and the classic accordion item I want to style at the bottom:
Thanks,
Antoine