apply active tab color - fix add wallet button

This commit is contained in:
JDonadio 2017-11-01 12:41:35 -03:00
parent 4b16f7b145
commit a036c6d192
No known key found for this signature in database
GPG Key ID: EC1F4E04B2BFA730
3 changed files with 14 additions and 10 deletions

View File

@ -15,9 +15,9 @@
<ion-card *ngIf="wallets && wallets[0]"> <ion-card *ngIf="wallets && wallets[0]">
<ion-item> <ion-item>
Wallets <span translate>Wallets</span>
<button ion-button outline item-end icon-left (click)="goToAddView()"> <button ion-button clear item-end class="header-icon" (click)="goToAddView()">
<ion-icon name="md-add"></ion-icon> <ion-icon name="ios-add"></ion-icon>
</button> </button>
</ion-item> </ion-item>

View File

@ -5,11 +5,9 @@ img {
} }
} }
.button-outline-md { .header-icon {
margin-right: auto !important; font-size: 1.7rem !important;
border: none; color: silver;
color: #488aff; margin: 0 !important;
background-color: transparent; padding: 10px !important;
-webkit-box-shadow: none;
box-shadow: none;
} }

View File

@ -70,6 +70,12 @@ $checkbox-md-item-start-margin-end: 20px;
$alert-ios-button-text-color: color($colors, accent); $alert-ios-button-text-color: color($colors, accent);
$alert-md-button-text-color: color($colors, accent); $alert-md-button-text-color: color($colors, accent);
/* tabs */
$tabs-ios-tab-color-active: color($colors, accent);
$tabs-md-tab-color-active: color($colors, accent);
$tabs-wp-tab-color-active: color($colors, accent);
// App iOS Variables // App iOS Variables
// -------------------------------------------------- // --------------------------------------------------
// iOS only Sass variables can go here // iOS only Sass variables can go here