df57ecff435188eeafe1d9505fb7a49c5941f764
hiram
  Tue Jan 20 11:50:25 2026 -0800
correctly appear and dismiss the liftExisting box and clean up the text documentation refs #31811

diff --git src/hg/htdocs/style/liftRequest.css src/hg/htdocs/style/liftRequest.css
index 2aad434e7fa..c7e684b0dee 100644
--- src/hg/htdocs/style/liftRequest.css
+++ src/hg/htdocs/style/liftRequest.css
@@ -147,15 +147,27 @@
     font-size: 16px;
 }
 
 #errorMessage p {
     margin: 0;
     font-size: 14px;
 }
 
 #liftExists {
     border: 2px solid #0066cc;
     padding: 15px;
     background-color: #f0f8ff;
     border-radius: 5px;
     margin: 15px 0;
 }
+
+#dismissLiftExists {
+    background: none;
+    border: 2px solid #0066cc;
+    font-size: 24px;
+    font-weight: bold;
+    color: #666;
+}
+
+#dismissLiftExists:hover {
+    color: #000;
+}