version 1.3.1

This commit is contained in:
Adam Shaw
2009-10-01 05:39:02 +00:00
parent bed7a3df9b
commit ef2bebd9ff
15 changed files with 200 additions and 76 deletions
+7 -6
View File
@@ -221,10 +221,10 @@ table.fc-header {
.fc-event,
.fc-event a {
color: #fff;
border-style: solid;
border-color: #36c; /* DEFAULT EVENT COLOR */
background-color: #36c; /* */
border-style: solid;
border-color: #36c; /* default BORDER color (probably the same as background-color) */
background-color: #36c; /* default BACKGROUND color */
color: #fff; /* default TEXT color */
}
/* Use the 'className' CalEvent property and the following
@@ -232,8 +232,9 @@ table.fc-header {
*
* .my-event-class,
* .my-event-class a {
* border-color: red;
* background-color: red;
* border-color: black;
* background-color: black;
* color: red;
* }
*/