Page 1 of 1

The calendar in the side bar - highlighting current date

Posted: Sun May 11, 2008 7:22 am
by nygauk
I have the calendar displayed as a mini-calendar in the left sidebar of my cmsms installation. However the current date is not highlighted. Is it possible to highlight the current date ???

Thanks

Re: The calendar in the side bar - highlighting current date

Posted: Sun May 11, 2008 7:25 am
by RonnyK

Code: Select all

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}
should work.

Ronny

Re: The calendar in the side bar - highlighting current date

Posted: Tue May 13, 2008 3:36 pm
by nygauk
Thanks Ronny - that works fine!

Re: The calendar in the side bar - highlighting current date

Posted: Tue May 13, 2008 4:12 pm
by RonnyK
IIRC, is there a default stylesheet belonging to the Calendar, where this came from. That is a good startingpoint for changes as well....

Ronny