Change pointer to a hand over help elements, they are navigable
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 27 Sep 2024 00:13:04 +0000 (19:13 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 27 Sep 2024 00:13:04 +0000 (19:13 -0500)
src/pgwui_common/static/pgwui.css

index fd60593697748246d09f77ac2cc20eede6f5df91..ed74e645ed5eeeb3e2caae45ed6cee73be5def10 100644 (file)
@@ -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; }