Skip to content

Commit

Permalink
Removed old header styles from misc screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Mortega committed Jun 10, 2019
1 parent 1fa31f2 commit 6fbbf6b
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions www/views/customAmount.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ion-view id="custom-amount" hide-tabs>
<ion-nav-bar class="bar-royal">
<ion-nav-bar>
<ion-nav-buttons side="primary">
<button class="button back-button button-clear" ng-click="vm.onClose()" translate>
<button class="button button button-dark" ng-click="vm.onClose()" translate>
Close
</button>
</ion-nav-buttons>
Expand Down
4 changes: 2 additions & 2 deletions www/views/modals/altCurrency.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<ion-modal-view id="alt-currency">
<ion-header-bar class="bar-royal">
<ion-header-bar>
<div class="title">
{{'Alternative Currency'|translate}}
</div>
<button class="button button-clear" ng-click="vm.close()" translate>
<button class="button button-dark" ng-click="vm.close()" translate>
{{'Close'|translate}}
</button>
</ion-header-bar>
Expand Down
2 changes: 1 addition & 1 deletion www/views/modals/amazon-card-details.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-modal-view ng-controller="amazonCardDetailsController">
<ion-header-bar align-title="center" class="bar-royal">
<ion-header-bar align-title="center">
<button class="button button-back button-clear" ng-click="cancel()">
Close
</button>
Expand Down
2 changes: 1 addition & 1 deletion www/views/modals/chooseFeeLevel.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-modal-view id="choose-fee-level" ng-controller="feeLevelsController">
<ion-header-bar align-title="center" class="bar-royal">
<ion-header-bar align-title="center">
<div class="title">
{{'Bitcoin Network Fee Policy'|translate}}
</div>
Expand Down
2 changes: 1 addition & 1 deletion www/views/modals/coinbase-tx-details.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-modal-view ng-controller="coinbaseTxDetailsController">
<ion-header-bar align-title="center" class="bar-royal">
<ion-header-bar align-title="center">
<button class="button button-clear" ng-click="close()">
Close
</button>
Expand Down
2 changes: 1 addition & 1 deletion www/views/modals/glidera-tx-details.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-modal-view ng-controller="glideraTxDetailsController">
<ion-header-bar class="bar-royal">
<ion-header-bar>
<button class="button button-back button-clear"
ng-click="cancel()">
Close
Expand Down
2 changes: 1 addition & 1 deletion www/views/modals/mercadolibre-card-details.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-modal-view id="meli-card" ng-controller="mercadoLibreCardDetailsController">
<ion-header-bar align-title="center" class="bar-royal">
<ion-header-bar align-title="center">
<button class="button button-back button-clear" ng-click="close()" translate>
Close
</button>
Expand Down
2 changes: 1 addition & 1 deletion www/views/modals/paypro.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-modal-view id="view-confirm">
<ion-header-bar align-title="center" class="bar-royal">
<ion-header-bar align-title="center">
<button class="button button-back button-clear" ng-click="cancel()">
{{'Close' | translate}}
</button>
Expand Down
2 changes: 1 addition & 1 deletion www/views/modals/pin.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<ion-modal-view id="pin" ng-controller="pinController">
<ion-header-bar align-title="center" class="bar-royal">
<ion-header-bar align-title="center">
<button ng-if="action != 'check'" class="button button-back button-clear" ng-click="hideModal()" translate>
Close
</button>
Expand Down
4 changes: 2 additions & 2 deletions www/views/modals/search.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ion-modal-view>
<ion-header-bar align-title="center" class="bar-royal" ng-style="{'background-color':color, 'border-color': color}">
<button class="button button-clear" ng-click="close()" translate>
<ion-header-bar align-title="center">
<button class="button button-dark button-clear" ng-click="close()" translate>
Close
</button>
<div class="title" translate>
Expand Down
6 changes: 3 additions & 3 deletions www/views/modals/txp-details.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<ion-modal-view id="txp-details" ng-controller="txpDetailsController" ng-init="init()">
<ion-header-bar align-title="center" class="bar-royal">
<button class="button button-clear" ng-click="close()" translate>
<ion-header-bar align-title="center">
<button class="button button-dark" ng-click="close()" translate>
Close
</button>
<div class="title" translate>
Payment Proposal
</div>
<button class="button button-clear" ng-click="reject()" ng-disabled="loading" ng-if="isShared && tx.pendingForUs">
<button class="button button-dark" ng-click="reject()" ng-disabled="loading" ng-if="isShared && tx.pendingForUs">
Reject
</button>
</ion-header-bar>
Expand Down
2 changes: 1 addition & 1 deletion www/views/modals/wallet-balance.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ion-modal-view id="wallet-balance">
<ion-header-bar align-title="center" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}">
<button class="button button-clear" ng-click="close()" translate>
<button class="button button-dark" ng-click="close()" translate>
Close
</button>
<div class="title">
Expand Down
2 changes: 1 addition & 1 deletion www/views/tab-scan.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ion-nav-bar>
<ion-nav-title>{{'Scan' | translate}}</ion-nav-title>
<ion-nav-buttons side="primary">
<button class="button back-button button-clear ng-hide" ng-click="goBack()" ng-show="canGoBack()">
<button class="button back-button button button-dark ng-hide" ng-click="goBack()" ng-show="canGoBack()">
<i class="icon ion-ios-close-empty"></i>
</button>
</ion-nav-buttons>
Expand Down

0 comments on commit 6fbbf6b

Please sign in to comment.