d5783cef7d27b9f734131828ea4af40850e35d94 chmalee Mon Jul 1 15:52:26 2024 -0700 hgc on hgTracks changes: 1: clicks outside of the pop up close the pop up. 2: item details is now in parens. 3: link to open in a new window is in an icon on the top right near the close icon. 4: Bottom button now just says close instead of ok, refs #33216 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index 48c23a4..eb41eb2 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -1161,15 +1161,25 @@ border-radius: 2px; box-shadow: 0px 1px 2px darkgrey; max-width: 400px; } .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; + top: 50%; + width: 19px; + margin: -10px 0 0 0; + padding: 1px; + height: 18px; +}