123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- .fc {
- max-width: 100% !important;
- }
- .fc-event {
- background: #fff !important;
- color: #000 !important;
- page-break-inside: avoid;
- }
- .fc-event .fc-resizer {
- display: none;
- }
- .fc th,
- .fc td,
- .fc hr,
- .fc thead,
- .fc tbody,
- .fc-row {
- border-color: #ccc !important;
- background: #fff !important;
- }
- .fc-bg,
- .fc-bgevent-skeleton,
- .fc-highlight-skeleton,
- .fc-helper-skeleton,
- .fc-bgevent-container,
- .fc-business-container,
- .fc-highlight-container,
- .fc-helper-container {
- display: none;
- }
- .fc tbody .fc-row {
- height: auto !important;
- min-height: 0 !important;
- }
- .fc tbody .fc-row .fc-content-skeleton {
- position: static;
- padding-bottom: 0 !important;
- }
- .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
- padding-bottom: 1em;
- }
- .fc tbody .fc-row .fc-content-skeleton table {
-
- height: 1em;
- }
- .fc-more-cell,
- .fc-more {
- display: none !important;
- }
- .fc tr.fc-limited {
- display: table-row !important;
- }
- .fc td.fc-limited {
- display: table-cell !important;
- }
- .fc-popover {
- display: none;
- }
- .fc-time-grid {
- min-height: 0 !important;
- }
- .fc-agenda-view .fc-axis {
- display: none;
- }
- .fc-slats,
- .fc-time-grid hr {
- display: none !important;
- }
- .fc-time-grid .fc-content-skeleton {
- position: static;
- }
- .fc-time-grid .fc-content-skeleton table {
- height: 4em;
- }
- .fc-time-grid .fc-event-container {
- margin: 0 !important;
- }
- .fc-time-grid .fc-event {
- position: static !important;
- margin: 3px 2px !important;
- }
- .fc-time-grid .fc-event.fc-not-end {
- border-bottom-width: 1px !important;
- }
- .fc-time-grid .fc-event.fc-not-end:after {
- content: "...";
- }
- .fc-time-grid .fc-event.fc-not-start {
- border-top-width: 1px !important;
- }
- .fc-time-grid .fc-event.fc-not-start:before {
- content: "...";
- }
- .fc-time-grid .fc-event .fc-time {
- white-space: normal !important;
- }
- .fc-time-grid .fc-event .fc-time span {
- display: none;
- }
- .fc-time-grid .fc-event .fc-time:after {
- content: attr(data-full);
- }
- .fc-scroller,
- .fc-day-grid-container,
- .fc-time-grid-container {
- overflow: visible !important;
- height: auto !important;
- }
- .fc-row {
- border: 0 !important;
- margin: 0 !important;
- }
- .fc-button-group,
- .fc button {
- display: none;
- }
|