Is there a way to change RadzenSplitButton background color?
Hi @Xueyan_Zhou,
Yes, you can. Something like this should work:
.rz-splitbutton .rz-button {
background-color: red;
}
Thank you, it works!
Is there a way to change RadzenSplitButton background color?
Hi @Xueyan_Zhou,
Yes, you can. Something like this should work:
.rz-splitbutton .rz-button {
background-color: red;
}
Thank you, it works!