ee44defec68c55c48cf35268d29bdd9392923542
hiram
  Wed Sep 11 13:30:48 2024 -0700
js/assemblySearch.js

diff --git src/hg/htdocs/style/assemblySearch.css src/hg/htdocs/style/assemblySearch.css
index c226237..138efaf 100644
--- src/hg/htdocs/style/assemblySearch.css
+++ src/hg/htdocs/style/assemblySearch.css
@@ -113,31 +113,32 @@
     border-radius: 5px;
     padding: 5px;
     position: absolute;
     z-index: 1;
     top: 20px; /* Position below the prompt text */
     right: 0;	/* right border of this pop-up aligns with right border of
                    prompt text */
     transition: opacity 0.3s;
 }
 
 .searchTip:hover .searchTiptext {
     visibility: visible;
     opacity: 1;
 }
 
-ol.noBullets {
+/* for the pop-up help listings, do not need the list markers */
+.noBullets {
   list-style-type: none;
   padding: 0;
   margin: 0;
 }
 
 #modalWrapper.overlay::before {
     content: " ";
     width: 100%;
     height: 100%;
     position: fixed;
     z-index: 100;
     top: 0;
     left: 0;
     background: #000;
     background: rgba(0,0,0,0.7);
@@ -189,45 +190,47 @@
   visibility: hidden;
   overflow: visible;
   position: absolute;
   padding: 2px;
   z-index: 5;
   float: left;
   margin: 0 auto;
   height: auto;
   width: 300px;
   color: black;
   left: -10px;
   transform: translate(1px, -110%);
   top: 0;
   background: #ffffff;
   color: #000000;
+  font-weight: normal;
 }
 
 /* right most two columns have right margins instead of left so as
  *  not to run off the page to the right
  */
 
 .tooltip .tooltiptextright {
   border: 2px solid #000;
   visibility: hidden;
   overflow: visible;
   position: absolute;
   padding: 2px;
   z-index: 5;
   float: right;
   margin: 0 auto;
   height: auto;
   width: 300px;
   color: black;
   right: -10px;
   transform: translate(1px, -110%);
   top: 0;
   background: #ffffff;
   color: #000000;
+  font-weight: normal;
 }
 
 .highlight {
   background-color: yellow;
   color: black;
   font-weight: bold;
 }