Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4726 | Rev 4728 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4726 Rev 4727
Línea 35... Línea 35...
35
 
35
 
36
.fc th,
36
.fc th,
37
.fc td,
37
.fc td,
38
.fc td.fc-today {
38
.fc td.fc-today {
-
 
39
    border: none;
39
    border: none;
40
    background-color: #0000;
Línea 40... Línea 41...
40
}
41
}
41
 
42
 
42
.fc-day-number {
43
.fc-day-number {
Línea 58... Línea 59...
58
 
59
 
59
.fc-day {
60
.fc-day {
60
    position: relative;
61
    position: relative;
Línea -... Línea 62...
-
 
62
}
61
}
63
 
62
 
64
.fc-day::after,
63
.fc-day::after {
65
.fc-today::after {
64
    content: '';
66
    content: '';
65
    position: absolute;
67
    position: absolute;
66
    height: 3px;
68
    height: 3px;
67
    width: 80%;
69
    width: 80%;
68
    top: 0;
70
    top: 0;
-
 
71
    left: 0;
-
 
72
    background-color: rgba(0, 0, 0, 0.3);
-
 
73
}
-
 
74
 
69
    left: 0;
75
.fc-today::after {
70
    background-color: rgba(0, 0, 0, 0.3);
76
    background-color: #84d;