Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4727 Rev 4728
Línea 60... Línea 60...
60
.fc-day {
60
.fc-day {
61
    position: relative;
61
    position: relative;
62
}
62
}
Línea 63... Línea 63...
63
 
63
 
64
.fc-day::after,
64
.fc-day::after,
65
.fc-today::after {
65
.fc-unthemed td.fc-today::after {
66
    content: '';
66
    content: '';
67
    position: absolute;
67
    position: absolute;
68
    height: 3px;
68
    height: 3px;
69
    width: 80%;
69
    width: 80%;
70
    top: 0;
70
    top: 0;
71
    left: 0;
71
    left: 0;
72
    background-color: rgba(0, 0, 0, 0.3);
72
    background-color: rgba(0, 0, 0, 0.3);
Línea 73... Línea 73...
73
}
73
}
74
 
74
 
75
.fc-today::after {
75
.fc-unthemed td.fc-today::after {
76
    background-color: #84d;
76
    background-color: #84d;