diff --git a/theme/basic.css b/theme/basic.css index 4635d93..995e134 100644 --- a/theme/basic.css +++ b/theme/basic.css @@ -102,6 +102,9 @@ img { input:invalid { border-color: red; } +.answer_ok { + cursor: help; +} #messages { min-height: 3em; }