mirror of
https://github.com/itflow-org/itflow
synced 2026-08-06 23:57:16 +00:00
Bump FullCalendar from 7.0.0 to 7.0.2
This commit is contained in:
208
libs/fullcalendar/skeleton.css
vendored
208
libs/fullcalendar/skeleton.css
vendored
@@ -4,45 +4,45 @@
|
||||
--fc-popover-z: 4;
|
||||
}
|
||||
|
||||
.fc-oH {
|
||||
.fc-dp {
|
||||
z-index: var(--fc-popover-z) !important;
|
||||
}
|
||||
|
||||
.fc-XR {
|
||||
.fc-6T {
|
||||
isolation: isolate;
|
||||
}
|
||||
|
||||
/*
|
||||
This will prevent all ancestors from customizing their box size unless they use .contentBox
|
||||
*/
|
||||
.fc-7V,
|
||||
.fc-7V *,
|
||||
.fc-7V *:before,
|
||||
.fc-7V *:after {
|
||||
.fc-BO,
|
||||
.fc-BO *,
|
||||
.fc-BO *:before,
|
||||
.fc-BO *:after {
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
/* classes attached to <body> */
|
||||
.fc-Ph,
|
||||
.fc-Ph * {
|
||||
.fc-la,
|
||||
.fc-la * {
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
|
||||
.fc-ia {
|
||||
.fc-mM {
|
||||
-ms-overflow-style: none !important; /* IE and Edge */
|
||||
scrollbar-width: none !important; /* Firefox */
|
||||
}
|
||||
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
.fc-ia::-webkit-scrollbar {
|
||||
.fc-mM::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.fc-zx {
|
||||
.fc-yf {
|
||||
flex-shrink: 0 !important;
|
||||
}
|
||||
|
||||
.fc-Qv .fc-zg {
|
||||
.fc-wS .fc-mP {
|
||||
display: flex !important;
|
||||
flex-direction: row !important;
|
||||
flex-wrap: wrap !important;
|
||||
@@ -50,75 +50,75 @@ This will prevent all ancestors from customizing their box size unless they use
|
||||
|
||||
/* HACK for Safari. Can't do break-inside:avoid with flexbox items, likely b/c it's not standard:
|
||||
https://stackoverflow.com/a/60256345 */
|
||||
.fc-SB .fc-zg > * {
|
||||
.fc-OB .fc-mP > * {
|
||||
float: left !important;
|
||||
}
|
||||
|
||||
[dir=rtl] .fc-SB .fc-zg > *,
|
||||
.fc-SB[dir=rtl] .fc-zg > * {
|
||||
[dir=rtl] .fc-OB .fc-mP > *,
|
||||
.fc-OB[dir=rtl] .fc-mP > * {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
.fc-SB .fc-zg::after {
|
||||
.fc-OB .fc-mP::after {
|
||||
content: "" !important;
|
||||
display: block !important;
|
||||
clear: both !important;
|
||||
}
|
||||
|
||||
.fc-oq {
|
||||
.fc-hH {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.fc-7Z {
|
||||
.fc-wi {
|
||||
cursor: n-resize !important;
|
||||
}
|
||||
|
||||
.fc-qE {
|
||||
.fc-My {
|
||||
cursor: s-resize !important;
|
||||
}
|
||||
|
||||
.fc-FE {
|
||||
.fc-N8 {
|
||||
cursor: w-resize !important;
|
||||
}
|
||||
|
||||
[dir=rtl] .fc-FE {
|
||||
[dir=rtl] .fc-N8 {
|
||||
cursor: e-resize !important;
|
||||
}
|
||||
|
||||
.fc-cf {
|
||||
.fc-Yv {
|
||||
cursor: e-resize !important;
|
||||
}
|
||||
|
||||
[dir=rtl] .fc-cf {
|
||||
[dir=rtl] .fc-Yv {
|
||||
cursor: w-resize !important;
|
||||
}
|
||||
|
||||
.fc-zd {
|
||||
.fc-DR {
|
||||
cursor: col-resize !important;
|
||||
}
|
||||
|
||||
.fc-OF,
|
||||
.fc-Vs,
|
||||
.fc-vB {
|
||||
.fc-Lp,
|
||||
.fc-YZ,
|
||||
.fc-RU {
|
||||
position: absolute !important;
|
||||
box-sizing: content-box !important;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.fc-OF {
|
||||
.fc-Lp {
|
||||
padding: 10px !important;
|
||||
margin: -10px !important;
|
||||
}
|
||||
|
||||
.fc-Vs {
|
||||
.fc-YZ {
|
||||
padding-left: 10px !important;
|
||||
padding-right: 10px !important;
|
||||
margin-left: -10px !important;
|
||||
margin-right: -10px !important;
|
||||
}
|
||||
|
||||
.fc-vB {
|
||||
.fc-RU {
|
||||
padding-top: 10px !important;
|
||||
padding-bottom: 10px !important;
|
||||
margin-top: -10px !important;
|
||||
@@ -126,7 +126,7 @@ This will prevent all ancestors from customizing their box size unless they use
|
||||
}
|
||||
|
||||
/* QUESTION: why not use -left -right instead of negative margins/padding for ALL? */
|
||||
.fc-Za {
|
||||
.fc-4P {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
@@ -134,13 +134,13 @@ This will prevent all ancestors from customizing their box size unless they use
|
||||
right: -5px;
|
||||
}
|
||||
|
||||
.fc-5b {
|
||||
.fc-6M {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.fc-Ok {
|
||||
.fc-Sy {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
@@ -150,83 +150,83 @@ This will prevent all ancestors from customizing their box size unless they use
|
||||
/* TODO: break-out to x and y. don't have "only" all */
|
||||
/* TODO: instead of "border" utils, call them "borderless" to subtract? */
|
||||
|
||||
.fc-4g {
|
||||
.fc-QX {
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.fc-k2 {
|
||||
.fc-3t {
|
||||
border-left: 0 !important;
|
||||
border-right: 0 !important;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.fc-5H {
|
||||
.fc-fo {
|
||||
border-top: 0 !important;
|
||||
border-left: 0 !important;
|
||||
border-right: 0 !important;
|
||||
}
|
||||
|
||||
.fc-eu,
|
||||
.fc-Cu {
|
||||
.fc-wk,
|
||||
.fc-fx {
|
||||
border-top: 0 !important;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.fc-eu {
|
||||
.fc-wk {
|
||||
border-inline-end: 0 !important;
|
||||
}
|
||||
|
||||
.fc-Cu {
|
||||
.fc-fx {
|
||||
border-inline-start: 0 !important;
|
||||
}
|
||||
|
||||
.fc-k0 {
|
||||
.fc-8R {
|
||||
border-left: 0 !important;
|
||||
border-right: 0 !important;
|
||||
}
|
||||
|
||||
.fc-5s {
|
||||
.fc-5a {
|
||||
border-top: 0 !important;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/* for matching cell start-border, assumed to be 1px, which can't be guaranteed */
|
||||
.fc-qp {
|
||||
.fc-hM {
|
||||
border-inline-start: 1px solid transparent !important;
|
||||
}
|
||||
|
||||
/* Flexbox Utils */
|
||||
/* ------------------------------------------------------------------------------------------------- */
|
||||
|
||||
.fc-iE {
|
||||
.fc-ei {
|
||||
display: flex !important;
|
||||
flex-direction: row !important;
|
||||
}
|
||||
|
||||
.fc-Si {
|
||||
.fc-Xt {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
|
||||
.fc-lf {
|
||||
.fc-QU {
|
||||
flex-grow: 1 !important;
|
||||
}
|
||||
|
||||
.fc-EI {
|
||||
.fc-J6 {
|
||||
flex-grow: 1 !important;
|
||||
flex-basis: 0 !important;
|
||||
min-width: 0 !important;
|
||||
min-height: 0 !important;
|
||||
}
|
||||
|
||||
.fc-At {
|
||||
.fc-w9 {
|
||||
min-height: 0 !important;
|
||||
}
|
||||
|
||||
/*
|
||||
TODO: use liquidX/Y elsewhere because frees up min other dimension; less collisions
|
||||
*/
|
||||
.fc-4T {
|
||||
.fc-q3 {
|
||||
flex-grow: 1 !important;
|
||||
flex-basis: 0 !important;
|
||||
min-width: 0 !important;
|
||||
@@ -235,8 +235,8 @@ TODO: use liquidX/Y elsewhere because frees up min other dimension; less collisi
|
||||
/* Print-Safe Utils (media:screen ONLY) */
|
||||
/* ------------------------------------------------------------------------------------------------- */
|
||||
|
||||
.fc-Qv .fc-E1,
|
||||
.fc-Qv .fc-r7 {
|
||||
.fc-wS .fc-32,
|
||||
.fc-wS .fc-IH {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
}
|
||||
@@ -244,40 +244,40 @@ TODO: use liquidX/Y elsewhere because frees up min other dimension; less collisi
|
||||
/* Table Utils */
|
||||
/* ------------------------------------------------------------------------------------------------- */
|
||||
|
||||
.fc-p2 {
|
||||
.fc-Kk {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.fc-9j {
|
||||
.fc-5M {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
.fc-gE {
|
||||
.fc-G8 {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.fc-zo {
|
||||
.fc-tR {
|
||||
margin-left: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.fc-xd {
|
||||
.fc-8y {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.fc-zK {
|
||||
.fc-gR {
|
||||
white-space: pre !important;
|
||||
}
|
||||
|
||||
/* Misc Utils */
|
||||
/* ------------------------------------------------------------------------------------------------- */
|
||||
|
||||
.fc-4c {
|
||||
.fc-eu {
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
||||
.fc-d5 {
|
||||
.fc-75 {
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
@@ -286,24 +286,24 @@ TODO: eventually use this on daygrid/timegrid events' inner, time, and title, FO
|
||||
Needed to prevent wrapping to multiple lines, increasing height, throwing off print-positioning,
|
||||
which can't rely on dynamic height detection after print-flag activated.
|
||||
*/
|
||||
.fc-lN {
|
||||
.fc-CJ {
|
||||
white-space: nowrap !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.fc-RP {
|
||||
.fc-xp {
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.fc-d7 {
|
||||
.fc-So {
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
.fc-mj {
|
||||
.fc-Q8 {
|
||||
inset-inline-start: 0 !important;
|
||||
}
|
||||
|
||||
.fc-7z {
|
||||
.fc-TJ {
|
||||
position: absolute !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
@@ -311,47 +311,47 @@ which can't rely on dynamic height detection after print-flag activated.
|
||||
bottom: 0 !important;
|
||||
}
|
||||
|
||||
.fc-88,
|
||||
.fc-cb {
|
||||
.fc-X3,
|
||||
.fc-O5 {
|
||||
position: absolute !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
}
|
||||
|
||||
.fc-PG,
|
||||
.fc-6E {
|
||||
.fc-WS,
|
||||
.fc-Ld {
|
||||
position: absolute !important;
|
||||
top: 0 !important;
|
||||
bottom: 0 !important;
|
||||
}
|
||||
|
||||
.fc-88 {
|
||||
.fc-X3 {
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
.fc-6E {
|
||||
.fc-Ld {
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
width: 0 !important;
|
||||
}
|
||||
|
||||
@media not print {
|
||||
.fc-Zx {
|
||||
.fc-l5 {
|
||||
position: sticky !important;
|
||||
}
|
||||
|
||||
.fc-vZ {
|
||||
.fc-dl {
|
||||
position: sticky !important;
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
/* Sticks to either left or right (the flex "start") depending on ltr/rtl */
|
||||
.fc-ry {
|
||||
.fc-oh {
|
||||
position: sticky !important;
|
||||
inset-inline-start: 0 !important;
|
||||
}
|
||||
|
||||
.fc-Uy {
|
||||
.fc-3f {
|
||||
position: sticky !important;
|
||||
top: 0 !important;
|
||||
z-index: var(--fc-sticky-header-footer-z) !important;
|
||||
@@ -359,53 +359,53 @@ which can't rely on dynamic height detection after print-flag activated.
|
||||
}
|
||||
|
||||
/* Only needed when padding/border must be separate from width/height */
|
||||
.fc-Pv {
|
||||
.fc-wx {
|
||||
box-sizing: content-box !important;
|
||||
}
|
||||
|
||||
.fc-E4 {
|
||||
.fc-pJ {
|
||||
position: absolute !important;
|
||||
left: -10000px !important;
|
||||
}
|
||||
|
||||
.fc-dV {
|
||||
.fc-xM {
|
||||
align-items: center !important;
|
||||
}
|
||||
|
||||
.fc-Zt {
|
||||
.fc-RJ {
|
||||
align-items: flex-start !important;
|
||||
}
|
||||
|
||||
.fc-fP {
|
||||
.fc-x9 {
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
|
||||
/* Footer Scrollbar */
|
||||
/* ------------------------------------------------------------------------------------------------- */
|
||||
|
||||
.fc-sm {
|
||||
.fc-10 {
|
||||
position: sticky !important;
|
||||
bottom: 0 !important;
|
||||
z-index: var(--fc-sticky-header-footer-z) !important;
|
||||
}
|
||||
|
||||
.fc-gr > * {
|
||||
.fc-rg > * {
|
||||
margin-top: -1px !important;
|
||||
}
|
||||
|
||||
.fc-gr > * > * {
|
||||
.fc-rg > * > * {
|
||||
height: 1px !important;
|
||||
}
|
||||
|
||||
/* Print-Safe Utils */
|
||||
/* ------------------------------------------------------------------------------------------------- */
|
||||
|
||||
.fc-SB .fc-V4 {
|
||||
.fc-OB .fc-sv {
|
||||
-moz-column-break-inside: avoid !important;
|
||||
break-inside: avoid !important;
|
||||
}
|
||||
|
||||
.fc-SB .fc-E1 {
|
||||
.fc-OB .fc-32 {
|
||||
display: table !important;
|
||||
table-layout: fixed !important;
|
||||
width: 100% !important;
|
||||
@@ -413,7 +413,7 @@ which can't rely on dynamic height detection after print-flag activated.
|
||||
border-collapse: separate !important;
|
||||
}
|
||||
|
||||
.fc-SB .fc-r7 {
|
||||
.fc-OB .fc-IH {
|
||||
display: table-header-group !important;
|
||||
-moz-column-break-inside: avoid !important;
|
||||
break-inside: avoid !important;
|
||||
@@ -422,7 +422,7 @@ which can't rely on dynamic height detection after print-flag activated.
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.fc-uo {
|
||||
.fc-Ph {
|
||||
/* min-height when multiple rows coexist, provides sane aspect-ratio for cells */
|
||||
min-height: 6em !important;
|
||||
}
|
||||
@@ -430,40 +430,40 @@ which can't rely on dynamic height detection after print-flag activated.
|
||||
/* Z-index */
|
||||
/* ------------------------------------------------------------------------------------------------- */
|
||||
|
||||
.fc-CX {
|
||||
.fc-6d {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.fc-ts {
|
||||
.fc-y0 {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.fc-cW:focus-visible {
|
||||
.fc-5y:focus-visible {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
/* INTERNAL MARKER -- used to mark an element for internal significance */
|
||||
/* ------------------------------------------------------------------------------------------------- */
|
||||
|
||||
.fc-AW {}
|
||||
.fc-RK {}
|
||||
|
||||
.fc-So {}
|
||||
.fc-Mr {}
|
||||
.fc-y7 {}
|
||||
.fc-eG {}
|
||||
.fc-Mb {}
|
||||
.fc-9u {}
|
||||
.fc-BY {}
|
||||
.fc-iD {}
|
||||
.fc-vB {}
|
||||
.fc-nH {}
|
||||
.fc-Be {}
|
||||
.fc-w3 {}
|
||||
.fc-Kf {}
|
||||
.fc-ve {}
|
||||
.fc-Er {}
|
||||
.fc-ll {}
|
||||
|
||||
.fc-GL {}
|
||||
.fc-BR {}
|
||||
|
||||
.fc-QC {}
|
||||
.fc-GZ {}
|
||||
|
||||
.fc-hY {}
|
||||
.fc-Z9 {}
|
||||
|
||||
.fc-2y {}
|
||||
.fc-VO {}
|
||||
|
||||
.fc-kO {}
|
||||
.fc-rF {}
|
||||
|
||||
.fc-Pz {}
|
||||
.fc-zT {}
|
||||
|
||||
Reference in New Issue
Block a user