Hi Ashley,
The default colors of the toolbar and dropdown menu UI background colors with respect to material theme are “grey” and “white” in the pivot table. And, you can modify the background color by using the CSS below for the toolbar and dropdown menu UI.
CSS:
|
<style>
.e-menu-wrapper .e-ul, .e-menu-container .e-ul {
/* Here you can customize dropdown menu background color*/
background-color: white !important;
}
.e-pivotview .e-pivot-toolbar .e-toolbar-items, .e-pivotview .e-pivot-toolbar .e-menu-item {
/* Here you can customize toolbar elements background color*/
background-color: white !important
}
</style> |
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.
Regards,
Manikandan