f863c012ea39c498eaf4cff84f85f92fef210c5f jcasper Mon May 13 00:51:57 2019 -0700 Initial commit of Hi-C display support via .hic files, refs #18842 diff --git src/hg/htdocs/style/HGStyle.css src/hg/htdocs/style/HGStyle.css index 245f7f5..5399c74 100644 --- src/hg/htdocs/style/HGStyle.css +++ src/hg/htdocs/style/HGStyle.css @@ -357,30 +357,33 @@ /* 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 */ table.subtracks { overflow: visible; white-space: nowrap; border: 1px solid #FFFEE8; } tr.sortable { background-color: #FCECC0; } th.sortable { color: #0000FF; } th:hover.sortable { background-color: #CCFFCC; cursor: pointer; } tbody.sorting { color: #DDDDDD; cursor: wait; } +/* For color selector inputs */ +input[type=color] { padding: 0px; } + /* tr:hover.found { color: #000088; } */ .filterBy { display: none; } /* All filterBy's should be converted to dropdownchecklists by document.ready(). */ .noscript { background: none repeat scroll 0 0 #FFFF90; border-color: #CFCFCF; border-style: solid; border-width: 0 0 1px; color: #2F2F2F; font-size: 12px; line-height: 1.25; text-align: center; margin: 0; padding: 0;