diff --git a/Breeze.UI/src/app/setup/setup.component.html b/Breeze.UI/src/app/setup/setup.component.html index e6b30de..6e42087 100644 --- a/Breeze.UI/src/app/setup/setup.component.html +++ b/Breeze.UI/src/app/setup/setup.component.html @@ -1,15 +1,18 @@
+ +

Back

Welcome

If you would like to create a new wallet, please click Create.
When you have used Breeze before, you can click Restore to recover your wallet.

- - +
diff --git a/Breeze.UI/src/app/wallet/dashboard/dashboard.component.html b/Breeze.UI/src/app/wallet/dashboard/dashboard.component.html index d5532fb..2da9be3 100644 --- a/Breeze.UI/src/app/wallet/dashboard/dashboard.component.html +++ b/Breeze.UI/src/app/wallet/dashboard/dashboard.component.html @@ -63,7 +63,7 @@
Latest Transactions
- Looks like you haven't made any transactions yet + Looks like you haven't made any transactions yet
diff --git a/Breeze.UI/src/app/wallet/history/history.component.html b/Breeze.UI/src/app/wallet/history/history.component.html index e14e7a9..5b925dd 100644 --- a/Breeze.UI/src/app/wallet/history/history.component.html +++ b/Breeze.UI/src/app/wallet/history/history.component.html @@ -37,7 +37,7 @@
Transactions
- Looks like you haven't made any transactions yet. + Looks like you haven't made any transactions yet.
diff --git a/Breeze.UI/src/index.html b/Breeze.UI/src/index.html index f9d2a5f..e311407 100644 --- a/Breeze.UI/src/index.html +++ b/Breeze.UI/src/index.html @@ -2,7 +2,7 @@ - Breeze + Breeze Wallet v0.1.0 alpha diff --git a/Breeze.UI/src/styles.css b/Breeze.UI/src/styles.css index 5954b3c..0b0c793 100644 --- a/Breeze.UI/src/styles.css +++ b/Breeze.UI/src/styles.css @@ -617,10 +617,10 @@ input.cmn-toggle-round-flat:checked + label:after { color: #366a96; } .login .container form { margin-bottom: 4em; } - .login .container .textback a { - color: #C0BECC; + .login .container .textback .text-back { + color: #C0BECC !important; text-decoration: underline; } - .login .container .textback a:hover { + .login .container .textback:hover { text-decoration: none; } .login .container .badge { margin: .5em auto; }