Merge pull request #5043 from msalcala11/improveWalletDetails
Fix android pull to refresh icon
This commit is contained in:
commit
f2232f7f21
2 changed files with 9 additions and 8 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -92,13 +92,18 @@
|
||||||
#walletDetails {
|
#walletDetails {
|
||||||
background: #F8F8F9;
|
background: #F8F8F9;
|
||||||
|
|
||||||
.ionic-refresher-content {
|
.scroll-refresher {
|
||||||
color: white !important;
|
z-index: 1;
|
||||||
|
margin-top: 3.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.spinner svg {
|
.ionic-refresher-content {
|
||||||
stroke: white;
|
color: white !important;
|
||||||
fill: white;
|
|
||||||
|
.spinner svg {
|
||||||
|
stroke: white;
|
||||||
|
fill: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bp-content {
|
.bp-content {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue