|
2 | 2 | * Copyright 2014 Drifty Co.
|
3 | 3 | * http://drifty.com/
|
4 | 4 | *
|
5 |
| - * Ionic, v1.0.0 |
| 5 | + * Ionic, v1.0.1 |
6 | 6 | * A powerful HTML5 mobile app framework.
|
7 | 7 | * http://ionicframework.com/
|
8 | 8 | *
|
@@ -2692,12 +2692,8 @@ ion-infinite-scroll {
|
2692 | 2692 | color: #666666;
|
2693 | 2693 | font-size: 30px;
|
2694 | 2694 | color: #666666; }
|
2695 |
| - ion-infinite-scroll .icon:before, ion-infinite-scroll .spinner { |
2696 |
| - -webkit-transform: translate3d(0, 0, 0); |
2697 |
| - transform: translate3d(0, 0, 0); } |
2698 | 2695 | ion-infinite-scroll:not(.active) .spinner, ion-infinite-scroll:not(.active) .icon:before {
|
2699 |
| - -webkit-transform: translate3d(-1000px, 0, 0); |
2700 |
| - transform: translate3d(-1000px, 0, 0); } |
| 2696 | + display: none; } |
2701 | 2697 |
|
2702 | 2698 | .overflow-scroll {
|
2703 | 2699 | overflow-x: hidden;
|
@@ -3040,6 +3036,8 @@ a.subdued {
|
3040 | 3036 | right: 0;
|
3041 | 3037 | left: 0;
|
3042 | 3038 | z-index: 9;
|
| 3039 | + -webkit-box-sizing: border-box; |
| 3040 | + -moz-box-sizing: border-box; |
3043 | 3041 | box-sizing: border-box;
|
3044 | 3042 | padding: 5px;
|
3045 | 3043 | width: 100%;
|
@@ -4105,6 +4103,13 @@ ion-tabs.tabs-color-active-dark .tab-item {
|
4105 | 4103 | -ms-transition: color 0.2s ease;
|
4106 | 4104 | -o-transition: color 0.2s ease;
|
4107 | 4105 | transition: color 0.2s ease; }
|
| 4106 | + .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.tab-item-active i, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.active i, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated .tab-title, .tabs-top.tabs-striped:not(.tabs-icon-left):not(.tabs-icon-top) .tab-item.activated i { |
| 4107 | + display: block; |
| 4108 | + margin-top: -1px; } |
| 4109 | + .tabs-top.tabs-striped.tabs-icon-left .tab-item { |
| 4110 | + margin-top: 1px; } |
| 4111 | + .tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.tab-item-active i, .tabs-top.tabs-striped.tabs-icon-left .tab-item.active .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.active i, .tabs-top.tabs-striped.tabs-icon-left .tab-item.activated .tab-title, .tabs-top.tabs-striped.tabs-icon-left .tab-item.activated i { |
| 4112 | + margin-top: -0.1em; } |
4108 | 4113 |
|
4109 | 4114 | /* Allow parent element to have tabs-top */
|
4110 | 4115 | /* If you change this, change platform.scss as well */
|
@@ -4160,11 +4165,11 @@ ion-tabs.tabs-color-active-dark .tab-item {
|
4160 | 4165 |
|
4161 | 4166 | .tabs-icon-left.tabs .tab-item, .tabs-icon-left > .tabs .tab-item, .tabs-icon-right.tabs .tab-item, .tabs-icon-right > .tabs .tab-item {
|
4162 | 4167 | font-size: 10px; }
|
4163 |
| - .tabs-icon-left.tabs .tab-item .icon, .tabs-icon-left > .tabs .tab-item .icon, .tabs-icon-right.tabs .tab-item .icon, .tabs-icon-right > .tabs .tab-item .icon { |
| 4168 | + .tabs-icon-left.tabs .tab-item .icon, .tabs-icon-left.tabs .tab-item .tab-title, .tabs-icon-left > .tabs .tab-item .icon, .tabs-icon-left > .tabs .tab-item .tab-title, .tabs-icon-right.tabs .tab-item .icon, .tabs-icon-right.tabs .tab-item .tab-title, .tabs-icon-right > .tabs .tab-item .icon, .tabs-icon-right > .tabs .tab-item .tab-title { |
4164 | 4169 | display: inline-block;
|
4165 | 4170 | vertical-align: top;
|
4166 | 4171 | margin-top: -0.1em; }
|
4167 |
| - .tabs-icon-left.tabs .tab-item .icon:before, .tabs-icon-left > .tabs .tab-item .icon:before, .tabs-icon-right.tabs .tab-item .icon:before, .tabs-icon-right > .tabs .tab-item .icon:before { |
| 4172 | + .tabs-icon-left.tabs .tab-item .icon:before, .tabs-icon-left.tabs .tab-item .tab-title:before, .tabs-icon-left > .tabs .tab-item .icon:before, .tabs-icon-left > .tabs .tab-item .tab-title:before, .tabs-icon-right.tabs .tab-item .icon:before, .tabs-icon-right.tabs .tab-item .tab-title:before, .tabs-icon-right > .tabs .tab-item .icon:before, .tabs-icon-right > .tabs .tab-item .tab-title:before { |
4168 | 4173 | font-size: 24px;
|
4169 | 4174 | line-height: 49px; }
|
4170 | 4175 |
|
@@ -4618,7 +4623,7 @@ ion-tabs.tabs-color-active-dark .tab-item {
|
4618 | 4623 | transition: 0.2s opacity linear;
|
4619 | 4624 | visibility: hidden;
|
4620 | 4625 | opacity: 0; }
|
4621 |
| - .loading-container:not(.visible) .icon { |
| 4626 | + .loading-container:not(.visible) .icon, .loading-container:not(.visible) .spinner { |
4622 | 4627 | display: none; }
|
4623 | 4628 | .loading-container.visible {
|
4624 | 4629 | visibility: visible; }
|
@@ -4787,7 +4792,7 @@ a.item {
|
4787 | 4792 | z-index: 2;
|
4788 | 4793 | padding: 16px 49px 16px 16px;
|
4789 | 4794 | border: none;
|
4790 |
| - background-color: white; } |
| 4795 | + background-color: #fff; } |
4791 | 4796 |
|
4792 | 4797 | a.item-content {
|
4793 | 4798 | display: block;
|
@@ -6983,6 +6988,9 @@ a.button {
|
6983 | 6988 | border-right-width: 1px;
|
6984 | 6989 | border-radius: 0px 2px 2px 0px; }
|
6985 | 6990 |
|
| 6991 | +.button-bar > .button-small:before, .button-bar > .button-small .icon:before { |
| 6992 | + line-height: 28px; } |
| 6993 | + |
6986 | 6994 | /**
|
6987 | 6995 | * Grid
|
6988 | 6996 | * --------------------------------------------------
|
@@ -7524,6 +7532,16 @@ a.button {
|
7524 | 7532 | top: 113px; }
|
7525 | 7533 | .platform-ios.platform-cordova:not(.fullscreen) .has-header.has-subheader.has-tabs-top {
|
7526 | 7534 | top: 157px; }
|
| 7535 | +.platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) { |
| 7536 | + height: 44px; } |
| 7537 | + .platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader).item-input-inset .item-input-wrapper { |
| 7538 | + margin-top: -1px; } |
| 7539 | + .platform-ios.platform-cordova .popover .bar-header:not(.bar-subheader) > * { |
| 7540 | + margin-top: 0; } |
| 7541 | +.platform-ios.platform-cordova .popover .has-header, .platform-ios.platform-cordova .popover .bar-subheader { |
| 7542 | + top: 44px; } |
| 7543 | +.platform-ios.platform-cordova .popover .has-subheader { |
| 7544 | + top: 88px; } |
7527 | 7545 | .platform-ios.platform-cordova.status-bar-hide {
|
7528 | 7546 | margin-bottom: 20px; }
|
7529 | 7547 |
|
|
0 commit comments