Skip to content

Commit

Permalink
new track style used by boolean HTMLFeature tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmirob committed Mar 7, 2013
1 parent 686fde5 commit 7661cfd
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions track_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
min-width: 1px;
}

.basicSubfeature {
position: absolute;
cursor: pointer;
z-index: 12;
min-width: 1px;
}

div.hist {
position: absolute;
z-index: 10;
Expand Down Expand Up @@ -118,24 +125,8 @@ div.feature-hist {
background-color: #62d335;
}

.HTML-boolean-transparent {
position:absolute;
height: 7px;
background-repeat: repeat-x;
cursor: pointer;
min-width: 1px;
z-index: 10;
background-color: rgba( 98, 211, 53, 0.2 );
}

.HTML-boolean-coverage {
position:absolute;
height: 7px;
background-repeat: repeat-x;
cursor: pointer;
min-width: 1px;
z-index: 10;
background-color: #62d335;
.Boolean-transparent {
opacity: 0.2;
}

div.feature2-hist {
Expand Down

0 comments on commit 7661cfd

Please sign in to comment.