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