mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
Merge branch 'MDL-64107-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
324c4f0556
@ -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;
|
||||
}
|
||||
|
||||
|
@ -174,6 +174,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.highlight {
|
||||
@extend .text-dark;
|
||||
}
|
||||
|
||||
label {
|
||||
margin: 0;
|
||||
display: block;
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user