This commit is contained in:
Ross
2021-01-03 18:04:41 +00:00
parent d82de23981
commit 75588f27bf
+12
View File
@@ -326,6 +326,18 @@ img.uploading:hover {
color: green; color: green;
} }
td.user-answer-score-0::after {
content: "✗";
}
td.user-answer-score-1::after {
content: "✓";
}
td.user-answer-score-2::after {
content: "✓✓";
}
.user-answer-score pre { .user-answer-score pre {
display: inline; display: inline;
color: inherit; color: inherit;