From f1f3c959ee01c9e244cd7483d2e6806d95b107fd Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:34:00 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_case_view_take.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index 49d43fb8..be367679 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -23,12 +23,12 @@
{% for series in series_list %} + Series {{ forloop.counter }}: - {{series.get_block}} - + {% endfor %}
@@ -92,9 +92,12 @@ } .series-block { -border: darkgray dashed 1px; +border: darkgray solid 1px; padding: 1px; } + .series-block:hover { +background-color: darkblue + } {% endblock %}