Merge branch 'MDL-86844-main' of https://github.com/lucaboesch/moodle
This commit is contained in:
@@ -1284,7 +1284,7 @@ class view {
|
||||
// Start of the table.
|
||||
echo \html_writer::start_tag('table', [
|
||||
'id' => 'categoryquestions',
|
||||
'class' => 'question-bank-table table generaltable',
|
||||
'class' => 'question-bank-table table table-hover table-striped generaltable',
|
||||
'data-defaultsort' => json_encode($this->sort),
|
||||
]);
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ table.question-bank-table {
|
||||
}
|
||||
|
||||
& > tbody > tr.r1 {
|
||||
background-color: $table-accent-bg;
|
||||
background-color: $table-striped-bg;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -34098,7 +34098,7 @@ table.question-bank-table th {
|
||||
text-align: left;
|
||||
}
|
||||
table.question-bank-table > tbody > tr.r1 {
|
||||
background-color: transparent;
|
||||
background-color: rgba(var(--bs-emphasis-color-rgb), 0.03);
|
||||
}
|
||||
table.question-bank-table.generaltable > tbody > tr.highlight.firstrow td {
|
||||
border-top: 3px solid #008196;
|
||||
|
||||
@@ -34098,7 +34098,7 @@ table.question-bank-table th {
|
||||
text-align: left;
|
||||
}
|
||||
table.question-bank-table > tbody > tr.r1 {
|
||||
background-color: transparent;
|
||||
background-color: rgba(var(--bs-emphasis-color-rgb), 0.03);
|
||||
}
|
||||
table.question-bank-table.generaltable > tbody > tr.highlight.firstrow td {
|
||||
border-top: 3px solid #008196;
|
||||
|
||||
Reference in New Issue
Block a user