f031e7b2f184a8e6d5f19fa86dee46f4574f16ad
kent
  Fri Jan 29 22:06:43 2021 -0800
Adding a few more things to make facets look nicer on genome browser details pages.

diff --git src/hg/htdocs/style/facets.css src/hg/htdocs/style/facets.css
index c0993e2..6c1d094 100644
--- src/hg/htdocs/style/facets.css
+++ src/hg/htdocs/style/facets.css
@@ -1,18 +1,26 @@
 /* CSS for faceted search
  *
- * Copyright (C) 2020 The Regents of the University of California
+ * 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; }