Rev 4719 | 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;
}