2023-11-11 18:13:18 +01:00
|
|
|
.toastui-calendar-template-time {
|
2023-11-14 23:16:25 +01:00
|
|
|
padding: 4px;
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: normal !important;
|
|
|
|
align-items: normal !important;
|
|
|
|
font-size: 12pt;
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2023-11-11 18:13:18 +01:00
|
|
|
}
|
2023-11-19 22:35:04 +01:00
|
|
|
.module-edt {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.mod-code {
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgb(21, 21, 116);
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
2023-11-11 18:13:18 +01:00
|
|
|
.group-name {
|
2023-11-14 23:16:25 +01:00
|
|
|
color: rgb(25, 113, 25);
|
2023-11-19 22:35:04 +01:00
|
|
|
display: inline;
|
2023-11-11 18:13:18 +01:00
|
|
|
}
|
|
|
|
.group-edt {
|
2023-11-14 23:16:25 +01:00
|
|
|
color: red;
|
|
|
|
background-color: yellow;
|
2023-11-11 18:13:18 +01:00
|
|
|
}
|
2023-11-13 11:30:26 +01:00
|
|
|
|
2023-11-14 23:16:25 +01:00
|
|
|
#renderRange {
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
2023-11-13 11:30:26 +01:00
|
|
|
.toastui-calendar-timegrid {
|
2023-11-14 23:16:25 +01:00
|
|
|
height: 100% !important;
|
|
|
|
min-height: auto !important;
|
2023-11-13 11:30:26 +01:00
|
|
|
}
|
2023-11-14 23:16:25 +01:00
|
|
|
.toastui-calendar-time {
|
|
|
|
height: calc(100% - 44px) !important;
|
2023-11-13 11:30:26 +01:00
|
|
|
}
|
2023-11-14 23:16:25 +01:00
|
|
|
.toastui-calendar-week-view-day-names,
|
|
|
|
.toastui-calendar-time {
|
|
|
|
overflow: hidden !important;
|
2023-11-14 22:48:28 +01:00
|
|
|
}
|
|
|
|
|
2023-11-14 23:16:25 +01:00
|
|
|
.btn {
|
|
|
|
border-radius: 25px;
|
|
|
|
border-color: #ddd;
|
2023-11-14 22:48:28 +01:00
|
|
|
}
|
2023-11-14 23:16:25 +01:00
|
|
|
|
|
|
|
.btn:hover {
|
|
|
|
border: solid 1px #bbb;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn:active {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
border: solid 1px #bbb;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn:disabled {
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
border: solid 1px #ddd;
|
|
|
|
color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn:focus:active,
|
|
|
|
.btn:focus,
|
|
|
|
.btn:active {
|
|
|
|
outline: none;
|
2023-11-13 11:30:26 +01:00
|
|
|
}
|