Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4720 | Rev 4722 | Ir a la última revisión | | Comparar con el anterior | 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
    background: #0000;
8
    border: none;
9
    box-shadow: none;
10
    font-weight: 600;
11
    color: lightslategray;
12
    height: 1.8em;
13
}
14
 
15
.fc-state-down,
16
.fc-state-active {
17
    background-color: #ccc !important;
18
    border-radius: 5px !important;
4719 stevensc 19
}
20
 
21
.fc-prev-button,
22
.fc-next-button {
23
    border: 1px solid lightgray;
24
    border-radius: 5px;
25
}
26
 
27
.fc button .fc-icon {
28
    color: rgba(0, 0, 0, 0.3);
29
}
30
 
4721 stevensc 31
.fc th {
32
    text-align: left;
33
    font-weight: 600;
34
    text-transform: uppercase;
35
}
36
 
4720 stevensc 37
.fc th,
38
.fc td,
39
.fc td.fc-today {
4719 stevensc 40
    border: none;
4720 stevensc 41
}
42
 
43
.fc-day-number {
44
    font-size: 1.5rem;
45
    color: lightslategray;
46
    padding: 5px;
47
    line-height: 2;
48
    margin-top: 10px;
49
}
50
 
51
.fc-view-container {
52
    border: 1px solid lightgray;
4717 stevensc 53
}