The release notes list all properties that can be changed using CSS classes.
I plan to add more objects (some are problematic because the rendering uses tweaks to make it cross-browser compatible). The estimate is 1 April (
release 4.7).
I will be also changing the way the CSS classes are specified: At this moment you specify a single CssClass property and define classes like daypilot.header, daypilot.event, etc. That is causing problems because the class attribute used in the HTML has to be in the following format: class="daypilot header". If you already have .header class defined it will be applied as well.
It will be replaced by object-specific properties to prevent such interference:
- CssClassHeader
- CssClassEvent
- ...
It will also be more clear what can be styled using classes.