From 6978e387528defaaf7be03ec65c35a683e66af39 Mon Sep 17 00:00:00 2001 From: Craig O'Connor Date: Thu, 18 May 2017 06:33:01 -0400 Subject: [PATCH] style-fix (#5649) --- js/src/shell/Connection/connection.css | 14 ++++++++++++++ js/src/shell/Connection/connection.js | 13 ++++--------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/js/src/shell/Connection/connection.css b/js/src/shell/Connection/connection.css index 60a94735b..cfd6c4dae 100644 --- a/js/src/shell/Connection/connection.css +++ b/js/src/shell/Connection/connection.css @@ -72,6 +72,7 @@ .iconSmall { display: inline-block; padding: 1em; + padding-bottom: 1em; vertical-align: middle; } @@ -84,6 +85,7 @@ .iconSmall i { font-size: 3em; + margin-bottom: 1em; } .console { @@ -111,3 +113,15 @@ animation-duration: 1.5s; animation-iteration-count: infinite; } + +.inputLabel { + color: rgb(208, 208, 208); +} + +.formInput input { + background: rgba(0, 0, 0, 0.25) !important; +} + +.formInput input:focus { + background: rgba(0, 0, 0, 0.25) !important; +} diff --git a/js/src/shell/Connection/connection.js b/js/src/shell/Connection/connection.js index 87974bae3..f781911a4 100644 --- a/js/src/shell/Connection/connection.js +++ b/js/src/shell/Connection/connection.js @@ -88,14 +88,15 @@ class Connection extends Component {
parity signer new-token + newToken:
parity signer new-token
} } />
- } - label={ - } onChange={ this.onChangeToken }