jQuery dropdownlist styling - maikelbos0/VDT GitHub Wiki
The dropdownlist only provides very basic styling in the provided style sheet jquery-dropdownlist.style.css; you can use this as a template to create your own style. The various css classes the dropdownlist uses are:
.dropdownlistis the main container for the dropdown.dropdownlist-selectoris the selector element that is clicked to expand the dropdown.dropdownlist-selector-textis where the selected item text is displayed.dropdownlist-selector-toggleis the toggle arrow in the default style.dropdownlist-searchis the search/autocomplete input.dropdownlist-listis the list that gets displayed/hidden and includes the original element.dropdownlist-list-upis applied to the dropdownlist when it opens upwards instead of downwards in dynamic mode.dropdownlist-fieldare the input fields; checkboxes are displayed in multiselect