Variables:
CSS Classes:
/* Main container of the Advanced DropDown Search, includes all elements */
.adds-main {}
/* Edit the tag that appears if elements were selected */
.tag {}
.tag-text {}
/* Main container of the Combobox, use it to set external borders for example */
.adds-combobox {}
.adds-combobox-prompt {}
.adds-combobox-selected {}
/* Internal container of the Combobox */
.adds-combobox-internal {}
/* Style the prompt text */
.adds-prompt {}
/* Style the selected items text */
.adds-selected {}
.adds-chevron {}
/* This class is used to open the dropdown if clicked on the chevron. Add this class to your personalized icon if the icon were changed */
.adds-chevron-down {}
/* Main container of the list, includes the search box and the list itself */
.adds-main-list {}
/* Wrapper container of the input search */
.adds-search-wrapper {}
/* Input search itself */
.adds-input-search {}
/* External container of the empty search with the class choices__list */
.adds-empty-list {}
/* Internal container of the empty search with the class ItemList choices__item */
.adds-empty-item {}
/* Style the empty search text */
.adds-empty {}
/* External container of the search list with the class choices__list */
.adds-search-list {}
/* Container with the select all item of the list with the classes ItemList and choices__list */
.adds-list-item-all {}
/* Container with the item of the list with the classes ItemList and choices__list */
.adds-list-item {}
/* To change the select all checkbox style with the class checkbox also */
.adds-checkbox-all {}
/* To change the checkbox style with the class checkbox also */
.adds-checkbox {}
/* Style the select all item text */
.adds-item-all {}
/* Style the item text */
.adds-item {}
/* List of searched items with the classes list and list-group */
.adds-item-list {}
OBS: Due to OutSystems limitations it's important to use !important in this CSS classesLast documentation update: 30/09/2022
OBS: Due to OutSystems limitations it's important to use !important in this CSS classesLast documentation update: 28/08/2022
/* This classe is used to open the dropdown if clicked on the chevron. Add this class to your personalized icon if the icon were changed */
OBS: Due to OutSystems limitations it's important to use !important in this CSS classesLast documentation update: 19/07/2022
OBS: Due to OutSystems limitations it's important to use !important in this CSS classes