From: Karl O. Pinc Date: Fri, 27 Sep 2024 00:13:04 +0000 (-0500) Subject: Change pointer to a hand over help elements, they are navigable X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=7fabbf5ecdfeff05581f785d2d5d375f8af5364a;p=pgwui_common Change pointer to a hand over help elements, they are navigable --- 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; }