From 1037749f65440c2da9506f1b8d4c85ecf7e012f9 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Sat, 20 May 2017 15:52:40 +0300 Subject: [PATCH 01/15] missing cursor hand styles --- .../src/components/dashboard/coinTileItem.js | 2 +- react/src/components/dashboard/navbar.js | 1 + react/src/styles/index.scss | 76 +++++++++++++++++++ 3 files changed, 78 insertions(+), 1 deletion(-) diff --git a/react/src/components/dashboard/coinTileItem.js b/react/src/components/dashboard/coinTileItem.js index fd1d79d..f28ea9d 100644 --- a/react/src/components/dashboard/coinTileItem.js +++ b/react/src/components/dashboard/coinTileItem.js @@ -137,7 +137,7 @@ class CoinTileItem extends React.Component { const { item } = this.props; return ( -
+
-
- +
+ + +
this.toggleSyncOnlyMode(i) }>{ translate('ADD_COIN.SYNC_ONLY') }
+
-
); diff --git a/react/src/components/dashboard/sendCoin.js b/react/src/components/dashboard/sendCoin.js index 1e5911a..ce45f75 100644 --- a/react/src/components/dashboard/sendCoin.js +++ b/react/src/components/dashboard/sendCoin.js @@ -733,13 +733,13 @@ class SendCoin extends React.Component { return (
-
- -
- + + +
{ translate('SEND.SEND_VIA') } sendtoaddress API
+
); @@ -846,16 +846,16 @@ class SendCoin extends React.Component { { translate('INDEX.TOTAL') } ({ translate('INDEX.AMOUNT_SM') } - txfee): { Number(this.state.amount) - Number(this.state.fee) } { this.props.ActiveCoin.coin }
-
-
- -
- +
+ + +
{ translate('INDEX.DONT_SEND') }
+
- { this.renderUTXOCacheInfo()} + { this.renderUTXOCacheInfo()}