回答編集履歴
1
追記
test
CHANGED
@@ -35,3 +35,25 @@
|
|
35
35
|
}, 10, 2 );
|
36
36
|
|
37
37
|
```
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
CSSで変更するなら
|
44
|
+
|
45
|
+
```CSS
|
46
|
+
|
47
|
+
.fc-day-grid-event {
|
48
|
+
|
49
|
+
background-color: #ddd !important;
|
50
|
+
|
51
|
+
border-color: #ddd !important;
|
52
|
+
|
53
|
+
border-width: 0px !important;
|
54
|
+
|
55
|
+
color: #fff !important;
|
56
|
+
|
57
|
+
}
|
58
|
+
|
59
|
+
```
|