> It's the popupbackground in the calendar I want to change - is
> config.macros.calendar.todaybg the right parameter?

Nope.  Those settings are for controlling the background color of each
individual date in the calendar.

Fortunately, the entire calendar (which is an HTML <table> element)
has been assigned a custom CSS classname of ".calendar".  Thus, you
can apply style changes to the calendar as a whole by using CSS rules,
like this:

.calendar { background-color:#f00; }

enjoy,
-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to