Question
2
Replies
107
Views
Accenture
Posted: December 15, 2016
Last activity: December 19, 2016
Closed
Solved
How to Apply colour to date property image
Hi,
How to Apply colour to date property image.normally date property image will be appeared in black colour but i want that image in blue colour.
Can anyone suggest me.
***Moderator Edit: Vidyaranjan| Updated Categories***
Thanks in Advance,
Hi,
Could you try adding the below style in userworkform and check:
<Style>
.iconCalendar{
color:red;
}
</Style>
Thanks,
Gisela