office-ui-fabric-rails 2.5.0.0 → 2.6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
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
- * Office UI Fabric 2.5.0
3
+ * Office UI Fabric 2.6.0
4
4
  * The front-end framework for building experiences for Office 365.
5
5
  **/
6
6
 
@@ -10,6 +10,10 @@
10
10
  box-sizing: border-box;
11
11
  }
12
12
 
13
+ .ms-u-borderBase {
14
+ border: 1px solid;
15
+ }
16
+
13
17
  .ms-u-clearfix {
14
18
  *zoom: 1;
15
19
  }
@@ -32,6 +36,40 @@
32
36
  box-shadow: none;
33
37
  }
34
38
 
39
+ .ms-u-textAlignLeft {
40
+ text-align: right;
41
+ }
42
+
43
+ .ms-u-textAlignCenter {
44
+ text-align: center;
45
+ }
46
+
47
+ .ms-u-textAlignRight {
48
+ text-align: left;
49
+ }
50
+
51
+ .ms-u-screenReaderOnly {
52
+ position: absolute;
53
+ width: 1px;
54
+ height: 1px;
55
+ padding: 0;
56
+ margin: -1px;
57
+ overflow: hidden;
58
+ clip: rect(0, 0, 0, 0);
59
+ border: 0;
60
+ }
61
+
62
+ .ms-u-textTruncate {
63
+ overflow: hidden;
64
+ text-overflow: ellipsis;
65
+ white-space: nowrap;
66
+ word-wrap: normal;
67
+ }
68
+
69
+ .ms-u-noWrap {
70
+ white-space: nowrap;
71
+ }
72
+
35
73
  .ms-bgColor-themeDark,
36
74
  .ms-bgColor-themeDark--hover:hover {
37
75
  background-color: #005a9e;
@@ -237,10 +275,14 @@
237
275
  background-color: #dff6dd;
238
276
  }
239
277
 
240
- .ms-bgColor-alert {
278
+ .ms-bgColor-severeWarning {
241
279
  background-color: #fed9cc;
242
280
  }
243
281
 
282
+ .ms-bgColor-warning {
283
+ background-color: #fff4ce;
284
+ }
285
+
244
286
  .ms-bgColor-error {
245
287
  background-color: #fde7e9;
246
288
  }
@@ -442,22 +484,6 @@
442
484
  border-color: #bad80a;
443
485
  }
444
486
 
445
- .ms-borderColor-info {
446
- border-color: #107c10;
447
- }
448
-
449
- .ms-borderColor-success {
450
- border-color: #107c10;
451
- }
452
-
453
- .ms-borderColor-alert {
454
- border-color: #d83b01;
455
- }
456
-
457
- .ms-borderColor-error {
458
- border-color: #a80000;
459
- }
460
-
461
487
  .ms-borderColorTop-themePrimary,
462
488
  .ms-borderColorTop-themePrimary--hover:hover {
463
489
  border-top-color: #0078d7;
@@ -1036,7 +1062,7 @@
1036
1062
 
1037
1063
  .ms-fontColor-info,
1038
1064
  .ms-fontColor-info--hover:hover {
1039
- color: #107c10;
1065
+ color: #767676;
1040
1066
  }
1041
1067
 
1042
1068
  .ms-fontColor-success,
@@ -1049,6 +1075,16 @@
1049
1075
  color: #d83b01;
1050
1076
  }
1051
1077
 
1078
+ .ms-fontColor-warning,
1079
+ .ms-fontColor-warning--hover:hover {
1080
+ color: #767676;
1081
+ }
1082
+
1083
+ .ms-fontColor-severeWarning,
1084
+ .ms-fontColor-severeWarning--hover:hover {
1085
+ color: #d83b01;
1086
+ }
1087
+
1052
1088
  .ms-fontColor-error,
1053
1089
  .ms-fontColor-error--hover:hover {
1054
1090
  color: #a80000;