diff --git a/public/font/icomoon.eot b/public/font/icomoon.eot index 6b13799c9..ce39da8c1 100755 Binary files a/public/font/icomoon.eot and b/public/font/icomoon.eot differ diff --git a/public/font/icomoon.svg b/public/font/icomoon.svg index ecf19807f..02824fb8b 100755 --- a/public/font/icomoon.svg +++ b/public/font/icomoon.svg @@ -41,7 +41,7 @@ - + @@ -84,4 +84,5 @@ + \ No newline at end of file diff --git a/public/font/icomoon.ttf b/public/font/icomoon.ttf index 73eb399a5..b69dd44c3 100755 Binary files a/public/font/icomoon.ttf and b/public/font/icomoon.ttf differ diff --git a/public/font/icomoon.woff b/public/font/icomoon.woff index bafa16ab0..b7d1d46be 100755 Binary files a/public/font/icomoon.woff and b/public/font/icomoon.woff differ diff --git a/public/img/icon-wallet.svg b/public/img/icon-wallet.svg new file mode 100644 index 000000000..b8b642c96 --- /dev/null +++ b/public/img/icon-wallet.svg @@ -0,0 +1,21 @@ + + + + +Wallet-Copy +Created with Sketch. + + + + + + + + diff --git a/public/views/includes/menu-item.html b/public/views/includes/menu-item.html index 4c2fd39bd..c3abc8c45 100644 --- a/public/views/includes/menu-item.html +++ b/public/views/includes/menu-item.html @@ -3,7 +3,7 @@
{{ item.title|translate }} - + {{ index.pendingTxProposalsCountForUs }} 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 2709d5708..ea2b7c1fb 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/icons.css b/src/css/icons.css index 0d14f1b6f..0d50609db 100644 --- a/src/css/icons.css +++ b/src/css/icons.css @@ -24,6 +24,9 @@ -moz-osx-font-smoothing: grayscale; } +.icon-wallet:before { + content: "\e903"; +} .icon-activity:before { content: "\e900"; } @@ -179,7 +182,7 @@ .icon-trash:before { content: "\e626"; } -.icon-wallet:before { +.icon-wallet2:before { content: "\e622"; } .icon-history:before { 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 5954c7804..fb3f66b75 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -174,11 +174,11 @@ _:-ms-fullscreen, :root .main { .menu-activity { background-image: linear-gradient(-180deg, #F1F3F5 0%, #FFFFFF 30%); - box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.30); + box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.35); width: 100%; height: 8rem; position: absolute; - top: -15px; + top: -10px; margin-left: auto; margin-right: auto; left:0; @@ -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; diff --git a/src/js/controllers/index.js b/src/js/controllers/index.js index eac1ee140..f90539b99 100644 --- a/src/js/controllers/index.js +++ b/src/js/controllers/index.js @@ -24,7 +24,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r 'icon': 'icon-receive', 'link': 'receive' }, { - 'title': gettext('Home'), + 'title': gettext('Activity'), 'icon': 'icon-activity', 'link': 'walletHome' }, { diff --git a/src/js/controllers/preferencesColor.js b/src/js/controllers/preferencesColor.js index 6f9946416..82d659132 100644 --- a/src/js/controllers/preferencesColor.js +++ b/src/js/controllers/preferencesColor.js @@ -7,7 +7,7 @@ angular.module('copayApp.controllers').controller('preferencesColorController', '#DD4B39', '#F38F12', '#FAA77F', - '#FADA58', + '#D0B136', '#9EDD72', '#77DADA', '#4A90E2',