diff --git a/basicswap/static/css/style.css b/basicswap/static/css/style.css index c008660..4650ad0 100644 --- a/basicswap/static/css/style.css +++ b/basicswap/static/css/style.css @@ -106,9 +106,25 @@ } } - - /* Add this to your existing CSS file */ .error { border: 1px solid red !important; } + +.active-container { + position: relative; + border-radius: 5px; +} + +.active-container::before { + content: ""; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + border: 1px solid rgb(77, 132, 240); + border-radius: inherit; + pointer-events: none; +} + diff --git a/basicswap/templates/footer.html b/basicswap/templates/footer.html index bc29b04..4c9a491 100644 --- a/basicswap/templates/footer.html +++ b/basicswap/templates/footer.html @@ -23,7 +23,7 @@
© 2023~
{{ title }}
-GUI 2.0.1
+GUI 2.0.2
Made with