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 %}