Fix: icon for bch on settings
This commit is contained in:
parent
49cdd79638
commit
0dcd08765b
2 changed files with 10 additions and 2 deletions
|
|
@ -160,6 +160,13 @@
|
|||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
& > .bch {
|
||||
background-color: #9b9bab;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
& > .bch-enabled {
|
||||
background-color: #ff9900 !important;
|
||||
}
|
||||
&.circle{
|
||||
left:8px;
|
||||
.bg {
|
||||
|
|
|
|||
|
|
@ -41,8 +41,9 @@
|
|||
|
||||
|
||||
<a class="item has-setting-value item-icon-left item-icon-right" ui-sref="tabs.preferencesCash">
|
||||
<i class="icon ion-ios-locked-outline" ng-if="cashSupport.value"></i>
|
||||
<i class="icon ion-ios-unlocked-outline" ng-if="!cashSupport.value"></i>
|
||||
<i class="icon big-icon-svg">
|
||||
<img src="img/icon-bch.svg" class="bg bch" ng-class="{'bch-enabled': cashSupport.value}"/>
|
||||
</i>
|
||||
<span class="setting-title">{{'Bitcoin Cash Support' | translate}}</span>
|
||||
<span class="setting-value">
|
||||
<span translate ng-if="cashSupport.value">Enabled</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue