Skip to content

Commit c2c8ddc

Browse files
author
Angel Mortega
committed
Updated version
1 parent 093c1f3 commit c2c8ddc

2 files changed

Lines changed: 28 additions & 12 deletions

File tree

app-template/bitcoincom/appConfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
2525
"pushSenderId": "1036948132229",
2626
"description": "A Secure Bitcoin Wallet",
27-
"version": "5.9.1",
28-
"fullVersion": "5.9-rc2",
29-
"androidVersion": "509001",
27+
"version": "5.9.2",
28+
"fullVersion": "5.9-hotfix1",
29+
"androidVersion": "509002",
3030
"_extraCSS": "",
3131
"_enabledExtensions": {
3232
"coinbase": false,

www/css/main.css

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10253,7 +10253,7 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm
1025310253
text-decoration: none; }
1025410254
.button-white.active, .button-white.activated {
1025510255
border-color: transparent;
10256-
background-color: #F1F3FB; }
10256+
background-color: transparent; }
1025710257
.button-white.button-clear {
1025810258
border-color: transparent;
1025910259
background: none;
@@ -10263,7 +10263,7 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm
1026310263
border-color: transparent;
1026410264
background: none; }
1026510265
.button-white.activated {
10266-
color: #FFF; }
10266+
background-color: rgba(0, 0, 0, 0.05); }
1026710267
.button-white-outline {
1026810268
border-color: #FFFFFF;
1026910269
background-color: transparent;
@@ -10274,7 +10274,7 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm
1027410274
color: #FFFFFF;
1027510275
text-decoration: none; }
1027610276
.button-white-outline.active, .button-white-outline.activated {
10277-
border-color: #FFFFFF;
10277+
border-color: transparent;
1027810278
background-color: #FFFFFF; }
1027910279
.button-white-outline.button-outline {
1028010280
border-color: #FFFFFF;
@@ -10284,6 +10284,8 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm
1028410284
background-color: #FFFFFF;
1028510285
box-shadow: none;
1028610286
color: #fff; }
10287+
.button-white-outline.activated {
10288+
background-color: rgba(0, 0, 0, 0.1); }
1028710289
.button-grey-outline {
1028810290
border-color: #727272;
1028910291
background-color: transparent;
@@ -10305,18 +10307,20 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm
1030510307
box-shadow: none;
1030610308
color: #fff; }
1030710309
.button-card-style {
10308-
border-radius: 3px;
10309-
background: white; }
10310+
border-radius: 3px; }
1031010311
.button-card-style.white {
1031110312
border-color: transparent;
1031210313
background-color: #FFF;
10313-
color: #15d6a0; }
10314+
color: #15d6a0;
10315+
background: white; }
1031410316
.button-card-style.white:hover {
1031510317
color: #15d6a0;
1031610318
text-decoration: none; }
1031710319
.button-card-style.white.active, .button-card-style.white.activated {
1031810320
border-color: #FFF;
1031910321
background-color: #FFF; }
10322+
.button-card-style.white.activated {
10323+
background-color: rgba(0, 0, 0, 0.05); }
1032010324
.button-card-style.white-outline {
1032110325
border-color: #FFF;
1032210326
background-color: transparent;
@@ -10332,6 +10336,8 @@ ion-view.deflash-blue:before, ion-view#view-amount:before, ion-view#view-confirm
1033210336

1033310337
.button-clear {
1033410338
background: none !important; }
10339+
.button-clear.text-black {
10340+
color: black; }
1033510341

1033610342
.button-skip {
1033710343
padding-top: 15px !important;
@@ -12215,11 +12221,12 @@ ion-tabs .tab-title {
1221512221
transform: scale3d(0.5, 0.5, 0.5) translateY(0px); }
1221612222
#walletDetails .bp-content.collapse .amount-alternative, #walletDetails .bp-content.collapse .send-receive-buttons, #walletDetails .bp-content.collapse .wallet-details-wallet-info {
1221712223
opacity: 0; }
12224+
#walletDetails ion-header-bar.bar.bar-header {
12225+
background-color: #fbfcff !important; }
1221812226
#walletDetails .bar-header {
12219-
border: 0;
12220-
background: #eeb640; }
12227+
border: 0; }
1222112228
#walletDetails .bar-header .title, #walletDetails .bar-header .button {
12222-
color: #fff; }
12229+
color: #000000; }
1222312230
#walletDetails .bar-header .button {
1222412231
background-color: transparent; }
1222512232
#walletDetails .nav-bar-block, #walletDetails .bar {
@@ -15798,6 +15805,13 @@ account-selector {
1579815805
left: 15%;
1579915806
width: 70%;
1580015807
max-height: 55%; } }
15808+
#pin .circle {
15809+
border-radius: 50%;
15810+
box-shadow: 0 0 3px 0px #5b5b5b;
15811+
transition: background-color .2s ease-in-out;
15812+
padding: 7%;
15813+
margin: 5%;
15814+
border: 1px solid #0AC18E; }
1580115815
#pin .circle-copay {
1580215816
border-radius: 50%;
1580315817
box-shadow: 0 0 3px 0px #5b5b5b;
@@ -15812,6 +15826,8 @@ account-selector {
1581215826
padding: 7%;
1581315827
margin: 5%;
1581415828
border: 1px solid #0AC18E; }
15829+
#pin .filled {
15830+
background-color: #0AC18E; }
1581515831
#pin .filled-copay {
1581615832
background-color: #494949; }
1581715833
#pin .filled-bitpay {

0 commit comments

Comments
 (0)