PDA

View Full Version : CSS Questions


kli
05-31-2007, 11:44 AM
I want to modify the calendar using CSS but I can't seem to either find somethings or be able to do them.

1. Change the background color of .today
2. Change the text color for an event day

Thanks.

Brian
05-31-2007, 06:07 PM
1) The background for today can't be specified individually. It will inherit the normal background color or category color when it contains an event.

2) Again, this is defined for all days and not individual ones.