Fix style colors for wp8
This commit is contained in:
parent
6fe88cdbfe
commit
4f899dd080
18 changed files with 37 additions and 24 deletions
|
|
@ -12,7 +12,8 @@
|
|||
ng-click="history.openTxModal(btx)"
|
||||
class="row last-transactions-content">
|
||||
<div class="large-3 medium-3 small-3 columns">
|
||||
<span class="label tu" ng-show="btx.action == 'received'" style="background-color:{{index.backgroundColor}}">Received</span>
|
||||
<span class="label tu" ng-show="btx.action == 'received'"
|
||||
ng-style="{'background-color':index.backgroundColor}">Received</span>
|
||||
<span class="label tu gray" ng-show="btx.action == 'sent'">Sent</span>
|
||||
<span class="label tu gray" ng-show="btx.action == 'moved'">Moved</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue