571bacac014f02089172161bf5010d5277346bc8
chmalee
  Tue Feb 25 09:00:18 2020 -0800
Updating legend for pli track after feedback from Lou, refs #20394

diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c
index 2a4db5b..4f480c8 100644
--- src/hg/hgTracks/hgTracks.c
+++ src/hg/hgTracks/hgTracks.c
@@ -8554,31 +8554,31 @@
         }
     if (doPliColors)
         {
         hPrintf("<B>gnomAD Loss-of-Function Constraint (pLI) Color Key:</B><BR> ");
         hPrintf("<table style=\"border: 1px solid black\"><tr>\n");
         hPrintf("<td style=\"background-color:rgb(0,244,153)\">&lt; 0.1</td>\n");
         hPrintf("<td style=\"background-color:rgb(74,240,94)\">&lt; 0.2</td>\n");
         hPrintf("<td style=\"background-color:rgb(127,233,58)\">&lt; 0.3</td>\n");
         hPrintf("<td style=\"background-color:rgb(165,224,26)\">&lt; 0.4</td>\n");
         hPrintf("<td style=\"background-color:rgb(191,210,22)\">&lt; 0.5</td>\n");
         hPrintf("<td style=\"background-color:rgb(210,191,13)\">&lt; 0.6</td>\n");
         hPrintf("<td style=\"background-color:rgb(224,165,8)\">&lt; 0.7</td>\n");
         hPrintf("<td style=\"background-color:rgb(233,127,5)\">&lt; 0.8</td>\n");
         hPrintf("<td style=\"background-color:rgb(240,74,3)\">&lt; 0.9</td>\n");
         hPrintf("<td style=\"background-color:rgb(244,0,2)\">&lt; 1</td>\n");
-        hPrintf("<td style=\"color: white; background-color:rgb(0,0,0)\">No pLI score</td>\n");
+        hPrintf("<td style=\"color: white; background-color:rgb(160,160,160)\">No pLI score</td>\n");
         hPrintf("</tr></table>\n");
         }
 
     if (showTrackControls)
 	{
 	/* Display viewing options for each track. */
         /* Chuck: This is going to be wrapped in a table so that
          * the controls don't wrap around randomly */
         hPrintf("<table border=0 cellspacing=1 cellpadding=1 width=%d>\n", CONTROL_TABLE_WIDTH);
         hPrintf("<tr><td align='left'>\n");
 
         hButtonWithOnClick("hgt.collapseGroups", "collapse all", "collapse all track groups",
                            "return vis.expandAllGroups(false)");
         hPrintf("</td>");