Skip to content

Commit fde9dee

Browse files
committed
adjusted swipebox.scss according commit "Hide loading animation after media has been loaded(...)" f95c6d0
1 parent cceec03 commit fde9dee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

scss/swipebox.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ html.swipebox-html.swipebox-touch {
4545
display: none;
4646

4747
.slide {
48-
background: url(../img/loader.gif) no-repeat center center;
4948
height: 100%;
5049
width: 100%;
5150
line-height: 1px;
@@ -96,6 +95,10 @@ html.swipebox-html.swipebox-touch {
9695
}
9796
}
9897
}
98+
99+
.slide-loading {
100+
background: url(../img/loader.gif) no-repeat center center;
101+
}
99102

100103
}
101104

@@ -240,4 +243,4 @@ html.swipebox-html.swipebox-touch {
240243
font-size: 15px;
241244
line-height: 43px;
242245
font-family: Helvetica, Arial, sans-serif;
243-
}
246+
}

0 commit comments

Comments
 (0)