Hi James,
Greetings from Syncfusion support..!
We can achieve your requirement “Change background color of Save button” using below mentioned CSS and for the same we have prepared a sample which can be downloaded from following link.
CSS
|
<style>
/* customizing save button in Editor window */
.e-event-save {
background-color: black !important;
border: 1px solid blue !important;
}
/* customizing save button in quick popup */
.e-event-create {
background-color: black !important;
border: 1px solid blue !important;
}
</style> |
Output:
Kindly try the above solution and get back to us if you need any further assistance.
Regards,
Praveenkumar.