change icon in some places
This commit is contained in:
parent
fd07057ff6
commit
59e164de02
10 changed files with 59 additions and 32 deletions
|
|
@ -24,6 +24,26 @@
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-minus-circle:before {
|
||||
content: "\e62c";
|
||||
}
|
||||
|
||||
.icon-plus-circle:before {
|
||||
content: "\e62d";
|
||||
}
|
||||
|
||||
.icon-close-circle:before {
|
||||
content: "\e62e";
|
||||
}
|
||||
|
||||
.icon-checkmark-circle:before {
|
||||
content: "\e62b";
|
||||
}
|
||||
|
||||
.icon-scan:before {
|
||||
content: "\e62a";
|
||||
}
|
||||
|
||||
.icon-circle:before {
|
||||
content: "\e629";
|
||||
}
|
||||
|
|
@ -132,6 +152,10 @@
|
|||
content: "\e628";
|
||||
}
|
||||
|
||||
.icon-receive2:before {
|
||||
content: "\e62f";
|
||||
}
|
||||
|
||||
.icon-arrow-left:before {
|
||||
content: "\e600";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -550,7 +550,7 @@ label {
|
|||
font-weight: 700;
|
||||
font-size: 11px;
|
||||
color: #34495E;
|
||||
margin-bottom: 2px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
button.radius, .button.radius {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
'link': 'walletHome'
|
||||
}, {
|
||||
'title': gettext('Receive'),
|
||||
'icon': 'icon-receive',
|
||||
'icon': 'icon-receive2',
|
||||
'link': 'receive'
|
||||
}, {
|
||||
'title': gettext('Send'),
|
||||
|
|
@ -82,7 +82,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.noFocusedWallet = false;
|
||||
self.onGoingProcess = {};
|
||||
|
||||
// Credentials Shortcuts
|
||||
// Credentials Shortcuts
|
||||
self.m = fc.credentials.m;
|
||||
self.n = fc.credentials.n;
|
||||
self.network = fc.credentials.network;
|
||||
|
|
@ -567,7 +567,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
}, 4000, {leading: false, trailing: true});
|
||||
|
||||
|
||||
// No need ot listing to Local/Resume since
|
||||
// No need ot listing to Local/Resume since
|
||||
// reconnection and Local/Online will be triggered
|
||||
lodash.each(['Local/Online', 'Local/Resume'], function(eventName) {
|
||||
$rootScope.$on(eventName, function(event) {
|
||||
|
|
@ -720,7 +720,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
lodash.each(['NewCopayer', 'CopayerUpdated'], function(eventName) {
|
||||
$rootScope.$on(eventName, function() {
|
||||
// Re try to open wallet (will triggers)
|
||||
// Re try to open wallet (will triggers)
|
||||
self.setFocusedWallet();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue