This commit is contained in:
Ross
2022-08-11 22:01:30 +01:00
parent 96ae0b9b39
commit a117bc930f
+7 -2
View File
@@ -88,8 +88,8 @@
} }
.exam-archived-switch:checked + .archived-icon { .exam-archived-switch:checked + .archived-icon {
border: 1px solid purple; border: 1px solid darkblue;
color: purple; color: darkblue;
opacity: 100%; opacity: 100%;
display: inline-block; display: inline-block;
} }
@@ -97,6 +97,11 @@
.exam-publish-results-switch, .exam-active-switch, .exam-archived-switch { .exam-publish-results-switch, .exam-active-switch, .exam-archived-switch {
display: none; display: none;
} }
.exam-list li:hover {
border: 1px dashed gray;
margin: -1px;
}
</style> </style>
{% endblock %} {% endblock %}