|
2 | 2 | * Copyright 2014 Drifty Co.
|
3 | 3 | * http://drifty.com/
|
4 | 4 | *
|
5 |
| - * Ionic, v1.0.0-rc.0 |
| 5 | + * Ionic, v1.0.0-rc.1 |
6 | 6 | * A powerful HTML5 mobile app framework.
|
7 | 7 | * http://ionicframework.com/
|
8 | 8 | *
|
@@ -2584,6 +2584,7 @@ body.grade-b, body.grade-c {
|
2584 | 2584 | overflow: hidden;
|
2585 | 2585 | margin-top: -1px;
|
2586 | 2586 | padding-top: 1px;
|
| 2587 | + margin-bottom: -1px; |
2587 | 2588 | width: auto;
|
2588 | 2589 | height: auto; }
|
2589 | 2590 |
|
@@ -2900,7 +2901,11 @@ a.subdued {
|
2900 | 2901 | transition: all cubic-bezier(0.36, 0.66, 0.04, 1) 500ms;
|
2901 | 2902 | position: absolute;
|
2902 | 2903 | bottom: 0;
|
2903 |
| - width: 100%; } |
| 2904 | + left: 0; |
| 2905 | + right: 0; |
| 2906 | + width: 100%; |
| 2907 | + max-width: 500px; |
| 2908 | + margin: auto; } |
2904 | 2909 |
|
2905 | 2910 | .action-sheet-up {
|
2906 | 2911 | -webkit-transform: translate3d(0, 0, 0);
|
@@ -3221,11 +3226,13 @@ a.subdued {
|
3221 | 3226 | right: 5px;
|
3222 | 3227 | bottom: 5px; }
|
3223 | 3228 |
|
| 3229 | +.platform-android .nav-bar-has-subheader .bar { |
| 3230 | + background-image: none; } |
3224 | 3231 | .platform-android .bar .back-button .icon:before {
|
3225 | 3232 | font-size: 24px; }
|
3226 | 3233 | .platform-android .bar .title {
|
3227 | 3234 | font-size: 19px;
|
3228 |
| - line-height: 43px; } |
| 3235 | + line-height: 44px; } |
3229 | 3236 |
|
3230 | 3237 | .bar-light .button {
|
3231 | 3238 | border-color: #ddd;
|
@@ -4271,14 +4278,17 @@ ion-tabs.tabs-color-active-dark .tab-item {
|
4271 | 4278 | * --------------------------------------------------
|
4272 | 4279 | * Modals are independent windows that slide in from off-screen.
|
4273 | 4280 | */
|
4274 |
| -.modal-backdrop { |
| 4281 | +.modal-backdrop, .modal-backdrop-bg { |
4275 | 4282 | position: fixed;
|
4276 | 4283 | top: 0;
|
4277 | 4284 | left: 0;
|
4278 | 4285 | z-index: 10;
|
4279 | 4286 | width: 100%;
|
4280 | 4287 | height: 100%; }
|
4281 | 4288 |
|
| 4289 | +.modal-backdrop-bg { |
| 4290 | + pointer-events: none; } |
| 4291 | + |
4282 | 4292 | .modal {
|
4283 | 4293 | display: block;
|
4284 | 4294 | position: absolute;
|
@@ -4314,12 +4324,13 @@ ion-tabs.tabs-color-active-dark .tab-item {
|
4314 | 4324 | top: 93px; }
|
4315 | 4325 | .platform-ios.platform-cordova .modal-wrapper .modal .has-header.has-subheader.has-tabs-top {
|
4316 | 4326 | top: 137px; }
|
4317 |
| - .modal-backdrop { |
4318 |
| - -webkit-transition: background-color 300ms ease-in-out; |
4319 |
| - transition: background-color 300ms ease-in-out; |
4320 |
| - background-color: rgba(0, 0, 0, 0); } |
4321 |
| - .modal-backdrop.active { |
4322 |
| - background-color: rgba(0, 0, 0, 0.5); } } |
| 4327 | + .modal-backdrop-bg { |
| 4328 | + -webkit-transition: opacity 300ms ease-in-out; |
| 4329 | + transition: opacity 300ms ease-in-out; |
| 4330 | + background-color: #000; |
| 4331 | + opacity: 0; } |
| 4332 | + .active .modal-backdrop-bg { |
| 4333 | + opacity: 0.5; } } |
4323 | 4334 |
|
4324 | 4335 | .modal-open {
|
4325 | 4336 | pointer-events: none; }
|
@@ -7410,7 +7421,8 @@ a.button {
|
7410 | 7421 | z-index: 1; }
|
7411 | 7422 |
|
7412 | 7423 | .collection-repeat-container {
|
7413 |
| - position: relative; } |
| 7424 | + position: relative; |
| 7425 | + z-index: 1; } |
7414 | 7426 |
|
7415 | 7427 | .collection-repeat-after-container {
|
7416 | 7428 | z-index: 0;
|
|
0 commit comments