@gmod/jbrowse
Version:
JBrowse - client-side genome browser
35 lines (31 loc) • 561 B
CSS
/*
NeatFeatures CSS
Created on : Aug 5, 2015
Author : EY
*/
.jbrowse .jb-intron {
position: absolute;
top: 0px ;
}
.jbrowse div.gray-center-30pct {
background-color: transparent;
}
.jbrowse div.annot-render {
background-color: transparent;
}
.jbrowse div.neat-subfeature {
height: 100%;
top: 0px;
border-width: 0px;
}
.jbrowse div.neat-UTR {
background-color: white;
height: 100%;
top: 0px;
margin-top: 0px;
}
.jbrowse polyline.neat-intron {
stroke: black;
fill: none;
stroke-width: 5;
}