Merge branch 'MDL-59782-310' of git://github.com/bmbrands/moodle into MOODLE_310_STABLE

This commit is contained in:
Víctor Déniz 2021-02-02 09:35:40 +00:00
commit ed48cfd287
4 changed files with 16 additions and 28 deletions

View file

@ -876,14 +876,6 @@ table.quizreviewsummary td.cell {
display: none;
}
#categoryquestions > tbody > tr:nth-of-type(even) {
background: #e4e4e4;
}
#categoryquestions > tbody > tr.highlight {
background-color: #afa;
}
#categoryquestions .header {
text-align: center;
padding: 0 2px;

View file

@ -154,6 +154,14 @@
font-weight: normal;
}
& > tbody > tr.r1 {
background-color: $table-accent-bg;
}
& > tbody > tr.highlight {
border: $border-width solid $info;
}
.checkbox {
padding-left: 5px;
}
@ -472,14 +480,6 @@ body.jsenabled .questionflag input[type=checkbox] {
background: transparent;
}
#page-mod-quiz-edit #categoryquestions > thead {
background: #fff;
}
#page-mod-quiz-edit #categoryquestions > tbody > tr:nth-of-type(even) {
background: #e4e4e4;
}
#page-mod-quiz-edit .questionbankwindow div.header {
color: #444;
text-shadow: none;

View file

@ -15588,6 +15588,10 @@ a.ygtvspacer:hover {
#categoryquestions th {
text-align: left;
font-weight: normal; }
#categoryquestions > tbody > tr.r1 {
background-color: rgba(0, 0, 0, 0.05); }
#categoryquestions > tbody > tr.highlight {
border: 1px solid #008196; }
#categoryquestions .checkbox {
padding-left: 5px; }
#categoryquestions .checkbox input[type="checkbox"] {
@ -15870,12 +15874,6 @@ body.jsenabled .questionflag input[type=checkbox] {
#page-mod-quiz-edit div.questionbank .categoryquestionscontainer {
background: transparent; }
#page-mod-quiz-edit #categoryquestions > thead {
background: #fff; }
#page-mod-quiz-edit #categoryquestions > tbody > tr:nth-of-type(even) {
background: #e4e4e4; }
#page-mod-quiz-edit .questionbankwindow div.header {
color: #444;
text-shadow: none;

View file

@ -15807,6 +15807,10 @@ a.ygtvspacer:hover {
#categoryquestions th {
text-align: left;
font-weight: normal; }
#categoryquestions > tbody > tr.r1 {
background-color: rgba(0, 0, 0, 0.05); }
#categoryquestions > tbody > tr.highlight {
border: 1px solid #008196; }
#categoryquestions .checkbox {
padding-left: 5px; }
#categoryquestions .checkbox input[type="checkbox"] {
@ -16091,12 +16095,6 @@ body.jsenabled .questionflag input[type=checkbox] {
#page-mod-quiz-edit div.questionbank .categoryquestionscontainer {
background: transparent; }
#page-mod-quiz-edit #categoryquestions > thead {
background: #fff; }
#page-mod-quiz-edit #categoryquestions > tbody > tr:nth-of-type(even) {
background: #e4e4e4; }
#page-mod-quiz-edit .questionbankwindow div.header {
color: #444;
text-shadow: none;