Merge branch 'MDL-86844-main' of https://github.com/lucaboesch/moodle

This commit is contained in:
Mihail Geshoski
2025-12-02 14:49:38 +08:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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),
]);
+1 -1
View File
@@ -161,7 +161,7 @@ table.question-bank-table {
}
& > tbody > tr.r1 {
background-color: $table-accent-bg;
background-color: $table-striped-bg;
}
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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;