The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
Hey Guys,
Can anyone tell me how to apply custom css to date picker widget to change the background color of the buttons inside the date container(Done & Today).
Please refer the attachment. I wanted to change the default color to red .
Thanks,
Jan
Solved! Go to Solution.
@JANAKIRAMAN_P : Please find attached entity for this . Basically you will have to inspect in chrome developer tools and find the element where CSS need to be applied. I have used the following CSS in the attached entity.
ptcs-datepicker-calendar::part(day){
color: red ;
}
@JANAKIRAMAN_P : Please find attached entity for this . Basically you will have to inspect in chrome developer tools and find the element where CSS need to be applied. I have used the following CSS in the attached entity.
ptcs-datepicker-calendar::part(day){
color: red ;
}