From bbd4cd5e043257e25c180587b9c3531c0cf3b3c0 Mon Sep 17 00:00:00 2001 From: Nazar <45450850+NazarUsov@users.noreply.github.com> Date: Thu, 3 Dec 2020 17:45:11 +0200 Subject: [PATCH] add disabled btn setting_wallet (#257) --- src/gui/qt-daemon/html/assets/scss/layout/_wallet.scss | 8 ++++++++ .../html_source/src/app/wallet/wallet.component.html | 2 +- .../html_source/src/assets/scss/layout/_wallet.scss | 8 ++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/gui/qt-daemon/html/assets/scss/layout/_wallet.scss b/src/gui/qt-daemon/html/assets/scss/layout/_wallet.scss index 811ff748..201c02c4 100644 --- a/src/gui/qt-daemon/html/assets/scss/layout/_wallet.scss +++ b/src/gui/qt-daemon/html/assets/scss/layout/_wallet.scss @@ -18,6 +18,14 @@ app-wallet { background-color: themed(blueTextColor); } } + &:disabled { + background-color: transparent !important; + .icon { + @include themify($themes) { + background-color: themed(accountOptionalTextColor); + } + } + } } .alias { diff --git a/src/gui/qt-daemon/html_source/src/app/wallet/wallet.component.html b/src/gui/qt-daemon/html_source/src/app/wallet/wallet.component.html index 65337a38..bdb9bc25 100644 --- a/src/gui/qt-daemon/html_source/src/app/wallet/wallet.component.html +++ b/src/gui/qt-daemon/html_source/src/app/wallet/wallet.component.html @@ -16,7 +16,7 @@