Я пытаюсь изменить цвет фона fullcalendar.
Я попробовал эти методы (без успеха):
td .fc-unthemed td.fc-today {
background: red !important;
}
.fc-unthemed td.fc-today > tr > td{
background: blue !important;
}
.fc-unthemed td.fc-today td{
background: black !important;
}
.fc-unthemed td.fc-today {
background: green !important;
background: linear-gradient(90deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.fc td {
background-color: #333 !important;
}
.fc th {
background-color: #333 !important;
}
Мои зависимости: "@ angular / core": "~ 9.0.5", "@ fullcalendar / angular": "^ 4.4.5-бета", "@ fullcalendar / core": "^ 4.4.0",
Обновление: я пытался добавить класс в fullCalendar (без успеха)
<full-calendar
#specCalendar
...
[className]="'spectator-calendar'"
>