diff --git a/css/src/main.css b/css/src/main.css index fef8902b9..8ff46be21 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -4,6 +4,11 @@ * */ + +.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p { + color: #2C3E50; +} + body, div, .row { -webkit-overflow-scrolling: touch; }; @@ -987,7 +992,7 @@ input[type=date], input[type=datetime-local], input[type=datetime], input[type=e background: #F2F5F8; -moz-box-shadow: none; box-shadow: none; - border: none; + border: 1px solid #CED5DC; padding-left: 0.5rem; font-size: 13px; } diff --git a/css/src/mobile.css b/css/src/mobile.css index bf5df6359..169b885a6 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -103,7 +103,7 @@ position: fixed; width: 100%; z-index: 5; - background: #3C4E60; + background: #2C3E50; } .bottom-bar { diff --git a/views/send.html b/views/send.html index d42af2f2e..6c88cb794 100644 --- a/views/send.html +++ b/views/send.html @@ -1,4 +1,16 @@
+
+
+
+ +
+
+

Available Balance: {{$root.wallet.balanceInfo.availableBalance}} {{$root.wallet.settings.unitName}}

+ {{$root.wallet.balanceInfo.lockedBalance}} {{$root.wallet.settings.unitName}} in pending transactions +
+
+
+

{{$root.title}}

@@ -37,9 +49,8 @@
-
+
-
@@ -162,9 +173,8 @@ Cancel
-
-
+