Change total sum column to fixed color.
This commit is contained in:
		
							parent
							
								
									d0a8509194
								
							
						
					
					
						commit
						b2140c2abe
					
				@ -226,7 +226,7 @@ export class MempoolGraphComponent implements OnInit, OnChanges {
 | 
			
		||||
              </td>
 | 
			
		||||
              <td class="total-progress-sum-bar">
 | 
			
		||||
                <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>
 | 
			
		||||
              </td>
 | 
			
		||||
            </tr>`);
 | 
			
		||||
 | 
			
		||||
@ -533,6 +533,9 @@ html:lang(ru) .card-title {
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
  .total-percentage-bar-background {
 | 
			
		||||
    background-color: #282d47;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.tx-wrapper-tooltip-chart-advanced {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user