mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-82146 report_log: Add subsections to activity filter
This commit is contained in:
parent
ec050bbee7
commit
8596d3cd7c
6 changed files with 92 additions and 14 deletions
|
@ -34,3 +34,13 @@
|
|||
padding-left: $spacer * 3.5;
|
||||
}
|
||||
}
|
||||
|
||||
#page-report-log-index #menumodid option:disabled {
|
||||
// Browsers do not consider the color of a disabled option
|
||||
// if it is the same as the non-disabled options.
|
||||
// Since we are using disabled elements to create a sense of hierarchy,
|
||||
// we intentionally use a slightly different color for them.
|
||||
// We do this because HTML still does not allow nested optgroups in select elements.
|
||||
color: lighten($custom-select-color, 1%);
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
|
|
@ -35080,6 +35080,11 @@ img.userpicture {
|
|||
padding-left: 3.5rem;
|
||||
}
|
||||
|
||||
#page-report-log-index #menumodid option:disabled {
|
||||
color: #4b535a;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.path-backup .mform {
|
||||
/* These are long labels with checkboxes on the right. */
|
||||
}
|
||||
|
|
|
@ -35080,6 +35080,11 @@ img.userpicture {
|
|||
padding-left: 3.5rem;
|
||||
}
|
||||
|
||||
#page-report-log-index #menumodid option:disabled {
|
||||
color: #4b535a;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.path-backup .mform {
|
||||
/* These are long labels with checkboxes on the right. */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue