CSS class | Element |
---|---|
.webix_dbllist.webix_layout_line | the whole DoubleList |
.webix_list | a list in the DoubleList |
.webix_list_item | an item in the list |
.webix_list_item.webix_selected | a selected (highlighted) item of the list |
.dbllist_button | the button of the DoubleList for selecting/unselecting items |
.webix_icon.wxi-angle-double-left | the icon of the button for unselecting all items |
.webix_icon.wxi-angle-double-right | the icon of the button for selecting all items |
.webix_icon.wxi-angle-left | the icon of the button for unselecting one item |
.webix_icon.wxi-angle-right | the icon of the button for selecting one item |
Read more about DoubleList.
Back to top