您好我尝试使用资源视图为Fullcalendar中的特定单元格着色。
tr.fc-slot13 {
background-color: #D6D6D6 !important;
}
这一个,可以给整行一个颜色。但我只想要两个第一列。
我可以在Fullcalnedar中做到这一点吗?
我使用 FullCalendar v1.6.4和资源视图扩展。
http://screenshot.cz/OD7M0/这就是我想要的样子。
答案 0 :(得分:1)
tr.fc-slot13:nth-child(1) {
background-color: #D6D6D6 !important;
}
tr.fc-slot13:nth-child(2) {
background-color: #D6D6D6 !important;
}
如果它仅用于有限数