CoS hover cursor fix

This commit is contained in:
Neale Pickett 2023-09-12 17:32:34 -06:00
parent a82851fee3
commit 175b7aaa1b
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ img {
input:invalid {
border-color: red;
}
.answer_ok {
cursor: help;
}
#messages {
min-height: 3em;
}