fix button txp details
This commit is contained in:
parent
beb9d5ca0c
commit
089c99b999
2 changed files with 2 additions and 3 deletions
|
|
@ -108,7 +108,7 @@
|
|||
<div class="large-5 medium-5 small-6 columns">
|
||||
<button class="button outline dark-gray m0 expand" ng-click="hideTxInfo = true; reject(tx);"
|
||||
ng-disabled="loading">
|
||||
<i class="fi-x icon-sign x"></i>
|
||||
<i class="fi-x"></i>
|
||||
<span translate>Reject</span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
@ -116,7 +116,7 @@
|
|||
<button class="button primary m0 expand" ng-click="hideTxInfo = true; sign(tx)"
|
||||
ng-style="{'background-color':color}"
|
||||
ng-disabled="loading">
|
||||
<i class="fi-check icon-sign check"></i>
|
||||
<i class="fi-check"></i>
|
||||
<span translate>Sign</span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -597,7 +597,6 @@ button.outline:hover,
|
|||
button.outline:focus {
|
||||
border-radius: 3px;
|
||||
background: transparent;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.button.outline.dark-gray,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue