2
2
* Copyright 2014 Drifty Co.
3
3
* http://drifty.com/
4
4
*
5
- * Ionic, v1.0.0-beta.3
5
+ * Ionic, v1.0.0-beta.4
6
6
* A powerful HTML5 mobile app framework.
7
7
* http://ionicframework.com/
8
8
*
@@ -2116,6 +2116,8 @@ body.grade-b, body.grade-c {
2116
2116
.scroll-refresher .ionic-refresher-content .text-refreshing , .scroll-refresher .ionic-refresher-content .text-pulling {
2117
2117
line-height : 16px ;
2118
2118
font-size : 16px ; }
2119
+ .scroll-refresher .ionic-refresher-content .ionic-refresher-with-text {
2120
+ bottom : 10px ; }
2119
2121
.scroll-refresher .icon-refreshing , .scroll-refresher .icon-pulling {
2120
2122
width : 100% ;
2121
2123
-webkit-backface-visibility : hidden;
@@ -2232,8 +2234,7 @@ ion-infinite-scroll.active .scroll-infinite {
2232
2234
left : 0 ;
2233
2235
width : 100% ;
2234
2236
height : 100% ;
2235
- background-color : # fff ;
2236
- overflow : hidden; }
2237
+ background-color : # fff ; }
2237
2238
2238
2239
/**
2239
2240
* Typography
@@ -3000,7 +3001,7 @@ a.subdued {
3000
3001
.tabs-item-hide > .tabs , .tabs .tabs-item-hide {
3001
3002
display : none; }
3002
3003
3003
- .tabs-icon-top > .tabs .tab-item , .tabs-icon-bottom > .tabs .tab-item {
3004
+ .tabs-icon-top > .tabs .tab-item , .tabs-icon-top . tabs . tab-item , . tabs-icon- bottom > . tabs . tab-item , . tabs-icon-bottom .tabs .tab-item {
3004
3005
font-size : 12px ;
3005
3006
line-height : 14px ; }
3006
3007
@@ -3010,22 +3011,22 @@ a.subdued {
3010
3011
height : 32px ;
3011
3012
font-size : 32px ; }
3012
3013
3013
- .tabs-icon-left > .tabs .tab-item , .tabs-icon-right > .tabs .tab-item {
3014
+ .tabs-icon-left . tabs . tab-item , . tabs-icon-left > . tabs . tab-item , . tabs-icon-right .tabs .tab-item , .tabs-icon-right > .tabs .tab-item {
3014
3015
font-size : 12px ; }
3015
- .tabs-icon-left > .tabs .tab-item .icon , .tabs-icon-right > .tabs .tab-item .icon {
3016
+ .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 {
3016
3017
display : inline-block;
3017
3018
vertical-align : top; }
3018
- .tabs-icon-left > .tabs .tab-item .icon : before , .tabs-icon-right > .tabs .tab-item .icon : before {
3019
+ .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 {
3019
3020
font-size : 24px ;
3020
3021
line-height : 49px ; }
3021
3022
3022
- .tabs-icon-left .tab-item .icon {
3023
+ .tabs-icon-left > . tabs . tab-item . icon , . tabs-icon-left . tabs .tab-item .icon {
3023
3024
padding-right : 3px ; }
3024
3025
3025
- .tabs-icon-right .tab-item .icon {
3026
+ .tabs-icon-right > . tabs . tab-item . icon , . tabs-icon-right . tabs .tab-item .icon {
3026
3027
padding-left : 3px ; }
3027
3028
3028
- .tabs-icon-only .icon {
3029
+ .tabs-icon-only > . tabs . icon , . tabs-icon-only . tabs .icon {
3029
3030
line-height : inherit; }
3030
3031
3031
3032
.tab-item .has-badge {
@@ -3165,7 +3166,7 @@ a.subdued {
3165
3166
3166
3167
.modal-open {
3167
3168
pointer-events : none; }
3168
- .modal-open .modal {
3169
+ .modal-open .modal , . modal-open . modal-backdrop {
3169
3170
pointer-events : auto; }
3170
3171
3171
3172
/**
@@ -4463,10 +4464,14 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
4463
4464
transform : translate3d (22px , 0 , 0 );
4464
4465
background-color : # fff ; }
4465
4466
4466
- .item-toggle {
4467
+ .item-toggle .active {
4468
+ box-shadow : none; }
4469
+
4470
+ .item-toggle , .item-toggle .item-complex .item-content {
4467
4471
padding-right : 99px ; }
4468
- .item-toggle .active {
4469
- box-shadow : none; }
4472
+
4473
+ .item-toggle .item-complex {
4474
+ padding-right : 0 ; }
4470
4475
4471
4476
.item-toggle .toggle {
4472
4477
position : absolute;
@@ -6194,9 +6199,10 @@ a.button {
6194
6199
.invisible {
6195
6200
visibility : hidden; }
6196
6201
6197
- .keyboard-open .bar-footer , . keyboard-open . tabs , . footer-hide . bar-footer , . footer-hide . tabs {
6202
+ .keyboard-open .hide-on- keyboard-open {
6198
6203
display : none; }
6199
- .keyboard-open .has-footer , .keyboard-open .has-tabs , .footer-hide .has-footer , .footer-hide .has-tabs {
6204
+
6205
+ .keyboard-open .tabs .hide-on-keyboard-open + .pane .has-tabs , .keyboard-open .bar-footer .hide-on-keyboard-open + .pane .has-footer {
6200
6206
bottom : 0 ; }
6201
6207
6202
6208
.inline {
@@ -6220,6 +6226,9 @@ a.button {
6220
6226
-ms-touch-action : none;
6221
6227
-ms-content-zooming : none; }
6222
6228
6229
+ .no-resize {
6230
+ resize : none; }
6231
+
6223
6232
.block {
6224
6233
display : block;
6225
6234
clear : both; }
@@ -6359,7 +6368,7 @@ a.button {
6359
6368
/**
6360
6369
* Platform
6361
6370
* --------------------------------------------------
6362
- * Platform specific tweaks when in Cordova.
6371
+ * Platform specific tweaks
6363
6372
*/
6364
6373
.platform-ios7 .platform-cordova : not (.fullscreen ) .bar-header : not (.bar-subheader ) {
6365
6374
height : 64px ; }
@@ -6379,3 +6388,11 @@ a.button {
6379
6388
top : 157px ; }
6380
6389
.platform-ios7 .platform-cordova .status-bar-hide {
6381
6390
margin-bottom : 20px ; }
6391
+
6392
+ @media (orientation : landscape) {
6393
+ .platform-ios7 .platform-browser .platform-ipad {
6394
+ position : fixed; } }
6395
+
6396
+ .platform-android2 : not (.enable-transitions ) * {
6397
+ -webkit-transition : none !important ;
6398
+ transition : none !important ; }
0 commit comments