4
edits
m (→Other Qs) |
|||
| Line 66: | Line 66: | ||
Calling everyone on staff to review the agenda for the meeting is a task; | Calling everyone on staff to review the agenda for the meeting is a task; | ||
it must be completed by 5pm on the 9th. | it must be completed by 5pm on the 9th. | ||
===How can I assign colours to event categories?=== | |||
In newer version, you can define styles for event categories in the userChrome.css file. | |||
'''Example:''' | |||
.event-category-cycling{ background-color: #99FFCC!important; } | |||
.event-category-meeting{ background-color: #00FF99!important; } | |||
These lines set the background colours for 'cycling' and 'meeting' events, respectively. | |||
It is CSS, i.e. you can also define other attributes like 'border-color' etc. | |||
==Suntray== | ==Suntray== | ||
edits