Rev 1089 |
Ir a la última revisión |
|
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;
|
|
|
8 |
border-color: var(--primary);
|
|
|
9 |
color: var(--primary);
|
|
|
10 |
}
|
|
|
11 |
|