forked from lthn/blockchain
Merge branch 'ui_develop' into develop
This commit is contained in:
commit
dc8d8f22b7
3 changed files with 17 additions and 1 deletions
|
|
@ -18,6 +18,14 @@ app-wallet {
|
|||
background-color: themed(blueTextColor);
|
||||
}
|
||||
}
|
||||
&:disabled {
|
||||
background-color: transparent !important;
|
||||
.icon {
|
||||
@include themify($themes) {
|
||||
background-color: themed(accountOptionalTextColor);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.alias {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<button [routerLink]="['/details']" routerLinkActive="active" tooltip="{{ 'WALLET.TOOLTIPS.SETTINGS' | translate }}" placement="left" tooltipClass="table-tooltip account-tooltip" [delay]="500" [timeDelay]="500">
|
||||
<button [routerLink]="['/details']" routerLinkActive="active" tooltip="{{ 'WALLET.TOOLTIPS.SETTINGS' | translate }}" placement="left" tooltipClass="table-tooltip account-tooltip" [delay]="500" [timeDelay]="500" [disabled]="variablesService.daemon_state !== 2">
|
||||
<i class="icon details"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -18,6 +18,14 @@ app-wallet {
|
|||
background-color: themed(blueTextColor);
|
||||
}
|
||||
}
|
||||
&:disabled {
|
||||
background-color: transparent !important;
|
||||
.icon {
|
||||
@include themify($themes) {
|
||||
background-color: themed(accountOptionalTextColor);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.alias {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue