This commit is contained in:
Ross
2021-08-09 11:59:40 +00:00
parent 02c6b61213
commit cf5de53a1c
2 changed files with 14 additions and 2 deletions
+7 -1
View File
@@ -505,10 +505,16 @@ td.user-answer-score-2::after {
.published-icon {
border: 1px dotted gray;
opacity: 50%;
opacity: 20%;
border-radius: 4px;
}
.published-icon:hover {
opacity: 100%;
}
.published-icon.published {
border: 1px solid green;
color: green;
opacity: 100%;
}