.
This commit is contained in:
+14
-2
@@ -350,6 +350,10 @@ img.uploading {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.cid-score-table {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.user-answer-score-0 {
|
||||
color: red;
|
||||
}
|
||||
@@ -363,11 +367,11 @@ img.uploading {
|
||||
color: lightblue;
|
||||
}
|
||||
|
||||
.user-answer-score-1 {
|
||||
.rapid-ans .user-answer-score-1 {
|
||||
color: lightblue;
|
||||
}
|
||||
|
||||
.user-answer-score-0\.5 {
|
||||
.rapid-ans .user-answer-score-0\.5 {
|
||||
/* color: green; */
|
||||
color: yellow;
|
||||
}
|
||||
@@ -388,6 +392,14 @@ td.user-answer-score-2::after {
|
||||
content: "✓✓";
|
||||
}
|
||||
|
||||
td.user-answer-score-0\.5.rapid-ans::after {
|
||||
content: "✓";
|
||||
}
|
||||
|
||||
td.user-answer-score-1:.rapid-ans:after {
|
||||
content: "✓✓";
|
||||
}
|
||||
|
||||
.user-answer-score pre {
|
||||
display: inline;
|
||||
color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user