25f258c7fdfbdf417a917fcd00fff78d698def9b
chmalee
  Fri Aug 30 12:01:24 2024 -0700
Big run through of changes to accomodate jquery 3.7.1 upgrade. Most of the changes are replacing the event methods with a change to .on(event, function(..)). A couple more changes are removing calls to jquery.type(). Also fixes various plugins and styles

diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css
index 9efc1ad..23f2498 100644
--- src/hg/htdocs/style/HGStyle.css
+++ src/hg/htdocs/style/HGStyle.css
@@ -1179,22 +1179,22 @@
 }
 
 .tooltip:hover .tooltiptext {
     visibility: visible;
     opacity: 0.9;
 }
 
 .chainBreak {
     display: grid;
     grid-template-columns: max-content max-content;
     row-gap: 10px;
 }  
 
 .dialogNewWindowIcon {
     position: absolute;
-    right: 1.4em;
+    right: 1.5em;
     top: 50%;
     width: 19px;
-    margin: -8px 0 0 0;
+    margin: -10px 0 0 0;
     padding: 1px;
     height: 18px;
 }