mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 16:21:55 +08:00
docs(demos): use cordova platform class to style statusbar
This commit is contained in:
@ -203,15 +203,6 @@ body.md {
|
|||||||
border-top: 24px solid black;
|
border-top: 24px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.ios{
|
|
||||||
border-top: 10px solid #F8F8F8;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.ios backdrop {
|
|
||||||
top: -10px;
|
|
||||||
height: 105%;
|
|
||||||
}
|
|
||||||
|
|
||||||
body.md backdrop {
|
body.md backdrop {
|
||||||
top: -24px;
|
top: -24px;
|
||||||
height: 107%;
|
height: 107%;
|
||||||
@ -228,7 +219,7 @@ body.md img#md-only {
|
|||||||
body.ios img#ios-only {
|
body.ios img#ios-only {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -6px;
|
top: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="app.css">
|
<link rel="stylesheet" type="text/css" href="app.css">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body class="platform-cordova">
|
||||||
|
|
||||||
<ion-app>
|
<ion-app>
|
||||||
<ion-loading-icon></ion-loading-icon>
|
<ion-loading-icon></ion-loading-icon>
|
||||||
|
Reference in New Issue
Block a user