From a117bc930f7b4a367ec1f3dbe8c335db58cd43a7 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Aug 2022 22:01:30 +0100 Subject: [PATCH] . --- templates/exam_list.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/exam_list.html b/templates/exam_list.html index a353a1e5..1686b135 100644 --- a/templates/exam_list.html +++ b/templates/exam_list.html @@ -88,8 +88,8 @@ } .exam-archived-switch:checked + .archived-icon { - border: 1px solid purple; - color: purple; + border: 1px solid darkblue; + color: darkblue; opacity: 100%; display: inline-block; } @@ -97,6 +97,11 @@ .exam-publish-results-switch, .exam-active-switch, .exam-archived-switch { display: none; } + +.exam-list li:hover { + border: 1px dashed gray; + margin: -1px; +} {% endblock %}