Skip to content

Commit

Permalink
Merge pull request #56 from onursumer/hotfix
Browse files Browse the repository at this point in the history
Promise support for MutationDataProxy
  • Loading branch information
onursumer authored Sep 30, 2016
2 parents d0a2857 + b01d59b commit a3ce15f
Show file tree
Hide file tree
Showing 8 changed files with 314 additions and 189 deletions.
12 changes: 12 additions & 0 deletions build/mutationMapper.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@
}
.cna-diploid {
color: #000000;
font-weight: bold;
font-size:xx-small;
}
.cna-gain {
Expand All @@ -257,6 +258,7 @@
}
.cna-unknown {
color: #808080;
font-weight: bold;
font-size:xx-small;
}

Expand Down Expand Up @@ -693,6 +695,7 @@ span.mutation-type-label {
color: #000000;
padding-left:5px;
padding-right:5px;
font-weight: bold;
}
.mutation-table-container .valid {
background: #CCFFCC;
Expand All @@ -701,6 +704,9 @@ span.mutation-type-label {
padding-right: 5px;
font-weight: bold;
}
.mutation-table-container .wildtype {
font-weight: bold;
}
.mutation-table-container .somatic {
background: #CCFFFF;
color: #000000;
Expand Down Expand Up @@ -746,6 +752,12 @@ span.mutation-type-label {
.mutation-table-container .mutation_table_cosmic {
/*cursor: pointer;
color: #1974B8;*/
font-weight: bold;
}
.mutation-table-container .mutation_table_int_value,
.mutation-table-container .mutation_table_cbio_portal,
.mutation-table-container .mutation_table_allele_count {
font-weight: bold;
}

/*
Expand Down
Loading

0 comments on commit a3ce15f

Please sign in to comment.