This commit is contained in:
Ross
2021-08-23 19:43:35 +01:00
parent 3d42468f76
commit cf90023a08
3 changed files with 20 additions and 3 deletions
+9 -1
View File
@@ -652,6 +652,10 @@ input {
list-style-type: lower-alpha;
}
.sba-answer-list:hover {
color: purple;
}
#menu-list button {
padding-left: 2px;
padding-right: 2px;
@@ -674,4 +678,8 @@ input {
.sba-finish-list a button.unanswered {
color: red;
border-style: dashed;
}
}
.no-select {
user-select: none;
}