diff --git a/css/src/main.css b/css/src/main.css index cbfa2f220..71ccd1ed8 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -90,10 +90,27 @@ header .alt-currency { } .alt-currency { - background: #2C3E50; padding: 0.05rem 0.2rem; border-radius: 2px; font-size: 10px; + color: #fff; + font-weight: 700; +} + +.alt-currency.green { + background: #1ABC9C; +} + +.alt-currency.red { + background: #A02F23; +} + +.alt-currency.black { + background: #213140; +} + +.alt-currency.gray { + background: #7A8C9E; } .head { diff --git a/views/history.html b/views/history.html index 178dce042..038294efc 100644 --- a/views/history.html +++ b/views/history.html @@ -40,13 +40,18 @@ -
+
{{btx.amount}} {{$root.wallet.settings.unitName}} - {{btx.alternativeAmount}} {{$root.wallet.settings.alternativeIsoCode}} + + {{btx.alternativeAmount| noFractionNumber}} {{$root.wallet.settings.alternativeIsoCode}} +
@@ -67,7 +72,7 @@ {{btx.labelTo || btx.addressTo}}
-
+
{{btx.comment}}
diff --git a/views/includes/transaction.html b/views/includes/transaction.html index 8eca6d50c..190af0997 100644 --- a/views/includes/transaction.html +++ b/views/includes/transaction.html @@ -9,8 +9,8 @@
- {{out.value}} {{$root.wallet.settings.unitName}} - + {{out.value}} {{$root.wallet.settings.unitName}} + {{out.alternativeAmount}} {{out.alternativeIsoCode}}