This commit is contained in:
Ross
2021-08-09 12:49:49 +00:00
parent 2ae3f0e689
commit c48719d24d
4 changed files with 24 additions and 4 deletions
+10
View File
@@ -501,4 +501,14 @@ td.user-answer-score-2::after {
table.longs .user-answer-score-7\.0, table.longs .user-answer-score-7\.5 {
color: green
}
.published-icon {
border: 1px dotted gray;
opacity: 50%;
}
.published-icon.true {
border: 1px solid green;
opacity: 100%;
}