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