office-ui-fabric-rails 2.6.0.0 → 2.6.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  /* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
2
2
 
3
3
  /**
4
- * Office UI Fabric 2.6.0
4
+ * Office UI Fabric 2.6.1
5
5
  * The front-end framework for building experiences for Office 365.
6
6
  **/
7
7
 
@@ -66,7 +66,7 @@
66
66
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
67
67
  background-color: #ffffff;
68
68
  border: 1px solid #c8c8c8;
69
- z-index: 5;
69
+ z-index: 105;
70
70
  }
71
71
 
72
72
  .ms-Breadcrumb-overflowMenu:before {
@@ -77,8 +77,7 @@
77
77
  content: ' ';
78
78
  width: 16px;
79
79
  height: 16px;
80
- -webkit-transform: rotate(45deg);
81
- transform: rotate(45deg);
80
+ transform: rotate(45deg);
82
81
  background-color: #ffffff;
83
82
  }
84
83
 
@@ -471,7 +470,7 @@
471
470
  }
472
471
 
473
472
  .ms-Callout {
474
- z-index: 4;
473
+ z-index: 100;
475
474
  margin: 16px auto;
476
475
  position: relative;
477
476
  width: 288px;
@@ -487,8 +486,7 @@
487
486
  .ms-Callout.ms-Callout--arrowTop:before {
488
487
  content: '';
489
488
  position: absolute;
490
- -webkit-transform: rotate(-45deg);
491
- transform: rotate(-45deg);
489
+ transform: rotate(-45deg);
492
490
  height: 0;
493
491
  width: 0;
494
492
  }
@@ -506,7 +504,7 @@
506
504
  .ms-Callout.ms-Callout--arrowLeft:after,
507
505
  .ms-Callout.ms-Callout--arrowRight:after,
508
506
  .ms-Callout.ms-Callout--arrowTop:after {
509
- z-index: 3;
507
+ z-index: 10;
510
508
  }
511
509
 
512
510
  .ms-Callout.ms-Callout--arrowLeft:after,
@@ -597,7 +595,7 @@
597
595
  background-color: #ffffff;
598
596
  box-sizing: border-box;
599
597
  outline: 1px solid transparent;
600
- z-index: 2;
598
+ z-index: 5;
601
599
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
602
600
  }
603
601
 
@@ -614,7 +612,7 @@
614
612
  height: 32px;
615
613
  font-size: 14px;
616
614
  color: #666666;
617
- z-index: 6;
615
+ z-index: 110;
618
616
  }
619
617
 
620
618
  .ms-Callout-inner {
@@ -623,7 +621,7 @@
623
621
  }
624
622
 
625
623
  .ms-Callout-header {
626
- z-index: 5;
624
+ z-index: 105;
627
625
  padding: 18px 24px 12px;
628
626
  }
629
627
 
@@ -1149,7 +1147,7 @@
1149
1147
  @media screen and (-ms-high-contrast:active) {
1150
1148
  .ms-CommandBarSearch {
1151
1149
  border-left: 1px solid #ffffff;
1152
- z-index: 3;
1150
+ z-index: 10;
1153
1151
  }
1154
1152
  }
1155
1153
 
@@ -1260,7 +1258,7 @@
1260
1258
  display: none;
1261
1259
  top: 1px;
1262
1260
  left: 0;
1263
- z-index: 3;
1261
+ z-index: 10;
1264
1262
  }
1265
1263
 
1266
1264
  .ms-CommandBarSearch.is-active {
@@ -1272,7 +1270,7 @@
1272
1270
  .ms-CommandBarSearch.is-active {
1273
1271
  width: 100%;
1274
1272
  position: absolute;
1275
- z-index: 3;
1273
+ z-index: 10;
1276
1274
  max-width: 100%;
1277
1275
  }
1278
1276
  }
@@ -1343,7 +1341,7 @@
1343
1341
  list-style-type: none;
1344
1342
  position: absolute;
1345
1343
  width: 180px;
1346
- z-index: 5;
1344
+ z-index: 105;
1347
1345
  }
1348
1346
 
1349
1347
  .ms-ContextualMenu-item {
@@ -1585,7 +1583,7 @@
1585
1583
  padding: 0;
1586
1584
  box-shadow: none;
1587
1585
  margin-bottom: 17px;
1588
- z-index: 8;
1586
+ z-index: 300;
1589
1587
  }
1590
1588
 
1591
1589
  .ms-DatePicker .ms-TextField {
@@ -1608,7 +1606,7 @@
1608
1606
  position: absolute;
1609
1607
  left: 5px;
1610
1608
  bottom: 5px;
1611
- z-index: 2;
1609
+ z-index: 5;
1612
1610
  }
1613
1611
 
1614
1612
  .ms-DatePicker-holder {
@@ -1621,16 +1619,13 @@
1621
1619
  }
1622
1620
 
1623
1621
  .ms-DatePicker-picker.ms-DatePicker-picker--opened .ms-DatePicker-holder {
1624
- -webkit-animation-name: fadeIn,slideDownIn10;
1625
- animation-name: fadeIn,slideDownIn10;
1622
+ animation-name: fadeIn,slideDownIn10;
1626
1623
  -webkit-animation-duration: 0.167s;
1627
1624
  -moz-animation-duration: 0.167s;
1628
1625
  -ms-animation-duration: 0.167s;
1629
1626
  -o-animation-duration: 0.167s;
1630
- -webkit-animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
1631
- animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
1632
- -webkit-animation-fill-mode: both;
1633
- animation-fill-mode: both;
1627
+ animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
1628
+ animation-fill-mode: both;
1634
1629
  box-sizing: border-box;
1635
1630
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
1636
1631
  border: 1px solid #eaeaea;
@@ -1639,7 +1634,7 @@
1639
1634
 
1640
1635
  .ms-DatePicker-picker--opened {
1641
1636
  position: relative;
1642
- z-index: 3;
1637
+ z-index: 10;
1643
1638
  }
1644
1639
 
1645
1640
  .ms-DatePicker-frame {
@@ -1800,7 +1795,7 @@
1800
1795
  position: absolute;
1801
1796
  top: 0;
1802
1797
  width: 140px;
1803
- z-index: 2;
1798
+ z-index: 5;
1804
1799
  cursor: pointer;
1805
1800
  }
1806
1801
 
@@ -2042,17 +2037,15 @@
2042
2037
  width: 100%;
2043
2038
  top: 0;
2044
2039
  right: 0;
2045
- z-index: 8;
2040
+ z-index: 300;
2046
2041
  display: block;
2047
2042
  font-size: 0;
2048
2043
  line-height: 100vh;
2049
2044
  text-align: center;
2050
2045
  display: -ms-flexbox;
2051
- display: -webkit-flex;
2052
- display: flex;
2046
+ display: flex;
2053
2047
  -ms-flex-align: center;
2054
- -webkit-align-items: center;
2055
- align-items: center;
2048
+ align-items: center;
2056
2049
  }
2057
2050
 
2058
2051
  .ms-Dialog:before {
@@ -2103,7 +2096,7 @@
2103
2096
  top: 12px;
2104
2097
  left: 12px;
2105
2098
  padding: 8px;
2106
- z-index: 3;
2099
+ z-index: 10;
2107
2100
  }
2108
2101
 
2109
2102
  .ms-Dialog-button.ms-Dialog-button--close .ms-Icon.ms-Icon--x {
@@ -2336,7 +2329,7 @@
2336
2329
  width: 100%;
2337
2330
  max-height: 200px;
2338
2331
  max-width: 268px;
2339
- z-index: 10;
2332
+ z-index: 400;
2340
2333
  top: 0;
2341
2334
  left: 0;
2342
2335
  bottom: 0;
@@ -2888,16 +2881,13 @@
2888
2881
  width: 100%;
2889
2882
  height: 52px;
2890
2883
  text-align: center;
2891
- -webkit-animation-name: fadeIn,slideDownIn20;
2892
- animation-name: fadeIn,slideDownIn20;
2884
+ animation-name: fadeIn,slideDownIn20;
2893
2885
  -webkit-animation-duration: 0.367s;
2894
2886
  -moz-animation-duration: 0.367s;
2895
2887
  -ms-animation-duration: 0.367s;
2896
2888
  -o-animation-duration: 0.367s;
2897
- -webkit-animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
2898
- animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
2899
- -webkit-animation-fill-mode: both;
2900
- animation-fill-mode: both;
2889
+ animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
2890
+ animation-fill-mode: both;
2901
2891
  }
2902
2892
 
2903
2893
  .ms-MessageBanner .ms-Icon {
@@ -2905,16 +2895,13 @@
2905
2895
  }
2906
2896
 
2907
2897
  .ms-MessageBanner.hide {
2908
- -webkit-animation-name: fadeOut,slideUpOut20;
2909
- animation-name: fadeOut,slideUpOut20;
2898
+ animation-name: fadeOut,slideUpOut20;
2910
2899
  -webkit-animation-duration: 0.167s;
2911
2900
  -moz-animation-duration: 0.167s;
2912
2901
  -ms-animation-duration: 0.167s;
2913
2902
  -o-animation-duration: 0.167s;
2914
- -webkit-animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
2915
- animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
2916
- -webkit-animation-fill-mode: both;
2917
- animation-fill-mode: both;
2903
+ animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
2904
+ animation-fill-mode: both;
2918
2905
  }
2919
2906
 
2920
2907
  .ms-MessageBanner.is-hidden {
@@ -3018,6 +3005,87 @@
3018
3005
  }
3019
3006
  }
3020
3007
 
3008
+ .ms-MessageBar {
3009
+ padding: 8px;
3010
+ display: table;
3011
+ background-color: #f4f4f4;
3012
+ }
3013
+
3014
+ .ms-MessageBar-icon,
3015
+ .ms-MessageBar-text {
3016
+ display: table-cell;
3017
+ vertical-align: top;
3018
+ }
3019
+
3020
+ .ms-MessageBar-icon {
3021
+ padding-left: 8px;
3022
+ font-size: 16px;
3023
+ color: #767676;
3024
+ }
3025
+
3026
+ .ms-MessageBar-text {
3027
+ color: #333333;
3028
+ font-family: Segoe UI Regular WestEuropean,Segoe UI,Tahoma,Arial,sans-serif;
3029
+ font-size: 12px;
3030
+ font-weight: 400;
3031
+ }
3032
+
3033
+ .ms-MessageBar.ms-MessageBar--warning {
3034
+ background-color: #fff4ce;
3035
+ }
3036
+
3037
+ .ms-MessageBar.ms-MessageBar--severeWarning {
3038
+ background-color: #fed9cc;
3039
+ }
3040
+
3041
+ .ms-MessageBar.ms-MessageBar--severeWarning .ms-MessageBar-icon {
3042
+ color: #d83b01;
3043
+ }
3044
+
3045
+ .ms-MessageBar.ms-MessageBar--error {
3046
+ background-color: #fde7e9;
3047
+ }
3048
+
3049
+ .ms-MessageBar.ms-MessageBar--error .ms-MessageBar-icon {
3050
+ color: #a80000;
3051
+ }
3052
+
3053
+ .ms-MessageBar.ms-MessageBar--remove {
3054
+ background-color: #fde7e9;
3055
+ }
3056
+
3057
+ .ms-MessageBar.ms-MessageBar--remove .ms-MessageBar-icon {
3058
+ color: #a80000;
3059
+ }
3060
+
3061
+ .ms-MessageBar.ms-MessageBar--remove .ms-Icon {
3062
+ font-size: 8px;
3063
+ margin-right: 3px;
3064
+ }
3065
+
3066
+ .ms-MessageBar.ms-MessageBar--success {
3067
+ background-color: #dff6dd;
3068
+ }
3069
+
3070
+ .ms-MessageBar.ms-MessageBar--success .ms-MessageBar-icon {
3071
+ color: #107c10;
3072
+ }
3073
+
3074
+ .ms-MessageBar.ms-MessageBar--success .ms-Icon {
3075
+ font-size: 12px;
3076
+ top: 3px;
3077
+ }
3078
+
3079
+ .ms-MessageBar.ms-MessageBar--success .ms-Icon:before {
3080
+ margin-right: 1px;
3081
+ }
3082
+
3083
+ .ms-MessageBar.ms-MessageBar--success .ms-Icon:after {
3084
+ font-size: 8px;
3085
+ margin-right: 3px;
3086
+ top: 1px;
3087
+ }
3088
+
3021
3089
  .ms-NavBar {
3022
3090
  color: #333333;
3023
3091
  font-family: Segoe UI Regular WestEuropean,Segoe UI,Tahoma,Arial,sans-serif;
@@ -3175,7 +3243,7 @@
3175
3243
  left: 0;
3176
3244
  top: 0;
3177
3245
  outline: 1px solid transparent;
3178
- z-index: 2;
3246
+ z-index: 5;
3179
3247
  }
3180
3248
 
3181
3249
  .ms-NavBar.is-open .ms-NavBar-item .ms-ContextualMenu {
@@ -3191,8 +3259,7 @@
3191
3259
  }
3192
3260
 
3193
3261
  .ms-NavBar-item.ms-NavBar-item--hasMenu.is-selected .ms-NavBar-chevronDown {
3194
- -webkit-transform: scaleY(-1);
3195
- transform: scaleY(-1);
3262
+ transform: scaleY(-1);
3196
3263
  }
3197
3264
 
3198
3265
  .ms-NavBar-item .ms-ContextualMenu {
@@ -3313,7 +3380,7 @@
3313
3380
  right: 0;
3314
3381
  left: 0;
3315
3382
  top: 0;
3316
- z-index: 7;
3383
+ z-index: 200;
3317
3384
  }
3318
3385
 
3319
3386
  .ms-Overlay.ms-Overlay--dark {
@@ -3330,7 +3397,7 @@
3330
3397
  position: fixed;
3331
3398
  left: 0;
3332
3399
  top: 0;
3333
- z-index: 8;
3400
+ z-index: 300;
3334
3401
  }
3335
3402
 
3336
3403
  .ms-Panel,
@@ -3353,7 +3420,7 @@
3353
3420
  left: 0;
3354
3421
  top: 0;
3355
3422
  display: none;
3356
- z-index: 3;
3423
+ z-index: 10;
3357
3424
  width: 100%;
3358
3425
  }
3359
3426
 
@@ -3405,50 +3472,42 @@
3405
3472
  }
3406
3473
 
3407
3474
  .ms-Panel.ms-Panel--lightDismiss.ms-Panel-animateIn .ms-Panel-main {
3408
- -webkit-animation-name: fadeIn,slideLeftIn40;
3409
- animation-name: fadeIn,slideLeftIn40;
3475
+ animation-name: fadeIn,slideLeftIn40;
3410
3476
  -webkit-animation-duration: 0.367s;
3411
3477
  -moz-animation-duration: 0.367s;
3412
3478
  -ms-animation-duration: 0.367s;
3413
3479
  -o-animation-duration: 0.367s;
3414
- -webkit-animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3415
- animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3416
- -webkit-animation-fill-mode: both;
3417
- animation-fill-mode: both;
3480
+ animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3481
+ animation-fill-mode: both;
3418
3482
  }
3419
3483
 
3420
3484
  .ms-Panel.ms-Panel--lightDismiss.ms-Panel-animateIn .ms-Overlay {
3421
3485
  -webkit-animation-duration: 0.367s;
3422
- animation-duration: 0.367s;
3423
3486
  -webkit-animation-name: fadeIn;
3424
- animation-name: fadeIn;
3425
3487
  -webkit-animation-fill-mode: both;
3488
+ animation-duration: 0.367s;
3489
+ animation-name: fadeIn;
3426
3490
  animation-fill-mode: both;
3427
- -webkit-animation-duration: 0.267s;
3428
3491
  animation-duration: 0.267s;
3429
3492
  }
3430
3493
 
3431
3494
  .ms-Panel.ms-Panel--lightDismiss.ms-Panel-animateOut .ms-Panel-main {
3432
- -webkit-animation-name: fadeOut,slideRightOut40;
3433
- animation-name: fadeOut,slideRightOut40;
3495
+ animation-name: fadeOut,slideRightOut40;
3434
3496
  -webkit-animation-duration: 0.167s;
3435
3497
  -moz-animation-duration: 0.167s;
3436
3498
  -ms-animation-duration: 0.167s;
3437
3499
  -o-animation-duration: 0.167s;
3438
- -webkit-animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3439
- animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3440
- -webkit-animation-fill-mode: both;
3441
- animation-fill-mode: both;
3500
+ animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3501
+ animation-fill-mode: both;
3442
3502
  }
3443
3503
 
3444
3504
  .ms-Panel.ms-Panel--lightDismiss.ms-Panel-animateOut .ms-Overlay {
3445
3505
  -webkit-animation-duration: 0.367s;
3446
- animation-duration: 0.367s;
3447
3506
  -webkit-animation-name: fadeOut;
3448
- animation-name: fadeOut;
3449
3507
  -webkit-animation-fill-mode: both;
3508
+ animation-duration: 0.367s;
3509
+ animation-name: fadeOut;
3450
3510
  animation-fill-mode: both;
3451
- -webkit-animation-duration: 0.167s;
3452
3511
  animation-duration: 0.167s;
3453
3512
  }
3454
3513
 
@@ -3467,87 +3526,72 @@
3467
3526
  }
3468
3527
 
3469
3528
  .ms-Panel.ms-Panel--left.ms-Panel-animateIn .ms-Panel-main {
3470
- -webkit-animation-name: fadeIn,slideLeftIn40;
3471
- animation-name: fadeIn,slideLeftIn40;
3529
+ animation-name: fadeIn,slideLeftIn40;
3472
3530
  -webkit-animation-duration: 0.367s;
3473
3531
  -moz-animation-duration: 0.367s;
3474
3532
  -ms-animation-duration: 0.367s;
3475
3533
  -o-animation-duration: 0.367s;
3476
- -webkit-animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3477
- animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3478
- -webkit-animation-fill-mode: both;
3479
- animation-fill-mode: both;
3534
+ animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3535
+ animation-fill-mode: both;
3480
3536
  }
3481
3537
 
3482
3538
  .ms-Panel.ms-Panel--left.ms-Panel-animateOut .ms-Panel-main {
3483
- -webkit-animation-name: fadeOut,slideRightOut40;
3484
- animation-name: fadeOut,slideRightOut40;
3539
+ animation-name: fadeOut,slideRightOut40;
3485
3540
  -webkit-animation-duration: 0.167s;
3486
3541
  -moz-animation-duration: 0.167s;
3487
3542
  -ms-animation-duration: 0.167s;
3488
3543
  -o-animation-duration: 0.167s;
3489
- -webkit-animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3490
- animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3491
- -webkit-animation-fill-mode: both;
3492
- animation-fill-mode: both;
3544
+ animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3545
+ animation-fill-mode: both;
3493
3546
  }
3494
3547
 
3495
3548
  .ms-Panel.ms-Panel--left.ms-Panel-animateOut .ms-Overlay {
3496
3549
  -webkit-animation-duration: 0.367s;
3497
- animation-duration: 0.367s;
3498
3550
  -webkit-animation-name: fadeOut;
3499
- animation-name: fadeOut;
3500
3551
  -webkit-animation-fill-mode: both;
3552
+ animation-duration: 0.367s;
3553
+ animation-name: fadeOut;
3501
3554
  animation-fill-mode: both;
3502
- -webkit-animation-duration: 0.167s;
3503
3555
  animation-duration: 0.167s;
3504
3556
  }
3505
3557
 
3506
3558
  .ms-Panel.ms-Panel--left.ms-Panel-animateIn .ms-Panel-main {
3507
- -webkit-animation-name: fadeIn,slideRightIn40;
3508
- animation-name: fadeIn,slideRightIn40;
3559
+ animation-name: fadeIn,slideRightIn40;
3509
3560
  -webkit-animation-duration: 0.367s;
3510
3561
  -moz-animation-duration: 0.367s;
3511
3562
  -ms-animation-duration: 0.367s;
3512
3563
  -o-animation-duration: 0.367s;
3513
- -webkit-animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3514
- animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3515
- -webkit-animation-fill-mode: both;
3516
- animation-fill-mode: both;
3564
+ animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3565
+ animation-fill-mode: both;
3517
3566
  }
3518
3567
 
3519
3568
  .ms-Panel.ms-Panel--left.ms-Panel-animateIn .ms-Overlay {
3520
3569
  -webkit-animation-duration: 0.367s;
3521
- animation-duration: 0.367s;
3522
3570
  -webkit-animation-name: fadeIn;
3523
- animation-name: fadeIn;
3524
3571
  -webkit-animation-fill-mode: both;
3572
+ animation-duration: 0.367s;
3573
+ animation-name: fadeIn;
3525
3574
  animation-fill-mode: both;
3526
- -webkit-animation-duration: 0.267s;
3527
3575
  animation-duration: 0.267s;
3528
3576
  }
3529
3577
 
3530
3578
  .ms-Panel.ms-Panel--left.ms-Panel--left.ms-Panel-animateOut .ms-Panel-main {
3531
- -webkit-animation-name: fadeOut,slideLeftOut40;
3532
- animation-name: fadeOut,slideLeftOut40;
3579
+ animation-name: fadeOut,slideLeftOut40;
3533
3580
  -webkit-animation-duration: 0.167s;
3534
3581
  -moz-animation-duration: 0.167s;
3535
3582
  -ms-animation-duration: 0.167s;
3536
3583
  -o-animation-duration: 0.167s;
3537
- -webkit-animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3538
- animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3539
- -webkit-animation-fill-mode: both;
3540
- animation-fill-mode: both;
3584
+ animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3585
+ animation-fill-mode: both;
3541
3586
  }
3542
3587
 
3543
3588
  .ms-Panel.ms-Panel--left.ms-Panel--left.ms-Panel-animateOut .ms-Overlay {
3544
3589
  -webkit-animation-duration: 0.367s;
3545
- animation-duration: 0.367s;
3546
3590
  -webkit-animation-name: fadeOut;
3547
- animation-name: fadeOut;
3548
3591
  -webkit-animation-fill-mode: both;
3592
+ animation-duration: 0.367s;
3593
+ animation-name: fadeOut;
3549
3594
  animation-fill-mode: both;
3550
- -webkit-animation-duration: 0.167s;
3551
3595
  animation-duration: 0.167s;
3552
3596
  }
3553
3597
 
@@ -3617,24 +3661,22 @@
3617
3661
  }
3618
3662
 
3619
3663
  .ms-Panel.is-open.ms-Panel-animateIn .ms-Panel-main {
3664
+ -webkit-animation-duration: 0.367s;
3620
3665
  -webkit-animation-name: fadeIn;
3666
+ -webkit-animation-fill-mode: both;
3667
+ animation-duration: 0.367s;
3621
3668
  animation-name: fadeIn;
3622
- -webkit-animation-duration: 0.167s;
3669
+ animation-fill-mode: both;
3623
3670
  animation-duration: 0.167s;
3624
3671
  }
3625
3672
 
3626
- .ms-Panel.is-open.ms-Panel-animateIn .ms-Panel-main,
3627
3673
  .ms-Panel.is-open.ms-Panel-animateOut .ms-Panel-main {
3628
3674
  -webkit-animation-duration: 0.367s;
3629
- animation-duration: 0.367s;
3630
- -webkit-animation-fill-mode: both;
3631
- animation-fill-mode: both;
3632
- }
3633
-
3634
- .ms-Panel.is-open.ms-Panel-animateOut .ms-Panel-main {
3635
3675
  -webkit-animation-name: fadeOut;
3676
+ -webkit-animation-fill-mode: both;
3677
+ animation-duration: 0.367s;
3636
3678
  animation-name: fadeOut;
3637
- -webkit-animation-duration: 0.1s;
3679
+ animation-fill-mode: both;
3638
3680
  animation-duration: 0.1s;
3639
3681
  }
3640
3682
 
@@ -3644,98 +3686,82 @@
3644
3686
 
3645
3687
  @media (min-width:480px) {
3646
3688
  .ms-Panel.is-open.ms-Panel-animateIn .ms-Panel-main {
3647
- -webkit-animation-name: fadeIn,slideLeftIn40;
3648
- animation-name: fadeIn,slideLeftIn40;
3689
+ animation-name: fadeIn,slideLeftIn40;
3649
3690
  -webkit-animation-duration: 0.367s;
3650
3691
  -moz-animation-duration: 0.367s;
3651
3692
  -ms-animation-duration: 0.367s;
3652
3693
  -o-animation-duration: 0.367s;
3653
- -webkit-animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3654
- animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3655
- -webkit-animation-fill-mode: both;
3656
- animation-fill-mode: both;
3694
+ animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3695
+ animation-fill-mode: both;
3657
3696
  }
3658
3697
 
3659
3698
  .ms-Panel.is-open.ms-Panel-animateIn .ms-Overlay {
3660
3699
  -webkit-animation-duration: 0.367s;
3661
- animation-duration: 0.367s;
3662
3700
  -webkit-animation-name: fadeIn;
3663
- animation-name: fadeIn;
3664
3701
  -webkit-animation-fill-mode: both;
3702
+ animation-duration: 0.367s;
3703
+ animation-name: fadeIn;
3665
3704
  animation-fill-mode: both;
3666
- -webkit-animation-duration: 0.267s;
3667
3705
  animation-duration: 0.267s;
3668
3706
  }
3669
3707
 
3670
3708
  .ms-Panel.is-open.ms-Panel-animateOut .ms-Panel-main {
3671
- -webkit-animation-name: fadeOut,slideRightOut40;
3672
- animation-name: fadeOut,slideRightOut40;
3709
+ animation-name: fadeOut,slideRightOut40;
3673
3710
  -webkit-animation-duration: 0.167s;
3674
3711
  -moz-animation-duration: 0.167s;
3675
3712
  -ms-animation-duration: 0.167s;
3676
3713
  -o-animation-duration: 0.167s;
3677
- -webkit-animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3678
- animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3679
- -webkit-animation-fill-mode: both;
3680
- animation-fill-mode: both;
3714
+ animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3715
+ animation-fill-mode: both;
3681
3716
  }
3682
3717
 
3683
3718
  .ms-Panel.is-open.ms-Panel-animateOut .ms-Overlay {
3684
3719
  -webkit-animation-duration: 0.367s;
3685
- animation-duration: 0.367s;
3686
3720
  -webkit-animation-name: fadeOut;
3687
- animation-name: fadeOut;
3688
3721
  -webkit-animation-fill-mode: both;
3722
+ animation-duration: 0.367s;
3723
+ animation-name: fadeOut;
3689
3724
  animation-fill-mode: both;
3690
- -webkit-animation-duration: 0.167s;
3691
3725
  animation-duration: 0.167s;
3692
3726
  }
3693
3727
 
3694
3728
  .ms-Panel.is-open.ms-Panel--left.ms-Panel-animateIn .ms-Panel-main {
3695
- -webkit-animation-name: fadeIn,slideRightIn40;
3696
- animation-name: fadeIn,slideRightIn40;
3729
+ animation-name: fadeIn,slideRightIn40;
3697
3730
  -webkit-animation-duration: 0.367s;
3698
3731
  -moz-animation-duration: 0.367s;
3699
3732
  -ms-animation-duration: 0.367s;
3700
3733
  -o-animation-duration: 0.367s;
3701
- -webkit-animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3702
- animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3703
- -webkit-animation-fill-mode: both;
3704
- animation-fill-mode: both;
3734
+ animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3735
+ animation-fill-mode: both;
3705
3736
  }
3706
3737
 
3707
3738
  .ms-Panel.is-open.ms-Panel--left.ms-Panel-animateIn .ms-Overlay {
3708
3739
  -webkit-animation-duration: 0.367s;
3709
- animation-duration: 0.367s;
3710
3740
  -webkit-animation-name: fadeIn;
3711
- animation-name: fadeIn;
3712
3741
  -webkit-animation-fill-mode: both;
3742
+ animation-duration: 0.367s;
3743
+ animation-name: fadeIn;
3713
3744
  animation-fill-mode: both;
3714
- -webkit-animation-duration: 0.267s;
3715
3745
  animation-duration: 0.267s;
3716
3746
  }
3717
3747
 
3718
3748
  .ms-Panel.is-open.ms-Panel--left.ms-Panel-animateOut .ms-Panel-main {
3719
- -webkit-animation-name: fadeOut,slideLeftOut40;
3720
- animation-name: fadeOut,slideLeftOut40;
3749
+ animation-name: fadeOut,slideLeftOut40;
3721
3750
  -webkit-animation-duration: 0.167s;
3722
3751
  -moz-animation-duration: 0.167s;
3723
3752
  -ms-animation-duration: 0.167s;
3724
3753
  -o-animation-duration: 0.167s;
3725
- -webkit-animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3726
- animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3727
- -webkit-animation-fill-mode: both;
3728
- animation-fill-mode: both;
3754
+ animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
3755
+ animation-fill-mode: both;
3729
3756
  }
3730
3757
 
3731
3758
  .ms-Panel.is-open.ms-Panel--left.ms-Panel-animateOut .ms-Overlay {
3732
3759
  -webkit-animation-duration: 0.367s;
3733
- animation-duration: 0.367s;
3734
3760
  -webkit-animation-name: fadeOut;
3735
- animation-name: fadeOut;
3736
3761
  -webkit-animation-fill-mode: both;
3762
+ animation-duration: 0.367s;
3763
+ animation-name: fadeOut;
3737
3764
  animation-fill-mode: both;
3738
- -webkit-animation-duration: 0.167s;
3739
3765
  animation-duration: 0.167s;
3740
3766
  }
3741
3767
 
@@ -3750,8 +3776,7 @@
3750
3776
  .ms-Panel.is-open.ms-Panel--left.ms-Panel-animateIn .ms-Overlay,
3751
3777
  .ms-Panel.is-open.ms-Panel-animateIn .ms-Overlay {
3752
3778
  opacity: 0;
3753
- -webkit-animation-name: none;
3754
- animation-name: none;
3779
+ animation-name: none;
3755
3780
  }
3756
3781
  }
3757
3782
 
@@ -3870,24 +3895,19 @@
3870
3895
  }
3871
3896
 
3872
3897
  .ms-Panel.ms-Panel--animatedCommands.is-open .ms-CommandBar {
3873
- -webkit-animation-name: fadeIn,slideDownIn20;
3874
- animation-name: fadeIn,slideDownIn20;
3898
+ animation-name: fadeIn,slideDownIn20;
3875
3899
  -webkit-animation-duration: 0.367s;
3876
3900
  -moz-animation-duration: 0.367s;
3877
3901
  -ms-animation-duration: 0.367s;
3878
3902
  -o-animation-duration: 0.367s;
3879
- -webkit-animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3880
- animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3881
- -webkit-animation-fill-mode: both;
3882
- animation-fill-mode: both;
3883
- -webkit-animation-delay: 0.25s;
3884
- animation-delay: 0.25s;
3903
+ animation-timing-function: cubic-bezier(0.1,0.9,0.2,1);
3904
+ animation-fill-mode: both;
3905
+ animation-delay: 0.25s;
3885
3906
  }
3886
3907
 
3887
3908
  @media (min-width:480px) {
3888
3909
  .ms-Panel.ms-Panel--animatedCommands.is-open .ms-CommandBar {
3889
- -webkit-animation-delay: 0.5s;
3890
- animation-delay: 0.5s;
3910
+ animation-delay: 0.5s;
3891
3911
  }
3892
3912
  }
3893
3913
 
@@ -3994,7 +4014,7 @@
3994
4014
  max-width: 340px;
3995
4015
  padding-top: 9px;
3996
4016
  position: absolute;
3997
- z-index: 9;
4017
+ z-index: 305;
3998
4018
  }
3999
4019
 
4000
4020
  .ms-PeoplePicker.is-active .ms-PeoplePicker-results {
@@ -4139,8 +4159,7 @@
4139
4159
  }
4140
4160
 
4141
4161
  .ms-PeoplePicker-result.is-expanded .ms-PeoplePicker-resultAction .ms-Icon {
4142
- -webkit-transform: rotate(180deg);
4143
- transform: rotate(180deg);
4162
+ transform: rotate(180deg);
4144
4163
  }
4145
4164
 
4146
4165
  .ms-PeoplePicker-result.is-expanded .ms-PeoplePicker-resultAdditionalContent {
@@ -4986,16 +5005,13 @@
4986
5005
  font-family: Segoe UI Regular WestEuropean,Segoe UI,Tahoma,Arial,sans-serif;
4987
5006
  font-size: 14px;
4988
5007
  font-weight: 400;
4989
- -webkit-animation-name: fadeIn,slideUpIn10;
4990
- animation-name: fadeIn,slideUpIn10;
5008
+ animation-name: fadeIn,slideUpIn10;
4991
5009
  -webkit-animation-duration: 0.167s;
4992
5010
  -moz-animation-duration: 0.167s;
4993
5011
  -ms-animation-duration: 0.167s;
4994
5012
  -o-animation-duration: 0.167s;
4995
- -webkit-animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
4996
- animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
4997
- -webkit-animation-fill-mode: both;
4998
- animation-fill-mode: both;
5013
+ animation-timing-function: cubic-bezier(0.1,0.25,0.75,0.9);
5014
+ animation-fill-mode: both;
4999
5015
  bottom: 0;
5000
5016
  right: 0;
5001
5017
  position: fixed;
@@ -5078,8 +5094,7 @@
5078
5094
  .is-active.ms-PersonaCard-overflow:after,
5079
5095
  .ms-PersonaCard-action.is-active:after {
5080
5096
  box-sizing: border-box;
5081
- -webkit-transform: rotate(45deg);
5082
- transform: rotate(45deg);
5097
+ transform: rotate(45deg);
5083
5098
  content: '';
5084
5099
  width: 10px;
5085
5100
  height: 10px;
@@ -5613,7 +5628,7 @@
5613
5628
  padding: 6px 10px 7px 3px;
5614
5629
  width: 180px;
5615
5630
  background-color: transparent;
5616
- z-index: 2;
5631
+ z-index: 5;
5617
5632
  }
5618
5633
 
5619
5634
  .ms-SearchBox-field.hovering {
@@ -5652,7 +5667,7 @@
5652
5667
  display: none;
5653
5668
  font-size: 17px;
5654
5669
  color: #ffffff;
5655
- z-index: 3;
5670
+ z-index: 10;
5656
5671
  }
5657
5672
 
5658
5673
  .ms-SearchBox-label {