Dropdown widget
Variables to customize Dropdown widget
$gbc-DropDownWidget-background-color
Background color for Dropdown widget
Type: color
Default value: $theme-secondary-alternative-background-color
Computed value: "#ffffff"
$gbc-DropDownWidget-item-current-color
Text color of the current item for Dropdown widget
Type: color
Default value: $theme-currentrow-color
Computed value: "#ffffff"
$gbc-DropDownWidget-z-index
z-index for Dropdown widget
Type: number
Default value: $z-index-DropDown
Computed value: "58"
$gbc-DropDownWidget-margin-ratio
Margin ratio for Dropdown widget
Type: number
Default value: $theme-margin-ratio
Computed value: "0.6"
$gbc-DropDownWidget-margin
Margin for Dropdown widget
Type: size
Default value: $theme-combobox-margin * $gbc-DropDownWidget-margin-ratio
Computed value: "6px"
$gbc-DropDownWidget-line-height
Line height for Dropdown widget
Type: size
Default value: "2.2em"
Computed value: "2.2em"
$gbc-DropDownWidget-min-width
Minimal width for Dropdown widget
Type: number
Default value: 0
$gbc-DropDownWidget-max-height
Max height for Dropdown widget
Type: number
Default value: 300
Computed value: 300
$gbc-DropDownWidget-icon-size
Icon size of items in Dropdown widget
Type: size
Default value: $theme-small-icon-size
Computed value: "16px"