refactor themes for fullcalendar
parent
71e93a1bf8
commit
217a5701d2
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #383838;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #93cbf9;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #383838;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #43a5f4;
|
background: #43a5f4;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #383838;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #a7d8a9;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #383838;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #6abd6e;
|
background: #6abd6e;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #383838;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #ffe284;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #383838;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #ffcd2e;
|
background: #ffcd2e;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #383838;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #cf95d9;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #383838;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #b052c0;
|
background: #b052c0;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #2a323d;
|
background: #2a323d;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #3f4b5b;
|
||||||
|
padding: 1rem 1.25rem;
|
||||||
|
background: #2a323d;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: color 0.15s, box-shadow 0.15s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #e3f3fe;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1.25rem;
|
||||||
|
border: 1px solid #3f4b5b;
|
||||||
|
background: #2a323d;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #151515;
|
color: #151515;
|
||||||
background: #56bdff;
|
background: #56bdff;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #2a323d;
|
background: #2a323d;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #3f4b5b;
|
||||||
|
padding: 1rem 1.25rem;
|
||||||
|
background: #2a323d;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: color 0.15s, box-shadow 0.15s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #f0e6f5;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1.25rem;
|
||||||
|
border: 1px solid #3f4b5b;
|
||||||
|
background: #2a323d;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #151515;
|
color: #151515;
|
||||||
background: #aa70c7;
|
background: #aa70c7;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
padding: 1rem 1.25rem;
|
||||||
|
background: #efefef;
|
||||||
|
color: #212529;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #6c757d;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: box-shadow 0.15s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #495057;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1.25rem;
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #212529;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #0069d9;
|
background: #0069d9;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
padding: 1rem 1.25rem;
|
||||||
|
background: #efefef;
|
||||||
|
color: #212529;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #6c757d;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: box-shadow 0.15s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #495057;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem rgba(136, 60, 174, 0.5);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1.25rem;
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #212529;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #7a38a7;
|
background: #7a38a7;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #a19f9d;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #faf9f8;
|
||||||
|
color: #323130;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #605e5c;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 2px;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #605e5c;
|
||||||
|
border-color: transparent;
|
||||||
|
background: #f3f2f1;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: inset 0 0 0 1px #605e5c;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #a19f9d;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #323130;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #0078d4;
|
background: #0078d4;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #323232;
|
background: #323232;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #191919;
|
||||||
|
padding: 0.857rem 1rem;
|
||||||
|
background: #191919;
|
||||||
|
color: #dedede;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #8888;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #dedede;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.1rem white;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.571rem 1rem;
|
||||||
|
border: 1px solid #191919;
|
||||||
|
background: #323232;
|
||||||
|
color: #dedede;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #FFD54F;
|
background: #FFD54F;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #323232;
|
background: #323232;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #191919;
|
||||||
|
padding: 0.857rem 1rem;
|
||||||
|
background: #191919;
|
||||||
|
color: #dedede;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #8888;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #dedede;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.1rem white;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.571rem 1rem;
|
||||||
|
border: 1px solid #191919;
|
||||||
|
background: #323232;
|
||||||
|
color: #dedede;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #4FC3F7;
|
background: #4FC3F7;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #323232;
|
background: #323232;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #191919;
|
||||||
|
padding: 0.857rem 1rem;
|
||||||
|
background: #191919;
|
||||||
|
color: #dedede;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #8888;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #dedede;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.1rem white;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.571rem 1rem;
|
||||||
|
border: 1px solid #191919;
|
||||||
|
background: #323232;
|
||||||
|
color: #dedede;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #AED581;
|
background: #AED581;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #323232;
|
background: #323232;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #191919;
|
||||||
|
padding: 0.857rem 1rem;
|
||||||
|
background: #191919;
|
||||||
|
color: #dedede;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #8888;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #dedede;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.1rem white;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.571rem 1rem;
|
||||||
|
border: 1px solid #191919;
|
||||||
|
background: #323232;
|
||||||
|
color: #dedede;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #F06292;
|
background: #F06292;
|
||||||
|
|
|
@ -2620,6 +2620,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2.5rem;
|
||||||
|
height: 2.5rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.04);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #CE93D8;
|
color: #CE93D8;
|
||||||
background: rgba(206, 147, 216, 0.16);
|
background: rgba(206, 147, 216, 0.16);
|
||||||
|
|
|
@ -2620,6 +2620,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2.5rem;
|
||||||
|
height: 2.5rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.04);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #9FA8DA;
|
color: #9FA8DA;
|
||||||
background: rgba(159, 168, 218, 0.16);
|
background: rgba(159, 168, 218, 0.16);
|
||||||
|
|
|
@ -2620,6 +2620,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #ffffff;
|
||||||
|
color: rgba(0, 0, 0, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2.5rem;
|
||||||
|
height: 2.5rem;
|
||||||
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(0, 0, 0, 0.04);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
background: #ffffff;
|
||||||
|
color: rgba(0, 0, 0, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #673AB7;
|
color: #673AB7;
|
||||||
background: rgba(103, 58, 183, 0.12);
|
background: rgba(103, 58, 183, 0.12);
|
||||||
|
|
|
@ -2620,6 +2620,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #ffffff;
|
||||||
|
color: rgba(0, 0, 0, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2.5rem;
|
||||||
|
height: 2.5rem;
|
||||||
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(0, 0, 0, 0.04);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
background: #ffffff;
|
||||||
|
color: rgba(0, 0, 0, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #3F51B5;
|
color: #3F51B5;
|
||||||
background: rgba(63, 81, 181, 0.12);
|
background: rgba(63, 81, 181, 0.12);
|
||||||
|
|
|
@ -2620,6 +2620,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
padding: 0.75rem;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.04);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.75rem;
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #673AB7;
|
color: #673AB7;
|
||||||
background: rgba(103, 58, 183, 0.16);
|
background: rgba(103, 58, 183, 0.16);
|
||||||
|
|
|
@ -2620,6 +2620,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
padding: 0.75rem;
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.04);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.75rem;
|
||||||
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||||
|
background: #1e1e1e;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #3F51B5;
|
color: #3F51B5;
|
||||||
background: rgba(63, 81, 181, 0.16);
|
background: rgba(63, 81, 181, 0.16);
|
||||||
|
|
|
@ -2620,6 +2620,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
padding: 0.75rem;
|
||||||
|
background: #ffffff;
|
||||||
|
color: rgba(0, 0, 0, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(0, 0, 0, 0.04);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.75rem;
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
background: #ffffff;
|
||||||
|
color: rgba(0, 0, 0, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #673AB7;
|
color: #673AB7;
|
||||||
background: rgba(103, 58, 183, 0.12);
|
background: rgba(103, 58, 183, 0.12);
|
||||||
|
|
|
@ -2620,6 +2620,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
padding: 0.75rem;
|
||||||
|
background: #ffffff;
|
||||||
|
color: rgba(0, 0, 0, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(0, 0, 0, 0.6);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(0, 0, 0, 0.04);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.75rem;
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
background: #ffffff;
|
||||||
|
color: rgba(0, 0, 0, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #3F51B5;
|
color: #3F51B5;
|
||||||
background: rgba(63, 81, 181, 0.12);
|
background: rgba(63, 81, 181, 0.12);
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #007ad9;
|
||||||
|
padding: 0.857rem 1rem;
|
||||||
|
background: #007ad9;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #a6a6a6;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #007ad9;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.571rem 1rem;
|
||||||
|
border: 1px solid #c8c8c8;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #333333;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #116fbf;
|
background: #116fbf;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #333333;
|
||||||
|
padding: 0.857rem 1rem;
|
||||||
|
background: #333333;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #a6a6a6;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #007ad9;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.571rem 1rem;
|
||||||
|
border: 1px solid #c8c8c8;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #333333;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #116fbf;
|
background: #116fbf;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #c8c8c8;
|
||||||
|
padding: 0.857rem 1rem;
|
||||||
|
background: #f4f4f4;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #a6a6a6;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #41b883;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem #c2e9d8;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.571rem 1rem;
|
||||||
|
border: 1px solid #c8c8c8;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #333333;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #318c63;
|
background: #318c63;
|
||||||
|
|
|
@ -2608,6 +2608,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #c8c8c8;
|
||||||
|
padding: 0.857rem 1rem;
|
||||||
|
background: #f4f4f4;
|
||||||
|
color: #333333;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #a6a6a6;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #007ad9;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem #8dcdff;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.571rem 1rem;
|
||||||
|
border: 1px solid #c8c8c8;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #333333;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #116fbf;
|
background: #116fbf;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #7B95A3;
|
||||||
|
padding: 0.857rem 1rem;
|
||||||
|
background: #7B95A3;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #a6a6a6;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #666666;
|
||||||
|
border-color: transparent;
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem #e4e9ec;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 0.571rem 1rem;
|
||||||
|
border: 1px solid #dadada;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #666666;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #385048;
|
color: #385048;
|
||||||
background: #AFD3C8;
|
background: #AFD3C8;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #f8f9fa;
|
||||||
|
color: #495057;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #6c757d;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #495057;
|
||||||
|
border-color: transparent;
|
||||||
|
background: #e9ecef;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem #a6d5fa;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #495057;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #0d89ec;
|
background: #0d89ec;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #f8f9fa;
|
||||||
|
color: #495057;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #6c757d;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #495057;
|
||||||
|
border-color: transparent;
|
||||||
|
background: #e9ecef;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem #b7e0b8;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #495057;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #449e48;
|
background: #449e48;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #f8f9fa;
|
||||||
|
color: #495057;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #6c757d;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #495057;
|
||||||
|
border-color: transparent;
|
||||||
|
background: #e9ecef;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem #ffe69c;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #495057;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #ecb100;
|
background: #ecb100;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #f8f9fa;
|
||||||
|
color: #495057;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: #6c757d;
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: #495057;
|
||||||
|
border-color: transparent;
|
||||||
|
background: #e9ecef;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 0.2rem #df9eea;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #dee2e6;
|
||||||
|
background: #ffffff;
|
||||||
|
color: #495057;
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #8c239e;
|
background: #8c239e;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #304562;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1f2d40;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #93cbf9;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #304562;
|
||||||
|
background: #1f2d40;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #43a5f4;
|
background: #43a5f4;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #304562;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1f2d40;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #a7d8a9;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #304562;
|
||||||
|
background: #1f2d40;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #6abd6e;
|
background: #6abd6e;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #304562;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1f2d40;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #ffe284;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #304562;
|
||||||
|
background: #1f2d40;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #212529;
|
color: #212529;
|
||||||
background: #ffcd2e;
|
background: #ffcd2e;
|
||||||
|
|
|
@ -2596,6 +2596,52 @@
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
.fc.fc-theme-standard .fc-view-harness .fc-view {
|
||||||
background: #1f2d40;
|
background: #1f2d40;
|
||||||
}
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover {
|
||||||
|
background: none;
|
||||||
|
border: 0 none;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
|
||||||
|
border: 1px solid #304562;
|
||||||
|
padding: 1rem;
|
||||||
|
background: #1f2d40;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
|
||||||
|
opacity: 1;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
font-family: "PrimeIcons" !important;
|
||||||
|
font-size: 1rem;
|
||||||
|
width: 2rem;
|
||||||
|
height: 2rem;
|
||||||
|
color: rgba(255, 255, 255, 0.6);
|
||||||
|
border: 0 none;
|
||||||
|
background: transparent;
|
||||||
|
border-radius: 50%;
|
||||||
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover {
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-color: transparent;
|
||||||
|
background: rgba(255, 255, 255, 0.03);
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
|
||||||
|
outline: 0 none;
|
||||||
|
outline-offset: 0;
|
||||||
|
box-shadow: 0 0 0 1px #cf95d9;
|
||||||
|
}
|
||||||
|
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
|
||||||
|
padding: 1rem;
|
||||||
|
border: 1px solid #304562;
|
||||||
|
background: #1f2d40;
|
||||||
|
color: rgba(255, 255, 255, 0.87);
|
||||||
|
border-top: 0 none;
|
||||||
|
}
|
||||||
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background: #b052c0;
|
background: #b052c0;
|
||||||
|
|
Loading…
Reference in New Issue