Ability to the style (color, radius) of Select Dropdown #740
pdwonline
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried all options to style the select dropdown list, for example change the background color or border-radius.
It was only possible to apply some style to the base element and also the select item in the dropdow, but not the dropdown itself.
this is what I currently use:
``
border-radius: 10px !important;
}
.bubble-dropdown-arrow
{
border-radius: 50% !important;
}
``
But as you can see, the border radius of the dropdown itself remains the same:
Beta Was this translation helpful? Give feedback.
All reactions