projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5198d3d
)
Change pointer to a hand over help elements, they are navigable
author
Karl O. Pinc
<kop@karlpinc.com>
Fri, 27 Sep 2024 00:13:04 +0000
(19:13 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Fri, 27 Sep 2024 00:13:04 +0000
(19:13 -0500)
src/pgwui_common/static/pgwui.css
patch
|
blob
|
history
diff --git
a/src/pgwui_common/static/pgwui.css
b/src/pgwui_common/static/pgwui.css
index fd60593697748246d09f77ac2cc20eede6f5df91..ed74e645ed5eeeb3e2caae45ed6cee73be5def10 100644
(file)
--- 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; }