Any update about my query?
<style>
.e-menu-wrapper .e-ul, .e-menu-container .e-ul {
/* Here you can customize dropdown menu background color*/
background-color: thistle !important;
}
.e-pivotview .e-pivot-toolbar .e-toolbar-items, .e-pivotview .e-pivot-toolbar .e-btn, .e-pivotview .e-pivot-toolbar .e-menu-item {
/* Here you can customize toolbar elements background color*/
background-color: cadetblue !important
}
</style> |
Thank you
It works on my toolbar but how about in my dropdown? and when I point the cursor to the toolbar it is still gradient color.
Is there any way to change the color of the dropdown chart? I want white instead of gradient.
Query |
Comments | |
I can't open this link that you supported on my query https://www.syncfusion.com/downloads/support/directtrac/170570/ze/SYNCFU~11473507152 |
Sorry for the inconvenience. Please refer the following sample.
| |
Is there any way to change the color of the dropdown chart? I want white instead of gradient. |
The default color of the dropdown menu UI background color with respect to material theme is “white” in the pivot table. And you can modify the background color by using the CSS below for the dropdown menu UI.
CSS:
Meanwhile, we have prepared a sample for your reference. Please find it from below link.
If still the problem exists, kindly reproduce the problem in the provided sample and revert us (or) send your sample that replicating the problem. This would be a helpful for us to investigate the reported problem at our end and provide the solution at earliest.
|