Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions examples/eventCalendar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@

## OSS License

* Moment.js - https://momentjs.com/
* Author: Tim Wood, Iskren Chernev, Moment.js contributors
* License: [MIT License](https://github.com/moment/moment/blob/2.13.0/LICENSE)
* FullCalendar - https://fullcalendar.io/
* Author: Adam Shaw
* License: [MIT License](https://github.com/fullcalendar/fullcalendar/blob/v2.7.3/LICENSE.txt)
* jQuery - https://jquery.com/
* Author: jQuery Foundation, Inc.
* License: [MIT License](https://github.com/jquery/jquery/blob/2.2.4/LICENSE.txt)
* License: [MIT License](https://github.com/fullcalendar/fullcalendar/blob/v6.1.20/LICENSE.md)
* JsRender - https://www.jsviews.com/
* Author: Boris Moore
* License: [MIT License](https://github.com/BorisMoore/jsrender/blob/v1.0.5/MIT-LICENSE.txt)
Expand Down
13 changes: 5 additions & 8 deletions examples/eventCalendar/css/customize.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,21 @@
* Licensed under the MIT License
*/
/* 日曜日 */
.fc-head .fc-sun {
.fc-col-header-cell.fc-day-sun {
background: rgb(250, 220, 233);
}

/* 土曜日 */
.fc-head .fc-sat {
.fc-col-header-cell.fc-day-sat {
background: rgb(211, 237, 251);
}

/* 今日 */
.fc-today {
.fc-day-today {
background: rgb(255, 255, 204);
}

.fc-center {
/* ツールバー中央(タイトル)のチャンク */
.fc-toolbar-chunk:nth-child(2) {
margin-right: 1.75em;
}

.fc-clear {
clear: none;
}
Loading