From 175b7aaa1ba9e00de4415b2b5ba0d866b1484f58 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 12 Sep 2023 17:32:34 -0600 Subject: [PATCH] CoS hover cursor fix --- theme/basic.css | 3 +++ 1 file changed, 3 insertions(+) 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; }