8e98f2a8e4862455c37c4fc2acb9ac3f3874dc9f
max
  Tue Jul 16 04:37:23 2024 -0700
found a better way to increase font size of all dialog windows, refs #27236

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 32b7a14..18cab1d 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -847,31 +847,32 @@
 .notifBox {
     background-color: beige;
     border: 1px solid grey;
     padding: 5px; 
     margin: 5px;
     text-align: center;
 }
 
 /* For jquery-ui dialog box */
 div.warnDialog { border: 2px solid; }
 div.warnDialog .ui-dialog-titlebar { background-color: #FF8566; }
 div.warnDialog .ui-dialog-title { font-weight: bold; color: #000000; }
 div.warnDialog .ui-dialog-content { background-color: #FFFEE8; font-size: 1em; }
 div.warnDialog .ui-dialog-buttonpane { border-width: 0; text-align: center; }
 div.warnDialog .ui-dialog-buttonset { width: 100%; display: inline-block; }
-#recTrackSetsPopup { font-size: 0.95em; }
+/* #recTrackSetsPopup { font-size: 0.95em; } */
+body > div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable * { font-size: 14px; }
 
 .centeredImage
 {
     text-align: center;
     margin-top: 0px;
     margin-bottom: 0px;
     padding: 0px;
 }
 
 /* Style for geneAlleles (haplotypes) */
 table#alleles { font-size:small; }
 table#alleles TD.topHat {background-color:#FCECC0;} /* 1st of 2 rows in header.  Not '.sortable' */
 table#alleles TR.allele { text-align:center; }
 table#alleles TD.pop { text-align:left; }
 table#alleles TH.ref { text-align:right; }