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

@ -14,7 +14,7 @@
</div>
<form name="setupForm" ng-submit="create.create(setupForm)" ng-show="!create.loading" novalidate>
<form name="setupForm" ng-submit="create.create(setupForm)" novalidate>
<div class="row">
<div class="large-12 columns">
<div class="box-notification" ng-show="create.error">

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>

View file

@ -12,7 +12,7 @@
</div>
</div>
<div class="row" ng-show="!join.loading">
<div class="row">
<div class="large-12 columns">
<div class="box-notification" ng-show="join.error ">