From 7fabbf5ecdfeff05581f785d2d5d375f8af5364a Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 26 Sep 2024 19:13:04 -0500 Subject: [PATCH] Change pointer to a hand over help elements, they are navigable --- src/pgwui_common/static/pgwui.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index fd60593..ed74e64 100644 --- a/src/pgwui_common/static/pgwui.css +++ b/src/pgwui_common/static/pgwui.css @@ -42,7 +42,8 @@ body { background-color: white; } /* kludge, see pgwui_sql's pgwui_sql.css */ .help { font-size: 75%; vertical-align: super; - color: green; } + color: green; + cursor: pointer; } a.help:link { text-decoration-line: none; } HR.errorsep { color: grey; } -- 2.34.1