From 58c9006a014e3b7a0d17b660b8b00823ef2bab67 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Wed, 12 Oct 2022 19:57:55 +0200 Subject: [PATCH 1/2] ui: Fix disabled / opacity on inputs (offer_confirm) --- basicswap/templates/offer_confirm.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/basicswap/templates/offer_confirm.html b/basicswap/templates/offer_confirm.html index f5c5a21..e16aeab 100644 --- a/basicswap/templates/offer_confirm.html +++ b/basicswap/templates/offer_confirm.html @@ -144,7 +144,7 @@ - Public Network {% for a in addrs_to %} {{ a[0] }} {{ a[1] }} @@ -178,7 +178,7 @@ - {% for a in addrs %} {{ a[0] }} {{ a[1] }} {% endfor %} @@ -217,7 +217,7 @@ - {% for c in coins_from %} {{ c[1] }} @@ -299,7 +299,7 @@ - @@ -345,7 +345,7 @@ - {% for c in coins %} {{ c[1] }} @@ -427,7 +427,7 @@ - @@ -475,7 +475,7 @@ - @@ -651,7 +651,7 @@ - {% for a in automation_strategies %} @@ -674,11 +674,11 @@
- +
- +
From 9d8fe87fc3374284fa2d9d0c75f4181ad7f0a7b4 Mon Sep 17 00:00:00 2001 From: gerlofvanek Date: Wed, 12 Oct 2022 20:14:19 +0200 Subject: [PATCH 2/2] ui: Better visibility of create an offer --- basicswap/templates/header.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/basicswap/templates/header.html b/basicswap/templates/header.html index 71b7af9..adf1e62 100644 --- a/basicswap/templates/header.html +++ b/basicswap/templates/header.html @@ -18,11 +18,11 @@