mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-10 00:30:28 +08:00
version 1.3.1
This commit is contained in:
+7
-6
@@ -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;
|
||||
* }
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user