do not hice create/join forms with working / no color on global pages

This commit is contained in:
Matias Alejo Garcia 2015-04-27 03:03:08 -03:00
commit 2f7f593ad6
5 changed files with 19 additions and 10 deletions

View file

@ -19,7 +19,7 @@
</section>
<section class="middle tab-bar-section">
<h1 class="title ellipsis" ng-style="{'color':index.backgroundColor}">
<h1 class="title ellipsis" ng-style="{'color': noColor ? '#4B6178' : index.backgroundColor}">
{{(titleSection|translate) || index.walletName}}
</h1>
</section>