We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cceec03 commit fde9deeCopy full SHA for fde9dee
scss/swipebox.scss
@@ -45,7 +45,6 @@ html.swipebox-html.swipebox-touch {
45
display: none;
46
47
.slide {
48
- background: url(../img/loader.gif) no-repeat center center;
49
height: 100%;
50
width: 100%;
51
line-height: 1px;
@@ -96,6 +95,10 @@ html.swipebox-html.swipebox-touch {
96
95
}
97
98
+
99
+ .slide-loading {
100
+ background: url(../img/loader.gif) no-repeat center center;
101
+ }
102
103
104
@@ -240,4 +243,4 @@ html.swipebox-html.swipebox-touch {
240
243
font-size: 15px;
241
244
line-height: 43px;
242
245
font-family: Helvetica, Arial, sans-serif;
-}
246
+}
0 commit comments