a1525e0f14f76903c16d5ba788f7a9afcc8c5ed1
max
  Fri Jun 4 04:56:39 2021 -0700
adding folder icons to hgTracks main track list, refs #25035
code review: this is an experiment and initially should remain in the
branch ui-track-icons, until merged on purpose into master.

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index fef9be0..d235913 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -563,30 +563,36 @@
 
 .positionInput {
         padding: 7px; -moz-border-radius: 3px; border-radius: 3px;
         border: gray 1px solid;
 }
 
 .pennantIconText {
     text-decoration: none;
     text-transform: capitalize;
     font-size: 70%;
     font-style: italic;
     font-weight: bold;
     vertical-align: text-top;
 }
 
+i#folderIcon {
+        text-decoration: underline;
+        font-size: 80%;
+}
+
+
 /*
    Styles for hgHubConnect (formerly in separate .css)
    by Greg Roe
    Last update: 2011-11-1 (greg)
 */
 
 #tabs {
 	font-size: 100%;
 	margin-top: 5px;
 }
 
 table.dataTable.compact thead th, table.dataTable.compact thead td
 {
     padding: 4px 4px 4px 17px !important;
 }