diff --git a/basicswap/templates/style.html b/basicswap/templates/style.html index 6532c59..c03d453 100644 --- a/basicswap/templates/style.html +++ b/basicswap/templates/style.html @@ -462,6 +462,11 @@ ' %} +{% set blue_cross_close_svg = ' + + + +' %} {% set white_automation_svg = ' @@ -565,6 +570,11 @@ ' %} +{% set circular_update_messages_svg = ' + +' %} {% set input_down_arrow_offer_svg = ' diff --git a/basicswap/templates/wallet.html b/basicswap/templates/wallet.html index 11718a2..059b327 100644 --- a/basicswap/templates/wallet.html +++ b/basicswap/templates/wallet.html @@ -1,5 +1,5 @@ {% include 'header.html' %} -{% from 'style.html' import select_box_arrow_svg, select_box_class, circular_arrows_svg, circular_error_svg, circular_info_svg, cross_close_svg, breadcrumb_line_svg, withdraw_svg, utxo_groups_svg, create_utxo_svg, red_cross_close_svg %} +{% from 'style.html' import select_box_arrow_svg, select_box_class, circular_arrows_svg, circular_error_svg, circular_info_svg, cross_close_svg, breadcrumb_line_svg, withdraw_svg, utxo_groups_svg, create_utxo_svg, red_cross_close_svg, blue_cross_close_svg, circular_update_messages_svg, circular_error_messages_svg %}
@@ -28,49 +28,59 @@
{% include 'inc_messages.html' %} - {% if w.updating %} - {% endif %} {% if w.havedata %} {% if w.error %} - {% else %}