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 @@