52b757fb2d019d4b2ea9f836bff146b1390af435
max
  Fri Jun 20 05:31:01 2025 -0700
tiny autocomplete change, refs #35939

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 4a7fb30ae98..ab8ea599b99 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -904,30 +904,36 @@
 div#haplotypes .textOpt   { color:#0000CD; } /* medium blue */
 div#haplotypes .textInfo  { color:#006600; } /* dark green */
 div#haplotypes .textAlert { color:#DC143C; } /* dark red */
 
 .hidden { display:none; } /* allows toggling visibility by addClass/removeClass */
 
 .readableWidth {
     /* For wrapping description text on pages that can get very wide */
     width: 50em;
 }
 
 .hgtaNoGenome {
     color: gray;
 }
 
+.autoCompleteInfo {
+  color: #EEE;
+  padding-left: 3px;
+  background-color: #666;
+}
+
 /* for autocompleteCat (autocomplete with optional category labels) */
 .ui-autocomplete-category {
     /* Adapted from https://jqueryui.com/autocomplete/#categories */
     font-weight: bold;
     line-height: 1.5;
     background: lightgray;
 }
 
 .ui-menu-item {
     /* This is necessary if a background color is specified in .ui-autocomplete-category above;
      * the category labels actually extend upwards, behind the preceding items! */
     background: white;
 }
 
 /* Added for Angie's React UI stuff */