42b30649ca62035147359f5569e78e52487f7089
kate
  Mon Mar 22 16:09:37 2021 -0700
Force blue link on dialog (not sure why needed, sigh). refs #26385

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 93e7404..c7e1b8e 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -10,30 +10,34 @@
 }
 
 body.hgTracks {
 	background: url("../../images/internal_bg1.jpg") repeat-x fixed left bottom #F9F9F7;
 }
 
 body.training {
         background: url("../../images/internal_bg1.jpg") repeat-x fixed left bottom #F9F9F7;
 }
 
 a:link {
         color: #121E9A; 
         text-decoration: underline
 }
 
+.blueLink {
+        color: #121E9A !important; 
+}
+
 span.link {
         color: #121E9A; 
         text-decoration: underline; 
         cursor: pointer
 }
 
 td.hotkey {
      font-family: courier;
    }
 
 pre.code {
     font-family: Monaco,'andale mono','lucida console',monospace;
     font-size: 0.8em;
     width:800px;
     margin-left: 40px;