[small fix] Change loading from text to img (#46)
* scrolling by button to show album(playlist) * fixed minor format issue and remove uneccecary library * update from original repo * change loading from text to image
This commit is contained in:
parent
5bc0ded116
commit
3ecef3c524
@ -173,17 +173,11 @@ a {
|
||||
|
||||
.playlist-covers .loading_bottom {
|
||||
clear:both;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
.playlist-covers .loading_bottom button {
|
||||
width:95%;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.playlist-covers .loading_bottom .loading {
|
||||
width:95%;
|
||||
text-align:center;
|
||||
color: #fff;
|
||||
.playlist-covers .loading_bottom img {
|
||||
height:35px;
|
||||
}
|
||||
|
||||
.u-cover .mask {
|
||||
|
@ -186,7 +186,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<div class="loading_bottom">
|
||||
<div class="loading" ng-show="loading">加载中...</div>
|
||||
<img class="searchspinner" id="spinner" src="images/loading.gif" ng-show="loading">
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user