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) {
|
||||
screenInactive = true;
|
||||
lodash.each(listeners, function(x) {
|
||||
|
|
|
|||
|
|
@ -92,13 +92,18 @@
|
|||
#walletDetails {
|
||||
background: #F8F8F9;
|
||||
|
||||
.ionic-refresher-content {
|
||||
color: white !important;
|
||||
.scroll-refresher {
|
||||
z-index: 1;
|
||||
margin-top: 3.5rem;
|
||||
}
|
||||
|
||||
.spinner svg {
|
||||
stroke: white;
|
||||
fill: white;
|
||||
.ionic-refresher-content {
|
||||
color: white !important;
|
||||
|
||||
.spinner svg {
|
||||
stroke: white;
|
||||
fill: white;
|
||||
}
|
||||
}
|
||||
|
||||
.bp-content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue