do not hice create/join forms with working / no color on global pages
This commit is contained in:
parent
405e4cc75c
commit
2f7f593ad6
5 changed files with 19 additions and 10 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 ">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue