83b751ac37696b83777d2fe6939e4571e7da0bd4
max
  Mon Jun 12 06:28:58 2023 -0700
adding little trash icons next to custom tracks for quicker disposal, refs #31504

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 54de904..44bf15c 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -49,30 +49,37 @@
 
 .infoText { 
         font-size: 90%;
         text-align: center;
 }
 
 .infoText > input {
     margin-left: 3px;
     margin-right: 3px;
     padding-left: 8px;
     padding-right: 8px;
 }
 
 .trackLabelTd {
         max-width: 14em;
+        vertical-align: top;
+}
+
+.trackDeleteIcon {
+        margin-left: 6px;
+        display: inline;
+        cursor: pointer;
 }
 
 .controlButtons {
     margin-bottom: 6px;
 }
 
 .blueLink {
         color: #121E9A !important; 
         cursor: pointer;
 }
 
 span.link {
         color: #121E9A; 
         text-decoration: underline; 
         cursor: pointer