Rev 4729 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
.fc-button-group {
display: flex;
gap: 3px;
}
.fc-toolbar button {
background: #0000;
border: none;
box-shadow: none;
font-weight: 600;
color: lightslategray;
}
.fc-state-down,
.fc-state-active {
background-color: #ccc !important;
border-radius: 5px !important;
}
.fc-prev-button,
.fc-next-button {
border: 1px solid lightgray;
border-radius: 5px;
}
.fc button .fc-icon {
color: rgba(0, 0, 0, 0.3);
}
.fc th {
text-align: left;
font-weight: 600;
text-transform: uppercase;
}
.fc th,
.fc td,
.fc td.fc-today {
border: none;
background-color: #0000;
}
.fc-day-number {
font-size: 1.5rem;
float: left !important;
color: lightslategray !important;
}
.fc-view-container {
border: 1px solid lightgray;
background-color: #fff;
padding: 1rem;
border-radius: 5px;
}
.fc-row.fc-rigid .fc-content-skeleton {
padding-top: 5px;
}
.fc-day-top.fc-past,
.fc-day-top.fc-future,
.fc-unthemed td.fc-today {
position: relative;
}
.fc-day::after,
.fc-unthemed td.fc-today::after {
content: '';
position: absolute;
height: 3px;
width: 80%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.3);
}
.fc-unthemed td.fc-today::after {
background-color: #84d;
}