Category:Calendar: Difference between revisions
Jump to navigation
Jump to search
| Line 106: | Line 106: | ||
.editroomlink{ | .editroomlink{ | ||
padding-left: 2px; | padding-left: 2px; | ||
} | |||
Example: Show past dates in a different color. | |||
.pastdate { | |||
background-color: #d9edf7; | |||
} | |||
Example: Show weekends in a different color | |||
.weekend { | |||
background-color: #cccccc; | |||
} | } | ||