mirror of
https://github.com/mempool/mempool.git
synced 2025-02-25 15:10:12 +01:00
Merge pull request #831 from MiguelMedeiros/fix-sum-column-ui-mempool-chart
Change total sum column to fixed color.
This commit is contained in:
commit
92048964d1
2 changed files with 4 additions and 1 deletions
|
@ -226,7 +226,7 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
|
||||||
</td>
|
</td>
|
||||||
<td class="total-progress-sum-bar">
|
<td class="total-progress-sum-bar">
|
||||||
<span class="total-percentage-bar-background">
|
<span class="total-percentage-bar-background">
|
||||||
<span style="width: ${progressPercentageSum.toFixed(2)}%; background-color: ${this.chartColorsOrdered[index]}"></span>
|
<span style="width: ${progressPercentageSum.toFixed(2)}%; background-color: ${this.chartColorsOrdered[3]}"></span>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
</tr>`);
|
</tr>`);
|
||||||
|
|
|
@ -533,6 +533,9 @@ html:lang(ru) .card-title {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.total-percentage-bar-background {
|
||||||
|
background-color: #282d47;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tx-wrapper-tooltip-chart-advanced {
|
.tx-wrapper-tooltip-chart-advanced {
|
||||||
|
|
Loading…
Add table
Reference in a new issue