ae09c0590da3e36fdf30c30fcec71c6aa3374663 braney Tue Jul 8 16:32:42 2025 -0700 fix bugs in quickLift refs #35609 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index b8503065b34..2478d9c3ac2 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -569,30 +569,31 @@ div.dragZoom { cursor: text; } img.sliceImg { position:relative; border:0; z-index:10;} /* z-index allows highlight beneath img */ div.sliceDiv { overflow:hidden; } div.highlightItem { opacity:0.7; border-style:none; position:absolute; overflow:hidden; } div.loading { position: absolute; opacity: 0.75; z-index: 15; background: white url("/images/loading.gif") no-repeat center; } #imgTbl map {position: relative; z-index:11} /* These are for imageV2 sideButtons: */ .btn { border-style: outset; background-color: #CCCCCC; border-color: #CCCCCC; } /* border-color: works for FF but screws up IE */ .btnN { border-width: 1px 1px 1px 1px; margin: 1px 1px 0px 1px; } /* connect none */ .btnU { border-width: 0px 1px 1px 1px; margin: 0px 1px 0px 1px; } /* connect up */ .btnD { border-width: 1px 1px 0px 1px; margin: 1px 1px 0px 1px; } /* connect down */ .btnL { border-width: 0px 1px 0px 1px; margin: 0px 1px 0px 1px; } /* connect linear */ .btnBlue { background-color:#91B3E6; } +.btnGreen { background-color:#108020 } .inset { border-style: inset; } /* Flatten button if not configurable */ /* These are for dragReorder: both in imageV2 and in hgTrackUi subtrack list */ .trDrag { background-color: #CCFFCC; } .dragHandle { cursor: n-resize; } /* in hgTracks imageV2, left label (and reverse rightLabel) now uses css for red line */ .tdLeft { border-right:1px solid #FFB4B4; } .tdRight { border-left:1px solid #FFB4B4; } /* These are duplicates of btnBlue and trDrag but allow useful highlighting to persist after hover */ .blueButtons { background-color:#91B3E6; } .greenRows { background-color: #CCFFCC; } /* The are for sortable tables */