dcc09e71de2cb1f61a19f0526e0595ceb8277bb3
hiram
  Fri Feb 25 10:43:00 2022 -0800
adding cell background coloring for the IUCN column and tri-state indication on the hideAll buttons refs #28930

diff --git src/hg/gar/garTable.sh src/hg/gar/garTable.sh
index 81b1a17..49602ec 100755
--- src/hg/gar/garTable.sh
+++ src/hg/gar/garTable.sh
@@ -7,33 +7,36 @@
 rsync -aP hgdownload.soe.ucsc.edu::hubs/UCSC_GI.assemblyHubList.txt ./ \
   > /dev/null 2>&1
 
 ### starting html page output ##############################################
 printf "<!DOCTYPE HTML 4.01 Transitional>
 <!--#set var='TITLE' value='Genome assembly search and request' -->
 <!--#set var='ROOT' value='.' -->
 
 <!--#include virtual='\$ROOT/inc/gbPageStartHardcoded.html' -->
 
 <link rel='stylesheet' type='text/css' href='<!--#echo var='ROOT' -->/style/gar.css'>
 
 "
 
 # coordinate these colors with the table.pl definitions
-export criticalColor="#ff0000"
-export endangeredColor="#dd6600"
-export vulnerableColor="#663300"
+# export criticalColor="#ff0000"
+# export endangeredColor="#dd6600"
+# export vulnerableColor="#663300"
+export criticalColor="#ee3333";
+export endangeredColor="#333388";
+export vulnerableColor="#88aaaa";
 
 export leftHandPointer="&#9756;"
 export rightHandPointer="&#9758;"
 
 # printf "<a id='pageTop'></a>\n"
 
 printf "<h1>Genome assembly search and request</h1>\n"
 printf "<h2>What is the Genome Browser?</h2>\n"
 
 printf "<div id='canNotFindDiv' class='pullDownMenu'>\n"
 printf "  <span id='canNotFindAnchor'>Can't find your assembly?</span'>\n"
 printf "  <div class='pullDownMenuContent'>\n"
 printf "   <button id='specificRequest' type='button' onclick='gar.openModal(this)' name='specific'><label>%s Press here to request an unlisted assembly %s</label></button>\n", "${rightHandPointer}" "${leftHandPointer}"
 printf "  </div>\n"
 printf "</div>\n"