PDA

View Full Version : How to set current day to bold in calendar


bvels
12-15-2006, 04:40 PM
Is it possible to display the current day in bold? The default highlight is seems not clear to all of my users.

regards,
Bart

ve9gra
12-15-2006, 06:06 PM
Modify the .today element in your esstyle.css file.
/* Color of Today's Date */
.today {
color: #CF0000;
font-weight: bold;
}

bvels
12-16-2006, 03:13 AM
Thnx! If life was always this simple ...