mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
Much faster pull to refresh
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<html ng-app="navTest">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Nav Bars</title>
|
||||
<title>Content</title>
|
||||
|
||||
<!-- Sets initial viewport load and disables zooming -->
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
@ -37,13 +37,13 @@
|
||||
}
|
||||
|
||||
.scroll-refresher {
|
||||
background-color: #222;
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
#refresh-content {
|
||||
color: #fff;
|
||||
color: #999;
|
||||
padding: 60px 0px;
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
font-size: 20px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user