diff --git a/demo/dom-list.html b/demo/dom-list.html index efcc1e7..20b0cbf 100644 --- a/demo/dom-list.html +++ b/demo/dom-list.html @@ -54,7 +54,7 @@ text-indent: 10px; } - .refresh{ + .refresh, .loading{ background: #7b91aa; color: white; font-weight: bold; @@ -71,20 +71,25 @@ transition: background-color 300ms; } - .refresh.active{ + .refresh.active, .loading.active{ background: #006eb3; } - .refresh.running{ + .refresh.running, .loading.running{ background: #00b373; } - + .loading { + margin-top: 0; + }
-
Pull to Refresh
+
+
Pull to Refresh
+
Pull to Loading
+