Dear community,
how can I style kendo-dropdown component using built-in customization mechanisms?
I am using in my application bootstrap stylings for Kendo components. I already saw the customization section. I would like to restyle the basic properties of a dropdown such as (but not limited to)
- Background color when the dropdown is rendered
- Padding-inline and padding-block.
- Font color and size
- Background color on focus
I hoped that there would be some variables that I could just override, as if in the case of other components such as buttons, inputs, grid, etc.
I already tried to override lists, as that seemed to be the most logical thing to me. However, it does not seem to be applicable here. Is such customization possible or do I need to override the styles with custom css?
Thanks for any help.