问题
How to change color of primefaces schedule event for current date ? Please provide CSS...
I am using primefaces(3.5) schedule component.
回答1:
.fc-today /* today */
{
background-image: linear-gradient(to bottom, #44565F, #0077b3) !important;
}
I had the same problem. I have tested this on chrome and its working. Change the colors as per your choice
来源:https://stackoverflow.com/questions/19042507/change-color-of-primefaces-schedule-event-for-current-date