diff --git a/css/src/desktop.css b/css/src/desktop.css index 21db4ac7a..66f7dabfd 100644 --- a/css/src/desktop.css +++ b/css/src/desktop.css @@ -26,10 +26,6 @@ a:hover { color: #2980b9; } -.last-transactions-content:hover { - background: #eee; -} - a.button-setup.add-wallet:hover { opacity: 1; } @@ -51,11 +47,6 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus { background: #16A085; } -table tr:hover { - background-color: #eee; - cursor: pointer; -} - .button.outline.light-gray:hover { background: rgba(206,213,220,0.40); color: #4B6178; @@ -187,7 +178,4 @@ a.text-warning:hover {color: #FD7262;} color: #fff; } -.last-transactions-content.active:hover { - background-color: #E4E8EC; -} diff --git a/css/src/main.css b/css/src/main.css index cfcdf7c46..510a0e328 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -846,6 +846,7 @@ input[type=number]::-webkit-outer-spin-button { text-overflow: ellipsis; white-space: nowrap; padding-top: 3px; + line-height: 120%; } ul.pagination li.current a { diff --git a/css/src/mobile.css b/css/src/mobile.css index 3c23c0e33..e7b06e13a 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -393,11 +393,6 @@ transform: none !important; } - .button.secondary:hover, button.secondary:hover { - background: #008CC1; - color: #fff; - } - .move-right .close-menu { cursor: pointer; box-shadow: none; diff --git a/views/history.html b/views/history.html index a466d23e4..c8ee08f91 100644 --- a/views/history.html +++ b/views/history.html @@ -21,35 +21,38 @@
-
+
-
-
-
+
+
+ {{btx.comment || btx.labelTo}}   +
+
- - Unconfirmed + + Unconfirmed
-
-
+
- - - +-{{btx.amount}} - - {{$root.wallet.settings.unitName}} + + +-{{btx.amount}} + {{$root.wallet.settings.unitName}} {{btx.alternativeAmount}} {{$root.wallet.settings.alternativeIsoCode}}
-
diff --git a/views/modals/tx-details.html b/views/modals/tx-details.html index a57d40ffc..dcfd27133 100644 --- a/views/modals/tx-details.html +++ b/views/modals/tx-details.html @@ -16,7 +16,7 @@
-
@@ -29,53 +29,53 @@
-
- Date: - -
+ + + + + -
- Note: - {{btx.comment}} -
+ + + + -
- Merchant Message: -

{{btx.merchant.pr.pd.memo}}

-
+ + + + -
- Confirmations: - - Unconfirmed - - - {{btx.confirmations}} - -
- -
- Signatures: -
    -
  • - - - +
+ + + + + + + + +
Date:
Note:{{btx.comment}}
Merchant Message:{{btx.merchant.pr.pd.memo}}
Confirmations: + Unconfirmed - - + + {{btx.confirmations}} - {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} - - - - - ID: {{btx.txid}} - - +
Signatures: +
    +
  • + + + + + {{c.cId === $root.wallet.getMyCopayerId() ? 'Me' : $root.wallet.publicKeyRing.nicknameForCopayer(c.cId)}} +
  • +
+
+ + ID: {{btx.txid}} + + + See it on the blockchain +