Change color of primefaces schedule event for current date

淺唱寂寞╮ 提交于 2020-01-14 06:48:24

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!