我使用Ext.ux.touchcalendar https://github.com/SwarmOnline/Ext.ux.TouchCalendar实现了日历。我想将一些单元格颜色更改为绿色,将某些单元格更改为红色,将某些单元格更改为蓝色。任何人都可以告诉该怎么做?
当我试图在skin.css中添加以下css时
.touch-calendar-view table.day tr :nth-child(3) td:nth-child(5).time-block { /* Selects third row, then select fifth cell. */
background-color: green!important;
}
由于