Our powerful JS Calendar component


Post by swati tomar »

I wanted to highlight the active week on the view as in screenshot attached.

Attachments
image (1).png
image (1).png (109.23 KiB) Viewed 658 times

Post by tasnim »

Hi,

We have a setting for that but that seems not to apply correctly. So we created a ticket to fix it here https://github.com/bryntum/support/issues/8144

Until it is fixed please use this CSS as a workaround

.b-highlight-selected-week .b-calendar-week:has(.b-selected-date) {
    background-color: green;
    border : 1px solid green;
}

Post Reply