Change top-bar color

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-01 17:16:39 -03:00
commit 0c06a3d460
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
17 changed files with 60 additions and 76 deletions

View file

@ -1,4 +1,4 @@
<nav class="tab-bar">
<nav class="tab-bar" ng-style="{'background-color':color}">
<section class="left-small">
<a ng-click="cancel()">
<i class="icon-arrow-left3 icon-back"></i>
@ -6,7 +6,7 @@
</a>
</section>
<section class="middle tab-bar-section">
<h1 class="title ellipsis" ng-style="{'color':color}" translate>
<h1 class="title ellipsis" translate>
Transaction
</h1>
</section>