css class | Element |
---|---|
.webix_el_segmented | the whole 'segmented' control |
.webix_segment_0 | the first tab in the unselected state |
.webix_segment_N | the last tab in the unselected state |
.webix_segment_1 | the tabs from the second to the penultimate one in the unselected state |
.webix_selected webix_segment_0 | the first tab in the selected state |
.webix_all_segments | all segments of the control |
Read more about Segmented
Back to top