How can i change the red color in selected time

Hi, I want to change the red color to another one, is it possible? 

Captura de Pantalla 2021-08-04 a la(s) 19.49.35.png


1 Reply

SN Sevvandhi Nagulan Syncfusion Team August 5, 2021 11:25 AM UTC

Hi Brandon, 


We checked your query. You can customize the default color of focusing and hover color by adding custom class to the component using cssClass property. Please refer the following css code. 


    .e-timepicker.e-custom.e-popup .e-list-parent.e-ul .e-list-item.e-active, .e-timepicker.e-custom.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover, .e-timepicker.e-custom.e-popup .e-list-parent.e-ul .e-list-item.e-hover { 
        color: green; 
    } 

Please find the sample below. 


Regards, 
Sevvandhi N 


Loader.
Up arrow icon