523 lines
14 KiB
CSS
523 lines
14 KiB
CSS
.fc .fc-scrollgrid-section {
|
|
height: 0px;
|
|
}
|
|
.fc a[data-navlink]:hover {
|
|
text-decoration: none;
|
|
}
|
|
.fc .fc-timegrid-slot {
|
|
height: 4em !important;
|
|
}
|
|
.fc .fc-timeGridWeek-view .fc-timegrid-slot-minor {
|
|
border-top-style: none;
|
|
}
|
|
.fc .fc-timeGridDay-view .fc-timegrid-slot-minor {
|
|
border-top-style: solid;
|
|
}
|
|
.fc .fc-col-header-cell-cushion {
|
|
padding-top: 8.7px !important;
|
|
padding-bottom: 8.7px !important;
|
|
}
|
|
.fc .fc-toolbar {
|
|
flex-wrap: wrap;
|
|
}
|
|
.fc .fc-toolbar .fc-prev-button,
|
|
.fc .fc-toolbar .fc-next-button {
|
|
display: inline-block;
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.fc .fc-toolbar .fc-prev-button:hover, .fc .fc-toolbar .fc-prev-button:active, .fc .fc-toolbar .fc-prev-button:focus,
|
|
.fc .fc-toolbar .fc-next-button:hover,
|
|
.fc .fc-toolbar .fc-next-button:active,
|
|
.fc .fc-toolbar .fc-next-button:focus {
|
|
background-color: transparent !important;
|
|
border-color: transparent !important;
|
|
box-shadow: none !important;
|
|
}
|
|
.fc .fc-toolbar .fc-button {
|
|
border-radius: 0.375rem;
|
|
}
|
|
.fc .fc-toolbar .fc-button:not(.fc-next-button):not(.fc-prev-button) {
|
|
padding: 0.485rem 1.25rem;
|
|
}
|
|
.fc .fc-toolbar .fc-button:not(.fc-next-button):not(.fc-prev-button):active, .fc .fc-toolbar .fc-button:not(.fc-next-button):not(.fc-prev-button):focus {
|
|
box-shadow: none !important;
|
|
}
|
|
.fc .fc-toolbar > * > :not(:first-child) {
|
|
margin-left: 0 !important;
|
|
}
|
|
[dir=rtl] .fc .fc-toolbar > * > :not(:first-child) {
|
|
margin-right: 0 !important;
|
|
}
|
|
.fc .fc-toolbar .fc-toolbar-chunk {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.fc .fc-toolbar .fc-button-group .fc-button {
|
|
text-transform: capitalize;
|
|
}
|
|
.fc .fc-toolbar .fc-button-group + div {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.fc .fc-toolbar .fc--button:empty,
|
|
.fc .fc-toolbar .fc-toolbar-chunk:empty {
|
|
display: none;
|
|
}
|
|
.fc .fc-toolbar .fc-sidebarToggle-button + div {
|
|
margin-left: 0;
|
|
}
|
|
.fc table.fc-scrollgrid .fc-col-header .fc-col-header-cell {
|
|
border-left: none;
|
|
}
|
|
.fc .fc-view-harness {
|
|
min-height: 650px;
|
|
}
|
|
.fc .fc-view-harness .fc-col-header-cell-cushion {
|
|
padding-bottom: 3px;
|
|
padding-top: 3px;
|
|
}
|
|
html:not([dir=rtl]) .fc .fc-view-harness .fc-scrollgrid-section-header > * {
|
|
border-inline-end-width: 0px;
|
|
}
|
|
[dir=rtl] .fc .fc-view-harness .fc-scrollgrid-section-header > * {
|
|
border-inline-start-width: 0px;
|
|
}
|
|
.fc .fc-view-harness .fc-timegrid-event .fc-event-time {
|
|
font-size: 0.6875rem;
|
|
}
|
|
.fc .fc-view-harness .fc-v-event .fc-event-title {
|
|
font-size: 0.8125rem;
|
|
padding-top: 0.2rem;
|
|
font-weight: 500;
|
|
}
|
|
.fc .fc-view-harness .fc-timegrid-event .fc-event-main {
|
|
padding: 0.25rem 0.5rem 0;
|
|
}
|
|
.fc .fc-daygrid-day-events .fc-event,
|
|
.fc .fc-daygrid-day-events .fc-more-link {
|
|
margin-inline: 0.5rem !important;
|
|
}
|
|
.fc .fc-day-today {
|
|
background-clip: padding-box;
|
|
}
|
|
.fc .fc-h-event .fc-event-main,
|
|
.fc .fc-v-event .fc-event-main {
|
|
color: inherit !important;
|
|
}
|
|
.fc .fc-daygrid-block-event .fc-event-time,
|
|
.fc .fc-daygrid-dot-event .fc-event-title {
|
|
font-weight: 500;
|
|
}
|
|
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
|
|
margin-top: 0.94rem !important;
|
|
margin-bottom: 0.94rem !important;
|
|
}
|
|
.fc .fc-view-harness {
|
|
margin: 0 -1.5rem;
|
|
}
|
|
.fc .fc-view-harness .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top {
|
|
flex-direction: row;
|
|
}
|
|
.fc .fc-view-harness .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top .fc-daygrid-day-number {
|
|
float: left;
|
|
padding: 0.5rem;
|
|
}
|
|
.fc .fc-view-harness .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-bottom .fc-daygrid-more-link {
|
|
margin-top: 0.625rem;
|
|
}
|
|
.fc .fc-view-harness .fc-event {
|
|
font-size: 0.8125rem;
|
|
font-weight: 500;
|
|
padding: 0.25rem 0.5rem;
|
|
border-radius: 0.25rem;
|
|
border: 0;
|
|
}
|
|
.fc .fc-view-harness .fc-event .fc-event-title {
|
|
font-weight: 500;
|
|
}
|
|
.fc .fc-view-harness .fc-daygrid-event-harness .fc-event.private-event {
|
|
background-color: transparent !important;
|
|
border-color: transparent !important;
|
|
}
|
|
.fc .fc-view-harness .fc-event .fc-daygrid-event-dot {
|
|
display: none;
|
|
}
|
|
.fc .fc-daygrid-event-harness + .fc-daygrid-event-harness .fc-daygrid-event {
|
|
margin-top: 0.625rem !important;
|
|
}
|
|
.fc .fc-timegrid .fc-timegrid-divider {
|
|
display: none;
|
|
}
|
|
.fc .fc-timegrid .fc-timegrid-event {
|
|
border-radius: 0px;
|
|
box-shadow: none;
|
|
padding-top: 0.5rem;
|
|
}
|
|
.fc .fc-timegrid .fc-timegrid-event .fc-event-time {
|
|
font-size: inherit;
|
|
}
|
|
.fc .fc-daygrid-event-harness-abs .fc-event {
|
|
margin-bottom: 0.625rem;
|
|
}
|
|
.fc .fc-timegrid-slot-label-frame {
|
|
text-align: center;
|
|
}
|
|
.fc .fc-timegrid-axis-cushion,
|
|
.fc .fc-timegrid-slot-label-cushion {
|
|
font-size: 0.8125rem;
|
|
}
|
|
.fc .fc-timegrid-axis-cushion {
|
|
text-transform: capitalize;
|
|
padding: 0.5rem 0.4375rem;
|
|
}
|
|
.fc .fc-timegrid-slot-label-cushion {
|
|
text-transform: uppercase;
|
|
padding: 0.5rem !important;
|
|
}
|
|
.fc .fc-list-day-cushion,
|
|
.fc .fc-list-table td {
|
|
padding-inline: 1rem;
|
|
}
|
|
.fc .fc-popover {
|
|
z-index: 1090 !important;
|
|
}
|
|
.fc .fc-popover .fc-popover-header {
|
|
padding: 0.566rem;
|
|
}
|
|
.fc .fc-list .fc-list-table {
|
|
border-bottom: 1px solid;
|
|
}
|
|
.fc.fc-theme-standard .fc-list {
|
|
border: none;
|
|
}
|
|
.fc .fc-day-other .fc-daygrid-day-top {
|
|
opacity: 1;
|
|
}
|
|
|
|
.light-style .fc .fc-toolbar .fc-prev-button .fc-icon,
|
|
.light-style .fc .fc-toolbar .fc-next-button .fc-icon {
|
|
color: #384551;
|
|
}
|
|
.light-style .fc .fc-col-header-cell-cushion {
|
|
color: #384551;
|
|
}
|
|
.light-style .fc.fc-theme-standard .fc-list-day-cushion {
|
|
background-color: #f2f3f3 !important;
|
|
}
|
|
.light-style .fc table.fc-scrollgrid {
|
|
border-color: #e4e6e8;
|
|
}
|
|
.light-style .fc table.fc-scrollgrid .fc-col-header tbody {
|
|
border: none;
|
|
}
|
|
.light-style .fc table.fc-scrollgrid .fc-col-header .fc-col-header-cell {
|
|
border-color: #e4e6e8;
|
|
}
|
|
.light-style .fc table.fc-scrollgrid td {
|
|
border-color: #e4e6e8;
|
|
}
|
|
.light-style .fc .fc-timegrid-axis-cushion {
|
|
color: #a7acb2;
|
|
}
|
|
.light-style .fc .fc-timegrid-slot-label-cushion {
|
|
color: #384551;
|
|
}
|
|
.light-style .fc .private-event .fc-event-time,
|
|
.light-style .fc .private-event .fc-event-title {
|
|
color: #ff3e1d;
|
|
}
|
|
.light-style .fc .fc-day-today:not(.fc-col-header-cell) {
|
|
background-color: #f2f3f3 !important;
|
|
}
|
|
.light-style .fc .fc-day-today:not(.fc-col-header-cell) .fc-popover-body {
|
|
background-color: #fff !important;
|
|
}
|
|
.light-style .fc .fc-popover .fc-popover-header {
|
|
background: #f5f5f9;
|
|
}
|
|
.light-style .fc .fc-list .fc-list-table th {
|
|
border: 0;
|
|
background: #f5f5f9;
|
|
}
|
|
.light-style .fc .fc-list .fc-list-table .fc-list-event {
|
|
cursor: pointer;
|
|
}
|
|
.light-style .fc .fc-list .fc-list-table .fc-list-event:hover td {
|
|
background-color: rgba(34, 48, 62, 0.025);
|
|
}
|
|
.light-style .fc .fc-list .fc-list-table .fc-list-event td {
|
|
border-color: #e4e6e8;
|
|
color: #646e78;
|
|
}
|
|
.light-style .fc .fc-list .fc-list-table .fc-list-day th {
|
|
color: #384551;
|
|
}
|
|
.light-style .fc .fc-list .fc-list-table tbody > tr:first-child th {
|
|
border-top: 1px solid #e4e6e8;
|
|
}
|
|
.light-style .fc .fc-list .fc-list-empty {
|
|
background-color: #f5f5f9;
|
|
}
|
|
.light-style .fc table,
|
|
.light-style .fc tbody,
|
|
.light-style .fc thead,
|
|
.light-style .fc tbody td {
|
|
border-color: #e4e6e8;
|
|
}
|
|
.light-style .fc .fc-day-other .fc-daygrid-day-top {
|
|
color: #a7acb2;
|
|
}
|
|
.light-style .fc-event-primary:not(.fc-list-event) {
|
|
background-color: #e7e7ff !important;
|
|
color: #696cff !important;
|
|
}
|
|
.light-style .fc-event-primary.fc-list-event .fc-list-event-dot {
|
|
border-color: #696cff !important;
|
|
}
|
|
.light-style .fc-event-secondary:not(.fc-list-event) {
|
|
background-color: #ebeef0 !important;
|
|
color: #8592a3 !important;
|
|
}
|
|
.light-style .fc-event-secondary.fc-list-event .fc-list-event-dot {
|
|
border-color: #8592a3 !important;
|
|
}
|
|
.light-style .fc-event-success:not(.fc-list-event) {
|
|
background-color: #e8fadf !important;
|
|
color: #71dd37 !important;
|
|
}
|
|
.light-style .fc-event-success.fc-list-event .fc-list-event-dot {
|
|
border-color: #71dd37 !important;
|
|
}
|
|
.light-style .fc-event-info:not(.fc-list-event) {
|
|
background-color: #d7f5fc !important;
|
|
color: #03c3ec !important;
|
|
}
|
|
.light-style .fc-event-info.fc-list-event .fc-list-event-dot {
|
|
border-color: #03c3ec !important;
|
|
}
|
|
.light-style .fc-event-warning:not(.fc-list-event) {
|
|
background-color: #fff2d6 !important;
|
|
color: #ffab00 !important;
|
|
}
|
|
.light-style .fc-event-warning.fc-list-event .fc-list-event-dot {
|
|
border-color: #ffab00 !important;
|
|
}
|
|
.light-style .fc-event-danger:not(.fc-list-event) {
|
|
background-color: #ffe0db !important;
|
|
color: #ff3e1d !important;
|
|
}
|
|
.light-style .fc-event-danger.fc-list-event .fc-list-event-dot {
|
|
border-color: #ff3e1d !important;
|
|
}
|
|
.light-style .fc-event-light:not(.fc-list-event) {
|
|
background-color: #f9fafa !important;
|
|
color: #dbdee0 !important;
|
|
}
|
|
.light-style .fc-event-light.fc-list-event .fc-list-event-dot {
|
|
border-color: #dbdee0 !important;
|
|
}
|
|
.light-style .fc-event-dark:not(.fc-list-event) {
|
|
background-color: #dddde0 !important;
|
|
color: #2b2c40 !important;
|
|
}
|
|
.light-style .fc-event-dark.fc-list-event .fc-list-event-dot {
|
|
border-color: #2b2c40 !important;
|
|
}
|
|
.light-style .fc-event-gray:not(.fc-list-event) {
|
|
background-color: rgba(242, 243, 243, 0.92) !important;
|
|
color: rgba(34, 48, 62, 0.5) !important;
|
|
}
|
|
.light-style .fc-event-gray.fc-list-event .fc-list-event-dot {
|
|
border-color: rgba(34, 48, 62, 0.5) !important;
|
|
}
|
|
|
|
.dark-style .fc .fc-toolbar .fc-prev-button .fc-icon,
|
|
.dark-style .fc .fc-toolbar .fc-next-button .fc-icon {
|
|
color: #d5d5e2;
|
|
}
|
|
.dark-style .fc .fc-toolbar .fc-sidebarToggle-button {
|
|
color: #fff;
|
|
}
|
|
.dark-style .fc .fc-col-header-cell-cushion {
|
|
color: #d5d5e2;
|
|
}
|
|
.dark-style .fc.fc-theme-standard .fc-list-day-cushion {
|
|
background-color: #434463 !important;
|
|
}
|
|
.dark-style .fc .fc-timegrid-axis-cushion {
|
|
color: #7e7f96;
|
|
}
|
|
.dark-style .fc .fc-timegrid-slot-label-cushion {
|
|
color: #d5d5e2;
|
|
}
|
|
.dark-style .fc table.fc-scrollgrid {
|
|
border-color: #4e4f6c;
|
|
}
|
|
.dark-style .fc table.fc-scrollgrid .fc-col-header tbody {
|
|
border: none;
|
|
}
|
|
.dark-style .fc table.fc-scrollgrid .fc-col-header .fc-col-header-cell {
|
|
border-color: #4e4f6c;
|
|
}
|
|
.dark-style .fc table.fc-scrollgrid td {
|
|
border-color: #4e4f6c;
|
|
}
|
|
.dark-style .fc .private-event .fc-event-time,
|
|
.dark-style .fc .private-event .fc-event-title {
|
|
color: #ff3e1d;
|
|
}
|
|
.dark-style .fc .fc-day-today:not(.fc-col-header-cell) {
|
|
background-color: #434463 !important;
|
|
}
|
|
.dark-style .fc .fc-day-today:not(.fc-col-header-cell) .fc-popover-body {
|
|
background-color: #2b2c40 !important;
|
|
}
|
|
.dark-style .fc .fc-divider {
|
|
background: #4e4f6c;
|
|
border-color: #4e4f6c;
|
|
}
|
|
.dark-style .fc .fc-popover {
|
|
background-color: #232333;
|
|
border: 0;
|
|
}
|
|
.dark-style .fc .fc-popover .fc-popover-header {
|
|
background-color: #494a5d;
|
|
}
|
|
.dark-style .fc .fc-list .fc-list-table th {
|
|
border: 0;
|
|
background: #232333;
|
|
}
|
|
.dark-style .fc .fc-list .fc-list-table .fc-list-event {
|
|
cursor: pointer;
|
|
}
|
|
.dark-style .fc .fc-list .fc-list-table .fc-list-event:hover td {
|
|
background-color: rgba(230, 230, 241, 0.06);
|
|
}
|
|
.dark-style .fc .fc-list .fc-list-table .fc-list-event td {
|
|
border-color: #4e4f6c;
|
|
color: #b2b2c4;
|
|
}
|
|
.dark-style .fc .fc-list .fc-list-table .fc-list-day th {
|
|
color: #d5d5e2;
|
|
}
|
|
.dark-style .fc .fc-list .fc-list-table tbody > tr:first-child th {
|
|
border-top: 1px solid #4e4f6c;
|
|
}
|
|
.dark-style .fc .fc-list .fc-list-empty {
|
|
background-color: #232333;
|
|
}
|
|
.dark-style .fc table,
|
|
.dark-style .fc .fc-timegrid-axis,
|
|
.dark-style .fc tbody,
|
|
.dark-style .fc thead,
|
|
.dark-style .fc tbody td {
|
|
border-color: #4e4f6c;
|
|
}
|
|
.dark-style .fc .fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion {
|
|
color: #7e7f96;
|
|
}
|
|
.dark-style .fc .fc-day-disabled {
|
|
background-color: rgba(230, 230, 241, 0.16);
|
|
}
|
|
.dark-style .fc .fc-day-other .fc-daygrid-day-top {
|
|
color: #7e7f96;
|
|
}
|
|
.dark-style .fc-event-primary:not(.fc-list-event) {
|
|
background-color: #35365f !important;
|
|
color: #696cff !important;
|
|
}
|
|
.dark-style .fc-event-primary:not(.fc-list-event) {
|
|
box-shadow: none;
|
|
}
|
|
.dark-style .fc-event-primary.fc-list-event .fc-list-event-dot {
|
|
border-color: #696cff !important;
|
|
}
|
|
.dark-style .fc-event-secondary:not(.fc-list-event) {
|
|
background-color: #393c50 !important;
|
|
color: #8592a3 !important;
|
|
}
|
|
.dark-style .fc-event-secondary:not(.fc-list-event) {
|
|
box-shadow: none;
|
|
}
|
|
.dark-style .fc-event-secondary.fc-list-event .fc-list-event-dot {
|
|
border-color: #8592a3 !important;
|
|
}
|
|
.dark-style .fc-event-success:not(.fc-list-event) {
|
|
background-color: #36483f !important;
|
|
color: #71dd37 !important;
|
|
}
|
|
.dark-style .fc-event-success:not(.fc-list-event) {
|
|
box-shadow: none;
|
|
}
|
|
.dark-style .fc-event-success.fc-list-event .fc-list-event-dot {
|
|
border-color: #71dd37 !important;
|
|
}
|
|
.dark-style .fc-event-info:not(.fc-list-event) {
|
|
background-color: #25445c !important;
|
|
color: #03c3ec !important;
|
|
}
|
|
.dark-style .fc-event-info:not(.fc-list-event) {
|
|
box-shadow: none;
|
|
}
|
|
.dark-style .fc-event-info.fc-list-event .fc-list-event-dot {
|
|
border-color: #03c3ec !important;
|
|
}
|
|
.dark-style .fc-event-warning:not(.fc-list-event) {
|
|
background-color: #4d4036 !important;
|
|
color: #ffab00 !important;
|
|
}
|
|
.dark-style .fc-event-warning:not(.fc-list-event) {
|
|
box-shadow: none;
|
|
}
|
|
.dark-style .fc-event-warning.fc-list-event .fc-list-event-dot {
|
|
border-color: #ffab00 !important;
|
|
}
|
|
.dark-style .fc-event-danger:not(.fc-list-event) {
|
|
background-color: #4d2f3a !important;
|
|
color: #ff3e1d !important;
|
|
}
|
|
.dark-style .fc-event-danger:not(.fc-list-event) {
|
|
box-shadow: none;
|
|
}
|
|
.dark-style .fc-event-danger.fc-list-event .fc-list-event-dot {
|
|
border-color: #ff3e1d !important;
|
|
}
|
|
.dark-style .fc-event-light:not(.fc-list-event) {
|
|
background-color: #303145 !important;
|
|
color: #494a5d !important;
|
|
}
|
|
.dark-style .fc-event-light:not(.fc-list-event) {
|
|
box-shadow: none;
|
|
}
|
|
.dark-style .fc-event-light.fc-list-event .fc-list-event-dot {
|
|
border-color: #494a5d !important;
|
|
}
|
|
.dark-style .fc-event-dark:not(.fc-list-event) {
|
|
background-color: #35364f !important;
|
|
color: #6b6c9d !important;
|
|
}
|
|
.dark-style .fc-event-dark:not(.fc-list-event) {
|
|
box-shadow: none;
|
|
}
|
|
.dark-style .fc-event-dark.fc-list-event .fc-list-event-dot {
|
|
border-color: #6b6c9d !important;
|
|
}
|
|
.dark-style .fc-event-gray:not(.fc-list-event) {
|
|
background-color: rgba(54, 55, 75, 0.92) !important;
|
|
color: rgba(230, 230, 241, 0.5) !important;
|
|
}
|
|
.dark-style .fc-event-gray:not(.fc-list-event) {
|
|
box-shadow: none;
|
|
}
|
|
.dark-style .fc-event-gray.fc-list-event .fc-list-event-dot {
|
|
border-color: rgba(230, 230, 241, 0.5) !important;
|
|
}
|
|
|
|
@media (max-width: 575.98px) {
|
|
.fc .fc-header-toolbar .fc-toolbar-chunk + .fc-toolbar-chunk {
|
|
margin-top: 1rem;
|
|
}
|
|
}
|