From: Karl O. Pinc Date: Sun, 15 Sep 2024 22:14:07 +0000 (-0500) Subject: Add style for help links X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=99700689247e8bd2046dee942a6ff63e0610250f;p=pgwui_common Add style for help links --- diff --git a/src/pgwui_common/static/pgwui.css b/src/pgwui_common/static/pgwui.css index 27cb505..f35e8cf 100644 --- 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;