mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-59782-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
35a0bec31a
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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"] {
|
||||
@ -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;
|
||||
|
@ -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"] {
|
||||
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user