Skip to content

Commit

Permalink
Added CSS style for selected features
Browse files Browse the repository at this point in the history
  • Loading branch information
GreggHelt2 committed Jan 30, 2011
1 parent cc1ccff commit 19dc4ba
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion genome.css
Expand Up @@ -11,7 +11,7 @@ input.icon {
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
display: inline;
}

div.container {
Expand Down Expand Up @@ -726,3 +726,10 @@ div.generic_parent-hist {
min-width: 1px;
cursor: pointer;
}

/* to make sure selection style overrides any other styles in this stylesheet, make sure to put selection style at end */
.selected-feature {
border-style: solid;
border-color: red;
border-width: 3px;
}

0 comments on commit 19dc4ba

Please sign in to comment.