Merge pull request #5043 from msalcala11/improveWalletDetails

Fix android pull to refresh icon
This commit is contained in:
Javier Donadío 2016-11-15 16:48:19 -03:00 committed by GitHub
commit f2232f7f21
2 changed files with 9 additions and 8 deletions

View file

@ -323,10 +323,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
]; ];
}); });
// $scope.$on("$ionicView.beforeLeave", function(event, data) {
// $interval.cancel(scrollInterval);
// });
$scope.$on("$ionicView.leave", function(event, data) { $scope.$on("$ionicView.leave", function(event, data) {
screenInactive = true; screenInactive = true;
lodash.each(listeners, function(x) { lodash.each(listeners, function(x) {

View file

@ -92,14 +92,19 @@
#walletDetails { #walletDetails {
background: #F8F8F9; background: #F8F8F9;
.scroll-refresher {
z-index: 1;
margin-top: 3.5rem;
}
.ionic-refresher-content { .ionic-refresher-content {
color: white !important; color: white !important;
}
.spinner svg { .spinner svg {
stroke: white; stroke: white;
fill: white; fill: white;
} }
}
.bp-content { .bp-content {
position: relative; position: relative;