projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c34cec
)
Add style for help links
author
Karl O. Pinc
<kop@karlpinc.com>
Sun, 15 Sep 2024 22:14:07 +0000
(17:14 -0500)
committer
Karl O. Pinc
<kop@karlpinc.com>
Sun, 15 Sep 2024 22:14:07 +0000
(17:14 -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 27cb505ee6c6084a97d0610c6e4310adb9732def..f35e8cfb4a74d7a2d307a3cb37550aab4d958f72 100644
(file)
--- a/
src/pgwui_common/static/pgwui.css
+++ b/
src/pgwui_common/static/pgwui.css
@@
-39,6
+39,10
@@
.notfirstcaution { font-size: 75%; }
.status { text-align: center; }
+.help { font-size: 75%;
+ color: green; }
+a.help:link { text-decoration-line: none; }
+
HR.errorsep { color: grey; }
HR.lightsep { border-top: dotted;
border-bottom: 0px;