65cc3900649623b8366ab05d9b285e528f8f2959 hiram Tue Mar 8 11:58:53 2022 -0800 now using a new initial column for the view/request function and correctly counting hasIucn columns refs #28930 diff --git src/hg/htdocs/style/gar.css src/hg/htdocs/style/gar.css index 07ff8a8..b32ce1f 100644 --- src/hg/htdocs/style/gar.css +++ src/hg/htdocs/style/gar.css @@ -377,39 +377,39 @@ display: block; } #canNotFindDiv { color: white; background-color: #4f6c9f; margin-bottom: 0; } /* no shadow around this button, override pullDownMenuContent */ #canNotFindDiv .pullDownMenuContent { box-shadow: 0 0 0 #fff; } #specificRequest { - color: #eeaa22; + color: #000; /* background: #555555;*/ background: white; } #specificRequest:hover { /* color: #555555;*/ color: white; - background: #eeaa22; + background: #ea2; } .tooltip { position: relative; display: inline-block; overflow: visible; } .cladeTable thead tr th:hover .tooltiptext { visibility: visible; } .cladeTable thead tr th:hover .tooltiptextright { visibility: visible; }