diff --git a/public/views/includes/sidebar.html b/public/views/includes/sidebar.html index ae187e935..282e14a8f 100644 --- a/public/views/includes/sidebar.html +++ b/public/views/includes/sidebar.html @@ -11,15 +11,17 @@ class="nav-item">
{{(item.name || item.id) | limitTo: 1}}
+ ng-style="{'background-color':item.color}"> + +
{{item.name || item.id}}
{{item.m}}-of-{{item.n}}
  • - - + +
    Add wallet
    @@ -28,8 +30,8 @@
  • - - + +
    Buy & Sell Bitcoin
    @@ -38,8 +40,8 @@
  • - - + +
    Settings
    diff --git a/public/views/modals/destination-address.html b/public/views/modals/destination-address.html index 3564ef868..ba9d92957 100644 --- a/public/views/modals/destination-address.html +++ b/public/views/modals/destination-address.html @@ -62,7 +62,9 @@
  • {{(w.name || w.id) | limitTo: 1}}
    + ng-style="{'background-color':w.color}"> + +
    {{w.name || w.id}}
    {{w.m}} of {{w.n}} [Testnet] diff --git a/public/views/modals/glidera-wallets.html b/public/views/modals/glidera-wallets.html index 5ed61dfc6..52b4d55e3 100644 --- a/public/views/modals/glidera-wallets.html +++ b/public/views/modals/glidera-wallets.html @@ -28,7 +28,9 @@
  • {{(w.name || w.id) | limitTo: 1}}
    + ng-style="{'background-color':w.color}"> + +
    {{w.name || w.id}}
    {{w.m}} of {{w.n}} [Testnet] diff --git a/public/views/paymentUri.html b/public/views/paymentUri.html index 8edb2dc97..e0d0d337d 100644 --- a/public/views/paymentUri.html +++ b/public/views/paymentUri.html @@ -32,7 +32,9 @@
  • {{(w.name || w.id) | limitTo: 1}}
    + ng-style="{'background-color':w.color}"> + +
    {{w.name || w.id}}
    {{w.m}} of {{w.n}} [Testnet] diff --git a/public/views/walletHome.html b/public/views/walletHome.html index d66fe78e2..bb76a19dc 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -109,7 +109,8 @@
    {{ (index.alias || index.walletName) | limitTo: 1}} + ng-style="{'background-color':index.backgroundColor}"> +
    diff --git a/src/css/main.css b/src/css/main.css index f4a4cd503..7a60c3093 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -991,6 +991,16 @@ a.button.postfix { padding: 0; } +.icon-wallet { + vertical-align: top; + display: block; + margin-top: 7px; +} + +.walletHome .icon-wallet { + display: inline; +} + .icon-input { font-size: 9px; color: #fff; @@ -1043,6 +1053,10 @@ input.ng-invalid-match, input.ng-invalid-match:focus { .text-spacing {letter-spacing:2px;} .text-capitalize {text-transform: capitalize;} +.payment-uri .panel { + line-height: 1.4; +} + .panel { background: #FFFFFF; border-radius: 3px; diff --git a/src/css/mobile.css b/src/css/mobile.css index f35cf2e38..fb3f66b75 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -360,7 +360,6 @@ a.missing-copayers { width: 35px; height: 35px; border-radius: 3px; - padding: 2px; } .sidebar header { @@ -406,11 +405,6 @@ a.missing-copayers { margin-right: 10px; } -.sidebar ul.off-canvas-list li a i { - vertical-align: middle; - opacity: 0.6; -} - .sidebar .left-off-canvas-menu { background: #E4E8EC; line-height: 24px;