美文网首页
FullCalendar插件修改周六日背景色

FullCalendar插件修改周六日背景色

作者: 踩着阳光 | 来源:发表于2020-11-16 12:01 被阅读0次

找到fullcalendar.css文件(通常在nodemoudles下)下的
.fc-unthemed .fc-popover .fc-header .fc-close在下方追加周六日样式

/*星期六背景色和字体颜色wheat /
.fc-unthemed td.fc-sat{
background :#e8eaec;
/
color:#0000FF; /
}
/
星期天背景色和字体颜色burlywood /
.fc-unthemed td.fc-sun{
background: #e8eaec;
/
color:#FF0000 ; */
}

相关文章

网友评论

      本文标题:FullCalendar插件修改周六日背景色

      本文链接:https://www.haomeiwen.com/subject/vmiabktx.html