0c11f4b452d602430c58985896098e18762792c2
kent
  Sat Jan 30 08:57:56 2021 -0800
Overriding dark gray background on facet's buttons.

diff --git src/hg/htdocs/style/facets.css src/hg/htdocs/style/facets.css
index 6c1d094..dd3c435 100644
--- src/hg/htdocs/style/facets.css
+++ src/hg/htdocs/style/facets.css
@@ -1,26 +1,29 @@
 /* CSS for faceted search
  *
  * Copyright (C) 2021 The Regents of the University of California
  */
 
 
 /* Styling for parts of page body */
 div.card.facet-card
 {
     margin-bottom:5px
 }
 
 span.card.facet-card
 {
     margin-top:5px;
     padding-top: 10px;
 }   
 
 /* Restyling topbar class */
 .topbar { white-space: nowrap; padding: 0px 10px;}
 A:link.topbar { text-decoration: none; font-family: arial, Geneva, Helvetica, sans-serif; color: #0000F0; font-size: 15px; }
 A:visited.topbar { text-decoration: none; font-family: arial, Geneva, Helvetica, sans-serif; color: #0000C0; font-size: 15px; }
 A:active.topbar { text-decoration: none; font-family: arial, Geneva, Helvetica, sans-serif; color: #2020FF; font-size: 15px; }
 A:hover.topbar { text-decoration: none; font-family: arial, Geneva, Helvetica, sans-serif; color: #2020FF; font-size: 15px; }
 
-A:link.btn-secondary { background-color: #EEEEEE; }
+A:link.btn-secondary { color: #0000C0; background-color: #EEEEEE; }
+A:hover.btn-secondary { color: #1010F0; background-color: #F2F2F2; }
+A:visited.btn-secondary { color: #0000C0; background-color: #EEEEEE; }
+A:active.btn-secondary { color: #0000C0; background-color: #EEEEEE; }