Merge branch 'MDL-64107-master' of git://github.com/damyon/moodle

This commit is contained in:
Sara Arjona 2019-01-23 10:18:52 +01:00
commit 324c4f0556
3 changed files with 7 additions and 3 deletions

View File

@ -958,7 +958,7 @@ table.quizreviewsummary td.cell {
background: #e4e4e4;
}
#categoryquestions > tbody > tr:nth-of-type(even).highlight {
#categoryquestions > tbody > tr.highlight {
background-color: #afa;
}

View File

@ -174,6 +174,10 @@
}
}
.highlight {
@extend .text-dark;
}
label {
margin: 0;
display: block;

View File

@ -8423,10 +8423,10 @@ a.text-danger:hover, a.notconnected:hover, .que a.validationerror:hover, a.text-
a.text-light:hover, a.text-light:focus {
color: #dae0e5 !important; }
.text-dark {
.text-dark, #categoryquestions .highlight {
color: #373a3c !important; }
a.text-dark:hover, a.text-dark:focus {
a.text-dark:hover, #categoryquestions a.highlight:hover, a.text-dark:focus, #categoryquestions a.highlight:focus {
color: #1f2021 !important; }
.text-muted, a.dimmed,