mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
More loader tweaks
This commit is contained in:
parent
7c160b77af
commit
609397dda4
2 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
|
|||
.ui-loading .ui-loader { display: block; }
|
||||
.ui-loader { background: #000; opacity: .16; display: none; z-index: 9999999; position: fixed; width: 32px; height: 32px; top: 50%; box-shadow: 0 1px 1px -1px #fff; margin-left: -18px; margin-top: -18px; left: 50%; padding: 7px; border:0; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
|
||||
.ui-loader h1 { font-size: 0px; width: 0; height: 0; overflow: hidden; }
|
||||
.ui-loader .ui-icon { display: block; margin: 0; width: 32px; height: 32px; background-color: transparent; }
|
||||
.ui-loader .ui-icon { display: block; margin: 0; width: 32px; height: 32px; background-color: #000; }
|
||||
|
||||
/*fouc*/
|
||||
.ui-mobile-rendering > * { visibility: hidden; }
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
Loading…
Reference in a new issue