ed39331147a0cd7868921ef7bdf6b3f022a49c1b
kate
  Tue Mar 16 18:10:57 2021 -0700
Customize multi-region config help message to current status and disable exit button when not in MR mode. refs #26385

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index aa7d439..93e7404 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -520,30 +520,31 @@
         padding:12px 0;
         width:960px;
         text-align: center;
 }
 
 .noscript p {
         margin: 0;
         text-align: center;
 }
 
 .clickable:hover { cursor: pointer; }
 .fauxInput  { border: 2px inset #CCCCCC; background-color: #fff; font-size: 10pt; display: inline-block; }
 div.disabled  { border-color: gray; color: gray;  }
 input.disabled  { opacity: 0.5; filters.alpha.opacity:50;  }
 span.disabled   { opacity: 0.5; filters.alpha.opacity:50;  }
+td.disabled   { color: gray; }
 
 .positionDisplay {
     display: inline-block;
     padding: 5px;
     border: lightgray 1px solid;
 }
 
 .positionDisplay:hover {
     cursor: default;
 }
 
 .positionInput {
         padding: 7px; -moz-border-radius: 3px; border-radius: 3px;
         border: gray 1px solid;
 }