more fixes

This commit is contained in:
Ross
2020-12-12 12:19:25 +00:00
parent fdca107d16
commit 5ca4438e77
4 changed files with 12 additions and 6 deletions
+5 -1
View File
@@ -13,6 +13,10 @@ a, a:link {
.answer-list {
font-size: 30px;
user-select: none;
-webkit-user-select: none; /* Chrome/Safari */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
.answer-list .correct {
@@ -313,4 +317,4 @@ img.uploading:hover {
.parent-help .help-text {
opacity: 0%;
}
}