Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4719 | Ir a la última revisión | | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
4717 stevensc 1
.fc-button-group {
2
    display: flex;
3
    gap: 3px;
4
}
5
 
6
.fc-toolbar button {
7
    position: relative;
8
    background: #0000;
9
    border: none;
10
    box-shadow: none;
11
    font-weight: 600;
12
    color: lightslategray;
13
    height: 1.8em;
14
}
15
 
16
.fc-state-down,
17
.fc-state-active {
18
    background-color: #ccc !important;
19
    border-radius: 5px !important;
20
}