Skip to content

Commit

Permalink
Reduced opacity of loading spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeboone02 committed Feb 17, 2012
1 parent 2a705da commit 2e39fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.core.css
Expand Up @@ -32,7 +32,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
.ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
.ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
.ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
.ui-loader-verbose .ui-icon { margin: 0 auto 10px; }
.ui-loader-verbose .ui-icon { margin: 0 auto 10px; opacity: .75; }
.ui-loader-textonly { padding: 15px; margin-left: -115px; }
.ui-loader-textonly .ui-icon { display: none; }
.ui-loader-fakefix { position: absolute; }
Expand Down

0 comments on commit 2e39fdd

Please sign in to comment.