Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4730 | 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 {
    position: relative;
}

.fc-day::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 80%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.fc-day.fc-today::after {
    background-color: #84d;
}