mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
Merge branch 'MDL-59782-310' of git://github.com/bmbrands/moodle into MOODLE_310_STABLE
This commit is contained in:
commit
ed48cfd287
4 changed files with 16 additions and 28 deletions
|
@ -876,14 +876,6 @@ table.quizreviewsummary td.cell {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#categoryquestions > tbody > tr:nth-of-type(even) {
|
|
||||||
background: #e4e4e4;
|
|
||||||
}
|
|
||||||
|
|
||||||
#categoryquestions > tbody > tr.highlight {
|
|
||||||
background-color: #afa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#categoryquestions .header {
|
#categoryquestions .header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0 2px;
|
padding: 0 2px;
|
||||||
|
|
|
@ -154,6 +154,14 @@
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& > tbody > tr.r1 {
|
||||||
|
background-color: $table-accent-bg;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > tbody > tr.highlight {
|
||||||
|
border: $border-width solid $info;
|
||||||
|
}
|
||||||
|
|
||||||
.checkbox {
|
.checkbox {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
@ -472,14 +480,6 @@ body.jsenabled .questionflag input[type=checkbox] {
|
||||||
background: transparent;
|
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 {
|
#page-mod-quiz-edit .questionbankwindow div.header {
|
||||||
color: #444;
|
color: #444;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
|
@ -15588,6 +15588,10 @@ a.ygtvspacer:hover {
|
||||||
#categoryquestions th {
|
#categoryquestions th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: normal; }
|
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 {
|
#categoryquestions .checkbox {
|
||||||
padding-left: 5px; }
|
padding-left: 5px; }
|
||||||
#categoryquestions .checkbox input[type="checkbox"] {
|
#categoryquestions .checkbox input[type="checkbox"] {
|
||||||
|
@ -15870,12 +15874,6 @@ body.jsenabled .questionflag input[type=checkbox] {
|
||||||
#page-mod-quiz-edit div.questionbank .categoryquestionscontainer {
|
#page-mod-quiz-edit div.questionbank .categoryquestionscontainer {
|
||||||
background: transparent; }
|
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 {
|
#page-mod-quiz-edit .questionbankwindow div.header {
|
||||||
color: #444;
|
color: #444;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
|
@ -15807,6 +15807,10 @@ a.ygtvspacer:hover {
|
||||||
#categoryquestions th {
|
#categoryquestions th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: normal; }
|
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 {
|
#categoryquestions .checkbox {
|
||||||
padding-left: 5px; }
|
padding-left: 5px; }
|
||||||
#categoryquestions .checkbox input[type="checkbox"] {
|
#categoryquestions .checkbox input[type="checkbox"] {
|
||||||
|
@ -16091,12 +16095,6 @@ body.jsenabled .questionflag input[type=checkbox] {
|
||||||
#page-mod-quiz-edit div.questionbank .categoryquestionscontainer {
|
#page-mod-quiz-edit div.questionbank .categoryquestionscontainer {
|
||||||
background: transparent; }
|
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 {
|
#page-mod-quiz-edit .questionbankwindow div.header {
|
||||||
color: #444;
|
color: #444;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue