.calender-box {
|
.fc-toolbar-chunk {
|
button {
|
background: #2196f3;
|
border-color: #969696;
|
box-shadow: none !important;
|
}
|
}
|
|
.fc .fc-button-primary:disabled {
|
background: #969696;
|
border-color: #969696;
|
}
|
|
.fc .fc-button-primary:hover {
|
background: #116cb2 !important;
|
border-color: #969696 !important;
|
}
|
|
.fc .fc-button-primary:not(:disabled):active,
|
.fc .fc-button-primary:not(:disabled).fc-button-active {
|
background: #116cb2 !important;
|
border-color: #969696 !important;
|
}
|
|
.fc-event-title {
|
text-overflow: ellipsis !important;
|
}
|
|
}
|
|
|
|
.red-all-day {
|
background: rgb(255, 0, 0);
|
color: white;
|
}
|
|
.green-all-day {
|
background: rgb(69, 255, 69);
|
color: white;
|
}
|
|
.yellow-all-day {
|
background: rgb(173, 69, 0);
|
color: white;
|
}
|
|
.orange-all-day {
|
background: rgb(255, 175, 25);
|
color: white;
|
}
|
|
.blue-all-day {
|
background: rgb(9, 157, 255);
|
color: white;
|
}
|
|
.pink-all-day {
|
background: rgb(170, 42, 63);
|
color: white;
|
}
|