diff --git a/generic/templates/generic/exam_index.html b/generic/templates/generic/exam_index.html index 584a436f..fe40c4da 100644 --- a/generic/templates/generic/exam_index.html +++ b/generic/templates/generic/exam_index.html @@ -13,7 +13,7 @@ -
- + + + @@ -59,8 +64,12 @@ #exam-list-wrapper.bulk-mode .mb-2 { cursor: pointer; } #exam-list-wrapper .mb-2.selected { background-color: rgba(0,123,255,0.06); } - /* Defensive: hide bulk-controls unless bulk-mode is enabled */ - #exam-list-wrapper:not(.bulk-mode) #bulk-controls { display: none !important; } + /* Defensive: hide bulk-controls unless bulk-mode is enabled */ + #exam-list-wrapper:not(.bulk-mode) #bulk-controls { display: none !important; } + + /* Bulk action indicator - hidden by default, shown while HTMX request is active */ + #bulk-action-indicator { display: none; } + #bulk-action-indicator.htmx-request { display: inline-block; } {% endblock css %} diff --git a/generic/templates/generic/examcollection_detail.html b/generic/templates/generic/examcollection_detail.html index adc13509..306ab4bb 100755 --- a/generic/templates/generic/examcollection_detail.html +++ b/generic/templates/generic/examcollection_detail.html @@ -32,7 +32,7 @@