.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user