Skip to content
Snippets Groups Projects
Commit 2c3a6d7c authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

change block icons into 'dark'

parent e2fda1b2
No related branches found
No related tags found
No related merge requests found
...@@ -15,15 +15,15 @@ ...@@ -15,15 +15,15 @@
<h4 ng-if="!block.empty"> <h4 ng-if="!block.empty">
<!-- joiners/leavers --> <!-- joiners/leavers -->
<ng-if ng-if="block.joinersCount||(block.excludedCount-block.revokedCount)"> <ng-if ng-if="block.joinersCount||(block.excludedCount-block.revokedCount)">
<i class="gray ion-person"></i> <i class="dark ion-person"></i>
<span class="gray" ng-if="block.joinersCount">+{{block.joinersCount}}</span> <span class="dark" ng-if="block.joinersCount">+{{block.joinersCount}}</span>
<span class="gray" ng-if="block.excludedCount">-{{block.excludedCount-block.revokedCount}}</span> <span class="dark" ng-if="block.excludedCount">-{{block.excludedCount-block.revokedCount}}</span>
</ng-if> </ng-if>
<span class="gray" ng-if="block.revokedCount" class="assertive"><i class="ion-minus-circled"></i> {{block.revokedCount}}&nbsp;&nbsp;</span> <span class="dark" ng-if="block.revokedCount" class="assertive"><i class="ion-minus-circled"></i> {{block.revokedCount}}&nbsp;&nbsp;</span>
<span class="gray" ng-if="block.activesCount" class="gray"><i class="gray ion-refresh"></i> {{block.activesCount}}&nbsp;&nbsp;</span> <span class="dark" ng-if="block.activesCount" class="gray"><i class="gray ion-refresh"></i> {{block.activesCount}}&nbsp;&nbsp;</span>
<span class="gray" ng-if="block.certificationsCount"><i class="ion-ribbon-a"></i> {{block.certificationsCount}}&nbsp;&nbsp;</span> <span class="dark" ng-if="block.certificationsCount"><i class="ion-ribbon-a"></i> {{block.certificationsCount}}&nbsp;&nbsp;</span>
<span class="gray" ng-if="block.dividend" class="gray"><i class="gray ion-arrow-up-c"></i> {{'COMMON.UD'|translate}}&nbsp;&nbsp;</span> <span class="dark" ng-if="block.dividend" class="gray"><i class="gray ion-arrow-up-c"></i> {{'COMMON.UD'|translate}}&nbsp;&nbsp;</span>
<span class="gray" ng-if="block.transactionsCount"><i class="ion-card"> {{block.transactionsCount}}</i></span> <span class="dark" ng-if="block.transactionsCount"><i class="ion-card"> {{block.transactionsCount}}</i></span>
</h4> </h4>
</div> </div>
......
...@@ -282,7 +282,9 @@ ...@@ -282,7 +282,9 @@
<div class="col col-40 no-padding"> <div class="col col-40 no-padding">
<ng-include ng-repeat="identity in ::tx.issuers" src="'/templates/blockchain/link_identity.html'"></ng-include> <ng-include ng-repeat="identity in ::tx.issuers" src="'/templates/blockchain/link_identity.html'"></ng-include>
</div> </div>
<div class="col col-10 gray text-center no-padding"><i class="icon ion-arrow-right-a"></i></div> <div class="col col-10 gray text-center no-padding">
<h2><i class="icon ion-arrow-right-a"></i></h2>
</div>
<!-- recipients --> <!-- recipients -->
<div class="col no-padding padding-right no-padding-xs col-text-wrap"> <div class="col no-padding padding-right no-padding-xs col-text-wrap">
<ng-repeat ng-repeat="output in ::tx.outputs"> <ng-repeat ng-repeat="output in ::tx.outputs">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment