summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/index.css')
-rw-r--r--StoneIsland/platforms/ios/www/css/index.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/StoneIsland/platforms/ios/www/css/index.css b/StoneIsland/platforms/ios/www/css/index.css
index 3c2a4d10..db803fa9 100644
--- a/StoneIsland/platforms/ios/www/css/index.css
+++ b/StoneIsland/platforms/ios/www/css/index.css
@@ -12,7 +12,7 @@ body {
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
- background: white;
+ background: #eeeeee;
font-family: pfd, sans-serif;
font-size: 12px;
}
@@ -27,7 +27,7 @@ body {
margin-top: -40px;
margin-left: -40px;
display: none;
-}
+}
.loader:before {
content: '';
border-radius: 50%;
@@ -35,10 +35,13 @@ body {
border-right: 3px solid transparent;
animation: loading .5s linear infinite;
-webkit-animation: loading .5s linear infinite;
+ width: 80px;
+ height: 80px;
+ display: block;
}
@keyframes loading {
to {transform: rotate(360deg)}
}
@-webkit-keyframes loading {
to {-webkit-transform: rotate(360deg)}
-} \ No newline at end of file
+}