0811c1da172a367fe55928a4869f77978ff83fdb
max
  Wed Apr 29 06:53:36 2020 -0700
making bigbed extra filters a bit easier to see, refs #24850

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 5f6e805..b07f5e8 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -5,32 +5,40 @@
 
 body.cgi {
 	margin: 0;
 	padding: 0;
 	background: #FFF9D2;
 }
 
 body.hgTracks {
 	background: url("../../images/internal_bg1.jpg") repeat-x fixed left bottom #F9F9F7;
 }
 
 body.training {
         background: url("../../images/internal_bg1.jpg") repeat-x fixed left bottom #F9F9F7;
 }
 
-a:link {color: #121E9A; text-decoration: underline}
-span.link {color: #121E9A; text-decoration: underline}
+a:link {
+        color: #121E9A; 
+        text-decoration: underline
+}
+
+span.link {
+        color: #121E9A; 
+        text-decoration: underline; 
+        cursor: pointer
+}
 
 td.hotkey {
      font-family: courier;
    }
 
 pre.code {
     font-family: Monaco,'andale mono','lucida console',monospace;
     font-size: 0.8em;
     width:800px;
     margin-left: 40px;
     overflow:auto;
     background-color: rgb(255,255,250);
     border: 1px dashed rgb(230,230,230);
     color: rgb(17,17,17);
     padding:5px;
@@ -259,30 +267,75 @@
     border-collapse: collapse;
     text-align: left;
     vertical-align: top;
     padding-left: 5px;
     padding-right: 5px;
 }
 
 
 /* hgTrackUi page formatting */
 label.trackUiHicLabel
 {
     font-style: italic;
     font-size: 0.9em;
 }
 
+table.trackUiFilterTable 
+{
+        margin-top : 6px;
+        border-collapse : collapse;
+        border: none;
+}
+table.trackUiFilterTable tr:first-child td { 
+        border-top : 1px solid #CCC;
+        padding-top: 8px;
+}
+table.trackUiFilterTable tr:last-child td { 
+        border-bottom : 1px solid #CCC;
+        padding-bottom: 5px;
+}
+table.trackUiFilterTable tr td:first-child { 
+        border-left: 1px solid #CCC;
+}
+
+table.trackUiFilterTable tr td:last-child { 
+        border-right: 1px solid #CCC;
+}
+
+table.trackUiFilterTable td { 
+        border-left: 1px solid #CCC; 
+        padding-left: 8px;
+        padding-right: 8px;
+        vertical-align:top;
+}
+table.trackUiFilterTable td:first-child { 
+       border-left: none;
+}
+
+table.hgTrackUiScoreFilterTable {
+       border-spacing : 0;
+}
+
+table.hgTrackUiScoreFilterTable tr:first-child td {
+       padding-top: 10px;
+}
+table.hgTrackUiScoreFilterTable tr:last-child td{
+       padding-bottom: 10px;
+}
+
+
+
 label.trackUiHicLabelExpand
 {
     font-style: italic;
     font-size: 0.9em;
 }
 
 img.trackUiHicLabelArrow
 {
     transform: rotate(0deg);
     max-width: 9px;
 }
 
 img.trackUiHicLabelArrow.open
 {
     transform: rotate(90deg);