Skip to content

Commit

Permalink
make wiggle-value display flag easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Aug 2, 2012
1 parent 16d8f02 commit f8ace1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion track_styles.css
Expand Up @@ -407,10 +407,11 @@ div.generic_parent-hist {

/* floating score display for wiggle tracks */
.wiggleValueDisplay {
background: rgba(255,255,255,0.8);
background: rgba(255,255,255,0.9);
border: 1px solid #aaa;
padding: 2px;
font-family: Courier New, monospace;
font-weight: bold;
}

.trackVerticalPositionIndicator {
Expand Down

0 comments on commit f8ace1b

Please sign in to comment.