Skip to content

Commit

Permalink
Merge branch 'MDL-59782-master' of git://github.com/bmbrands/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdef committed Feb 2, 2021
2 parents 1432180 + 12bc605 commit 35a0bec
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 28 deletions.
8 changes: 0 additions & 8 deletions mod/quiz/styles.css
Expand Up @@ -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;
Expand Down
16 changes: 8 additions & 8 deletions theme/boost/scss/moodle/question.scss
Expand Up @@ -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;
}
Expand Down Expand Up @@ -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;
Expand Down
10 changes: 4 additions & 6 deletions theme/boost/style/moodle.css
Expand Up @@ -15606,6 +15606,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"] {
Expand Down Expand Up @@ -15888,12 +15892,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;
Expand Down
10 changes: 4 additions & 6 deletions theme/classic/style/moodle.css
Expand Up @@ -15825,6 +15825,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"] {
Expand Down Expand Up @@ -16109,12 +16113,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;
Expand Down

0 comments on commit 35a0bec

Please sign in to comment.