Basic pull to refresh shell

This commit is contained in:
Max Lynch
2013-10-16 11:22:01 -05:00
parent 6e8fcb0daf
commit 3ae53811a6
7 changed files with 185 additions and 8 deletions

View File

@ -171,6 +171,9 @@
/**
* A list divider.
*/
/**
* List refreser elements
*/
/* the overall container of the toggle */
/* hide the actual checkbox */
/* the background of the toggle's track area */
@ -1856,6 +1859,10 @@
.ionic .list-item-text {
margin-bottom: 0;
line-height: 1.3; }
.ionic .list-refresher {
background-color: red;
height: 0;
overflow: hidden; }
.ionic form {
margin: 0 0 1.42857; }
.ionic legend {

8
dist/css/ionic.css vendored
View File

@ -2291,6 +2291,14 @@ a.list-item {
margin-bottom: 0;
line-height: 1.3; }
/**
* List refreser elements
*/
.list-refresher {
background-color: red;
height: 0;
overflow: hidden; }
form {
margin: 0 0 1.42857; }