Skip to content

Commit

Permalink
added diamond glyph
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Mohamed committed Jan 14, 2014
1 parent cd22f9d commit e2833dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file added img/glyph-diamond.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion track_styles.css
Expand Up @@ -251,6 +251,16 @@ div.helix-hist {
cursor: pointer;
}

.diamonds, .minus-diamonds, .plus-diamonds {


position:absolute;
height: 13px;
background-image: url('img/glyph-diamond.png');
background-repeat: repeat-x;
cursor: pointer;
}

.plus-cds, .minus-cds {
position:absolute;
height: 13px;
Expand Down Expand Up @@ -503,4 +513,4 @@ div.generic_parent-hist {
-moz-box-shadow: 4px 4px 10px 2px rgba( 80, 80, 80, 0.3 );
-webkit-box-shadow: 4px 4px 10px 2px rgba( 80, 80, 80, 0.3 );
box-shadow: 4px 4px 10px 2px rgba( 80, 80, 80, 0.3 );
}
}

0 comments on commit e2833dd

Please sign in to comment.