Fullcalendar着色特定细胞

时间:2014-09-26 07:26:29

标签: jquery css fullcalendar

您好我尝试使用资源视图为Fullcalendar中的特定单元格着色。

tr.fc-slot13 {
background-color: #D6D6D6 !important;
}

这一个,可以给整行一个颜色。但我只想要两个第一列。

我可以在Fullcalnedar中做到这一点吗?

我使用 FullCalendar v1.6.4和资源视图扩展

http://screenshot.cz/OD7M0/这就是我想要的样子。

1 个答案:

答案 0 :(得分:1)

tr.fc-slot13:nth-child(1) {
background-color: #D6D6D6 !important;
}

tr.fc-slot13:nth-child(2) {
background-color: #D6D6D6 !important;
}

如果它仅用于有限数