Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4719 | Rev 4721 | 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
    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;
4719 stevensc 20
}
21
 
22
.fc-prev-button,
23
.fc-next-button {
24
    border: 1px solid lightgray;
25
    border-radius: 5px;
26
}
27
 
28
.fc button .fc-icon {
29
    color: rgba(0, 0, 0, 0.3);
30
}
31
 
4720 stevensc 32
.fc th,
33
.fc td,
34
.fc td.fc-today {
4719 stevensc 35
    border: none;
4720 stevensc 36
}
37
 
38
.fc-day-number {
39
    font-size: 1.5rem;
40
    color: lightslategray;
41
    padding: 5px;
42
    line-height: 2;
43
    margin-top: 10px;
44
    position: relative;
45
}
46
 
47
.fc-view-container {
48
    border: 1px solid lightgray;
4717 stevensc 49
}