Hi,
I try to change the background color of my calendar. So I am using
.t-LinksList-link{
color:green;
}
.t-LinksList-link{
background-color:lightblue;
}
body .ui-widget-content.fc-day.fc-sat {
background-color: rgba(48, 159, 219, 0.1);
}
body .ui-widget-content.fc-day.fc-sun {
background-color: #F3F781;
}
body .ui-widget-content.fc-day.fc-today {
background-color: #64FE2E;
}
in CSS Inline. I a m using APEX 22.2.0. There are no changes in my calendar.
Please help me.
Regards
Siegwin