Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calendar Background Color

siegwin.portJan 12 2023

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

This post has been answered by jariola on Jan 12 2023
Jump to Answer
Comments
Post Details
Added on Jan 12 2023
2 comments
241 views