Proyectos de Subversion Moodle

Rev

Rev 1091 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* Hide the first dropdown-divider if no filter option element is listed before it.
2
   This can happen for some subset configurations of the block_myoverview course filter. */
3
.block_myoverview button#groupingdropdown + .dropdown-menu li:first-of-type.dropdown-divider:first-of-type {
4
    display: none;
5
}
6
.block_myoverview .whitebutton .btn-secondary {
7
    background: white;
1441 ariadna 8
    border-color: var(--bs-primary);
9
    color: var(--bs-primary);
1 efrain 10
}
1441 ariadna 11
 
12
.page-mycourses .block_myoverview .block-controls {
13
    display: none;
1089 ariadna 14
}