CSS class | Element |
---|---|
.webix_accordionitem | a single pane of the accordion |
.webix_accordionitem_body | the body of the pane |
.webix_accordionitem_header | the expanded header |
.webix_accordionitem_header.collapsed | the collapsed header |
.webix_accordionitem_label | the label of the header |
.webix_accordionitem_button | 'expanded' or 'collapsed' arrow depending on the pane type |
Read more about Accordion
Back to top