The calendar in the side bar - highlighting current date

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
nygauk
New Member
New Member
Posts: 9
Joined: Mon Apr 21, 2008 7:41 am

The calendar in the side bar - highlighting current date

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post by RonnyK »

Code: Select all

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

Ronny
nygauk
New Member
New Member
Posts: 9
Joined: Mon Apr 21, 2008 7:41 am

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

Post by nygauk »

Thanks Ronny - that works fine!
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

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

Post 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
Post Reply

Return to “Modules/Add-Ons”