Rev 4719 | Rev 4721 | 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 {
position: relative;
background: #0000;
border: none;
box-shadow: none;
font-weight: 600;
color: lightslategray;
height: 1.8em;
}
.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,
.fc td,
.fc td.fc-today {
border: none;
}
.fc-day-number {
font-size: 1.5rem;
color: lightslategray;
padding: 5px;
line-height: 2;
margin-top: 10px;
position: relative;
}
.fc-view-container {
border: 1px solid lightgray;
}