Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 33... Línea 33...
33
 
33
 
34
/* The javascript is adding a style="height: 0px;" to this element - we need to set the min-height so the height is ignored. */
34
/* The javascript is adding a style="height: 0px;" to this element - we need to set the min-height so the height is ignored. */
35
.filepicker .moodle-dialogue-bd {
35
.filepicker .moodle-dialogue-bd {
36
    min-height: 520px;
36
    min-height: 520px;
37
}
-
 
38
.file-picker .fp-navbar {
-
 
39
    min-height: 40px;
-
 
40
    padding: 4px;
-
 
Línea 41... Línea 37...
41
}
37
}
42
 
38
 
43
.fp-navbar {
39
.fp-navbar {
44
    border-color: $input-border-color;
40
    border-color: $input-border-color;
Línea 120... Línea 116...
120
    margin-right: 5px;
116
    margin-right: 5px;
121
}
117
}
Línea 122... Línea 118...
122
 
118
 
123
.fp-viewbar:not(.disabled) a.checked {
119
.fp-viewbar:not(.disabled) a.checked {
124
    background-color: darken(map-get($theme-colors, 'secondary'), 10%);
120
    background-color: darken(map-get($theme-colors, 'secondary'), 10%);
125
    color: color-yiq(darken(map-get($theme-colors, 'secondary'), 10%));
121
    color: color-contrast(darken(map-get($theme-colors, 'secondary'), 10%));
126
    border-color: darken(map-get($theme-colors, 'secondary'), 12.5%);
122
    border-color: darken(map-get($theme-colors, 'secondary'), 12.5%);
Línea 127... Línea 123...
127
}
123
}
128
 
124