shift-ui-kit 0.0.40

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +7 -0
  2. data/assets/fonts/din_next_light.woff +0 -0
  3. data/assets/fonts/din_next_light.woff2 +0 -0
  4. data/assets/fonts/din_next_light_italic.woff +0 -0
  5. data/assets/fonts/din_next_light_italic.woff2 +0 -0
  6. data/assets/fonts/din_next_medium.woff +0 -0
  7. data/assets/fonts/din_next_medium.woff2 +0 -0
  8. data/assets/fonts/din_next_regular.woff +0 -0
  9. data/assets/fonts/din_next_regular.woff2 +0 -0
  10. data/assets/images/accept-icon.svg +8 -0
  11. data/assets/images/app-loading.svg +25 -0
  12. data/assets/images/checkbox--determinate-checked.svg +4 -0
  13. data/assets/images/checkbox--indeterminate-checked.svg +4 -0
  14. data/assets/images/dropdown-arrow.svg +12 -0
  15. data/assets/images/forgotten-password-icon.svg +12 -0
  16. data/assets/images/global-search-form-icon.svg +11 -0
  17. data/assets/images/icons/close.svg +10 -0
  18. data/assets/images/icons/plus.svg +10 -0
  19. data/assets/images/logo.svg +9 -0
  20. data/assets/images/section-heading-icons/access-keys.svg +6 -0
  21. data/assets/images/section-heading-icons/account-settings.svg +7 -0
  22. data/assets/images/section-heading-icons/action-accept.svg +6 -0
  23. data/assets/images/section-heading-icons/action-archive.svg +10 -0
  24. data/assets/images/section-heading-icons/action-cancel.svg +6 -0
  25. data/assets/images/section-heading-icons/action-create.svg +6 -0
  26. data/assets/images/section-heading-icons/action-delete.svg +6 -0
  27. data/assets/images/section-heading-icons/action-edit.svg +7 -0
  28. data/assets/images/section-heading-icons/action-merchandise.svg +3 -0
  29. data/assets/images/section-heading-icons/assets.svg +8 -0
  30. data/assets/images/section-heading-icons/attributes.svg +12 -0
  31. data/assets/images/section-heading-icons/carts.svg +9 -0
  32. data/assets/images/section-heading-icons/category-trees.svg +7 -0
  33. data/assets/images/section-heading-icons/customer-segments.svg +8 -0
  34. data/assets/images/section-heading-icons/customers.svg +9 -0
  35. data/assets/images/section-heading-icons/environment-configurations.svg +7 -0
  36. data/assets/images/section-heading-icons/environments.svg +8 -0
  37. data/assets/images/section-heading-icons/menus.svg +8 -0
  38. data/assets/images/section-heading-icons/payment-gateways.svg +7 -0
  39. data/assets/images/section-heading-icons/products.svg +7 -0
  40. data/assets/images/section-heading-icons/promotions.svg +10 -0
  41. data/assets/images/section-heading-icons/retail-stores.svg +12 -0
  42. data/assets/images/section-heading-icons/roles.svg +9 -0
  43. data/assets/images/section-heading-icons/search.svg +7 -0
  44. data/assets/images/section-heading-icons/shipping-methods.svg +10 -0
  45. data/assets/images/section-heading-icons/static-pages.svg +7 -0
  46. data/assets/images/section-heading-icons/tax-codes.svg +11 -0
  47. data/assets/images/section-heading-icons/taxonomies.svg +7 -0
  48. data/assets/images/section-heading-icons/template-definitions.svg +6 -0
  49. data/assets/images/section-heading-icons/user-profile.svg +8 -0
  50. data/assets/images/section-heading-icons/users.svg +7 -0
  51. data/assets/images/section-heading-icons/variants.svg +7 -0
  52. data/assets/itcss/1-settings/_breakpoints.scss +1 -0
  53. data/assets/itcss/1-settings/_colors.scss +16 -0
  54. data/assets/itcss/1-settings/_index.scss +9 -0
  55. data/assets/itcss/1-settings/_spacing.scss +2 -0
  56. data/assets/itcss/2-tools/_color.scss +17 -0
  57. data/assets/itcss/2-tools/_index.scss +1 -0
  58. data/assets/itcss/3-generic/_animations.scss +4 -0
  59. data/assets/itcss/3-generic/_clearfix.scss +26 -0
  60. data/assets/itcss/3-generic/_fonts.scss +31 -0
  61. data/assets/itcss/3-generic/_index.scss +4 -0
  62. data/assets/itcss/3-generic/_reset.scss +40 -0
  63. data/assets/itcss/4-elements/_index.scss +45 -0
  64. data/assets/itcss/5-objects/_index.scss +5 -0
  65. data/assets/itcss/5-objects/_o-breadcrumb.scss +11 -0
  66. data/assets/itcss/5-objects/_o-btn.scss +3 -0
  67. data/assets/itcss/5-objects/_o-flash-message.scss +17 -0
  68. data/assets/itcss/5-objects/_o-grid.scss +33 -0
  69. data/assets/itcss/5-objects/_o-password-strength-meter.scss +43 -0
  70. data/assets/itcss/6-components/_c-action-bar.scss +22 -0
  71. data/assets/itcss/6-components/_c-app-loading.scss +30 -0
  72. data/assets/itcss/6-components/_c-app.scss +3 -0
  73. data/assets/itcss/6-components/_c-btn-default.scss +62 -0
  74. data/assets/itcss/6-components/_c-checkbox.scss +38 -0
  75. data/assets/itcss/6-components/_c-data-table.scss +535 -0
  76. data/assets/itcss/6-components/_c-default-breadcrumb.scss +16 -0
  77. data/assets/itcss/6-components/_c-display-layers.scss +3 -0
  78. data/assets/itcss/6-components/_c-dropdown-group.scss +3 -0
  79. data/assets/itcss/6-components/_c-dropdown.scss +183 -0
  80. data/assets/itcss/6-components/_c-examples-nav.scss +21 -0
  81. data/assets/itcss/6-components/_c-flash-message.scss +40 -0
  82. data/assets/itcss/6-components/_c-form-field.scss +40 -0
  83. data/assets/itcss/6-components/_c-form-message.scss +15 -0
  84. data/assets/itcss/6-components/_c-loader.scss +43 -0
  85. data/assets/itcss/6-components/_c-main-view-wrapper.scss +9 -0
  86. data/assets/itcss/6-components/_c-main-view.scss +6 -0
  87. data/assets/itcss/6-components/_c-nav-bar.scss +38 -0
  88. data/assets/itcss/6-components/_c-pagination.scss +60 -0
  89. data/assets/itcss/6-components/_c-panel.scss +17 -0
  90. data/assets/itcss/6-components/_c-popup-inject-point.scss +16 -0
  91. data/assets/itcss/6-components/_c-popup.scss +3 -0
  92. data/assets/itcss/6-components/_c-section-heading.scss +58 -0
  93. data/assets/itcss/6-components/_c-select-all-cell.scss +4 -0
  94. data/assets/itcss/6-components/_c-select-row-cell.scss +4 -0
  95. data/assets/itcss/6-components/_c-tab-set.scss +50 -0
  96. data/assets/itcss/6-components/_c-title-bar.scss +29 -0
  97. data/assets/itcss/6-components/_index.scss +28 -0
  98. data/assets/itcss/7-themes/_index.scss +0 -0
  99. data/assets/itcss/8-trumps/_index.scss +15 -0
  100. data/assets/itcss/app.scss +59 -0
  101. data/lib/shift_ui_kit.rb +9 -0
  102. metadata +173 -0
@@ -0,0 +1,38 @@
1
+ .c-checkbox {
2
+ display: inline-block;
3
+ appearance: none;
4
+ vertical-align: middle;
5
+
6
+ width: 16px;
7
+ height: 16px;
8
+ outline: none;
9
+ margin: 0;
10
+ border: 0.1em solid $color-info;
11
+ border-radius: 15%;
12
+ background: #fff center center no-repeat;
13
+
14
+ cursor: pointer;
15
+ user-select: none;
16
+
17
+ &--checked#{&}--determinate {
18
+ border-width: 0;
19
+ background-color: $color-info;
20
+ background-image: url("/assets/images/checkbox--determinate-checked.svg");
21
+ }
22
+
23
+ &--checked#{&}--indeterminate {
24
+ border-width: 0;
25
+ background-color: $color-info;
26
+ background-image: url("/assets/images/checkbox--indeterminate-checked.svg");
27
+ }
28
+
29
+ &--disabled#{&}--disabled {
30
+ border-color: #eee;
31
+ background-color: #eee;
32
+ cursor: default;
33
+ }
34
+
35
+ &--focused {
36
+ box-shadow: $color-info 0 0 3px;
37
+ }
38
+ }
@@ -0,0 +1,535 @@
1
+ .c-data-table {
2
+ position: relative;
3
+ }
4
+
5
+
6
+ /**
7
+ * FixedDataTable v0.5.0
8
+ *
9
+ * Copyright (c) 2015, Facebook, Inc.
10
+ * All rights reserved.
11
+ *
12
+ * This source code is licensed under the BSD-style license found in the
13
+ * LICENSE file in the root directory of this source tree. An additional grant
14
+ * of patent rights can be found in the PATENTS file in the same directory.
15
+ */
16
+
17
+ /**
18
+ * Copyright (c) 2015, Facebook, Inc.
19
+ * All rights reserved.
20
+ *
21
+ * This source code is licensed under the BSD-style license found in the
22
+ * LICENSE file in the root directory of this source tree. An additional grant
23
+ * of patent rights can be found in the PATENTS file in the same directory.
24
+ *
25
+ * @providesModule fixedDataTableCellGroupLayout
26
+ */
27
+
28
+ .fixedDataTableCellGroupLayout_cellGroup {
29
+ -webkit-backface-visibility: hidden;
30
+ backface-visibility: hidden;
31
+ left: 0;
32
+ overflow: hidden;
33
+ position: absolute;
34
+ top: 0;
35
+ white-space: nowrap;
36
+ }
37
+
38
+ .fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
39
+ display: inline-block;
40
+ vertical-align: top;
41
+ white-space: normal;
42
+ }
43
+
44
+ .fixedDataTableCellGroupLayout_cellGroupWrapper {
45
+ position: absolute;
46
+ top: 0;
47
+ }
48
+ /**
49
+ * Copyright (c) 2015, Facebook, Inc.
50
+ * All rights reserved.
51
+ *
52
+ * This source code is licensed under the BSD-style license found in the
53
+ * LICENSE file in the root directory of this source tree. An additional grant
54
+ * of patent rights can be found in the PATENTS file in the same directory.
55
+ *
56
+ * @providesModule fixedDataTableCellLayout
57
+ */
58
+
59
+ .fixedDataTableCellLayout_main {
60
+ border-right-style: solid;
61
+ border-right-width: 1px;
62
+ border-width: 0 1px 0 0;
63
+ box-sizing: border-box;
64
+ display: block;
65
+ overflow: hidden;
66
+ position: absolute;
67
+ white-space: normal;
68
+ }
69
+
70
+ .fixedDataTableCellLayout_lastChild {
71
+ border-width: 0 1px 1px 0;
72
+ }
73
+
74
+ .fixedDataTableCellLayout_alignRight {
75
+ text-align: right;
76
+ }
77
+
78
+ .fixedDataTableCellLayout_alignCenter {
79
+ text-align: center;
80
+ }
81
+
82
+ .fixedDataTableCellLayout_wrap1 {
83
+ display: table;
84
+ }
85
+
86
+ .fixedDataTableCellLayout_wrap2 {
87
+ display: table-row;
88
+ }
89
+
90
+ .fixedDataTableCellLayout_wrap3 {
91
+ display: table-cell;
92
+ vertical-align: middle;
93
+ }
94
+
95
+ .fixedDataTableCellLayout_columnResizerContainer {
96
+ position: absolute;
97
+ right: 0px;
98
+ width: 6px;
99
+ z-index: 1;
100
+ }
101
+
102
+ .fixedDataTableCellLayout_columnResizerContainer:hover {
103
+ cursor: ew-resize;
104
+ }
105
+
106
+ .fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob {
107
+ visibility: visible;
108
+ }
109
+
110
+ .fixedDataTableCellLayout_columnResizerKnob {
111
+ position: absolute;
112
+ right: 0px;
113
+ visibility: hidden;
114
+ width: 4px;
115
+ }
116
+ /**
117
+ * Copyright (c) 2015, Facebook, Inc.
118
+ * All rights reserved.
119
+ *
120
+ * This source code is licensed under the BSD-style license found in the
121
+ * LICENSE file in the root directory of this source tree. An additional grant
122
+ * of patent rights can be found in the PATENTS file in the same directory.
123
+ *
124
+ * @providesModule fixedDataTableColumnResizerLineLayout
125
+ */
126
+
127
+ .fixedDataTableColumnResizerLineLayout_mouseArea {
128
+ cursor: ew-resize;
129
+ position: absolute;
130
+ right: -5px;
131
+ width: 12px;
132
+ }
133
+
134
+ .fixedDataTableColumnResizerLineLayout_main {
135
+ border-right-style: solid;
136
+ border-right-width: 1px;
137
+ box-sizing: border-box;
138
+ position: absolute;
139
+ z-index: 10;
140
+ }
141
+
142
+ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
143
+ /* the resizer line is in the wrong position in RTL with no easy fix.
144
+ * Disabling is more useful than displaying it.
145
+ * #167 (github) should look into this and come up with a permanent fix.
146
+ */
147
+ display: none !important;
148
+ }
149
+
150
+ .fixedDataTableColumnResizerLineLayout_hiddenElem {
151
+ display: none !important;
152
+ }
153
+ /**
154
+ * Copyright (c) 2015, Facebook, Inc.
155
+ * All rights reserved.
156
+ *
157
+ * This source code is licensed under the BSD-style license found in the
158
+ * LICENSE file in the root directory of this source tree. An additional grant
159
+ * of patent rights can be found in the PATENTS file in the same directory.
160
+ *
161
+ * @providesModule fixedDataTableLayout
162
+ */
163
+
164
+ .fixedDataTableLayout_main {
165
+ border-style: solid;
166
+ border-width: 1px;
167
+ box-sizing: border-box;
168
+ overflow: hidden;
169
+ position: relative;
170
+ }
171
+
172
+ .fixedDataTableLayout_header,
173
+ .fixedDataTableLayout_hasBottomBorder {
174
+ border-bottom-style: solid;
175
+ border-bottom-width: 1px;
176
+ }
177
+
178
+ .fixedDataTableLayout_footer .public_fixedDataTableCell_main {
179
+ border-top-style: solid;
180
+ border-top-width: 1px;
181
+ }
182
+
183
+ .fixedDataTableLayout_topShadow,
184
+ .fixedDataTableLayout_bottomShadow {
185
+ height: 4px;
186
+ left: 0;
187
+ position: absolute;
188
+ right: 0;
189
+ z-index: 1;
190
+ }
191
+
192
+ .fixedDataTableLayout_bottomShadow {
193
+ margin-top: -4px;
194
+ }
195
+
196
+ .fixedDataTableLayout_rowsContainer {
197
+ overflow: hidden;
198
+ position: relative;
199
+ }
200
+
201
+ .fixedDataTableLayout_horizontalScrollbar {
202
+ bottom: 0;
203
+ position: absolute;
204
+ }
205
+ /**
206
+ * Copyright (c) 2015, Facebook, Inc.
207
+ * All rights reserved.
208
+ *
209
+ * This source code is licensed under the BSD-style license found in the
210
+ * LICENSE file in the root directory of this source tree. An additional grant
211
+ * of patent rights can be found in the PATENTS file in the same directory.
212
+ *
213
+ * @providesModule fixedDataTableRowLayout
214
+ */
215
+
216
+ .fixedDataTableRowLayout_main {
217
+ box-sizing: border-box;
218
+ overflow: hidden;
219
+ position: absolute;
220
+ top: 0;
221
+ }
222
+
223
+ .fixedDataTableRowLayout_body {
224
+ left: 0;
225
+ position: absolute;
226
+ top: 0;
227
+ }
228
+
229
+ .fixedDataTableRowLayout_fixedColumnsDivider {
230
+ -webkit-backface-visibility: hidden;
231
+ backface-visibility: hidden;
232
+ border-left-style: solid;
233
+ border-left-width: 1px;
234
+ left: 0;
235
+ position: absolute;
236
+ top: 0;
237
+ width: 0;
238
+ }
239
+
240
+ .fixedDataTableRowLayout_columnsShadow {
241
+ width: 4px;
242
+ }
243
+
244
+ .fixedDataTableRowLayout_rowWrapper {
245
+ position: absolute;
246
+ top: 0;
247
+ }
248
+ /**
249
+ * Copyright (c) 2015, Facebook, Inc.
250
+ * All rights reserved.
251
+ *
252
+ * This source code is licensed under the BSD-style license found in the
253
+ * LICENSE file in the root directory of this source tree. An additional grant
254
+ * of patent rights can be found in the PATENTS file in the same directory.
255
+ *
256
+ * @providesModule ScrollbarLayout
257
+ */
258
+
259
+ .ScrollbarLayout_main {
260
+ box-sizing: border-box;
261
+ outline: none;
262
+ overflow: hidden;
263
+ position: absolute;
264
+ -webkit-transition-duration: 250ms;
265
+ transition-duration: 250ms;
266
+ -webkit-transition-timing-function: ease;
267
+ transition-timing-function: ease;
268
+ -webkit-user-select: none;
269
+ -moz-user-select: none;
270
+ -ms-user-select: none;
271
+ user-select: none;
272
+ }
273
+
274
+ .ScrollbarLayout_mainVertical {
275
+ bottom: 0;
276
+ right: 0;
277
+ top: 0;
278
+ -webkit-transition-property: background-color width;
279
+ transition-property: background-color width;
280
+ width: 15px;
281
+ }
282
+
283
+ .ScrollbarLayout_mainVertical.public_Scrollbar_mainActive,
284
+ .ScrollbarLayout_mainVertical:hover {
285
+ width: 17px;
286
+ }
287
+
288
+ .ScrollbarLayout_mainHorizontal {
289
+ bottom: 0;
290
+ height: 15px;
291
+ left: 0;
292
+ -webkit-transition-property: background-color height;
293
+ transition-property: background-color height;
294
+ }
295
+
296
+ /* Touching the scroll-track directly makes the scroll-track bolder */
297
+ .ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,
298
+ .ScrollbarLayout_mainHorizontal:hover {
299
+ height: 17px;
300
+ }
301
+
302
+ .ScrollbarLayout_face {
303
+ left: 0;
304
+ overflow: hidden;
305
+ position: absolute;
306
+ z-index: 1;
307
+ }
308
+
309
+ /**
310
+ * This selector renders the "nub" of the scrollface. The nub must
311
+ * be rendered as pseudo-element so that it won't receive any UI events then
312
+ * we can get the correct `event.offsetX` and `event.offsetY` from the
313
+ * scrollface element while dragging it.
314
+ */
315
+ .ScrollbarLayout_face:after {
316
+ border-radius: 6px;
317
+ content: '';
318
+ display: block;
319
+ position: absolute;
320
+ -webkit-transition: background-color 250ms ease;
321
+ transition: background-color 250ms ease;
322
+ }
323
+
324
+ .ScrollbarLayout_faceHorizontal {
325
+ bottom: 0;
326
+ left: 0;
327
+ top: 0;
328
+ }
329
+
330
+ .ScrollbarLayout_faceHorizontal:after {
331
+ bottom: 4px;
332
+ left: 0;
333
+ top: 4px;
334
+ width: 100%;
335
+ }
336
+
337
+ .ScrollbarLayout_faceVertical {
338
+ left: 0;
339
+ right: 0;
340
+ top: 0;
341
+ }
342
+
343
+ .ScrollbarLayout_faceVertical:after {
344
+ height: 100%;
345
+ left: 4px;
346
+ right: 4px;
347
+ top: 0;
348
+ }
349
+ /**
350
+ * Copyright (c) 2015, Facebook, Inc.
351
+ * All rights reserved.
352
+ *
353
+ * This source code is licensed under the BSD-style license found in the
354
+ * LICENSE file in the root directory of this source tree. An additional grant
355
+ * of patent rights can be found in the PATENTS file in the same directory.
356
+ *
357
+ * @providesModule fixedDataTable
358
+ *
359
+ */
360
+
361
+ /**
362
+ * Table.
363
+ */
364
+ .public_fixedDataTable_main {
365
+ border-color: #d3d3d3;
366
+ background-color: #fff;
367
+ }
368
+
369
+ .public_fixedDataTable_header,
370
+ .public_fixedDataTable_hasBottomBorder {
371
+ border-color: #d3d3d3;
372
+ }
373
+
374
+ .public_fixedDataTable_header .public_fixedDataTableCell_main {
375
+ font-weight: bold;
376
+ }
377
+
378
+ .public_fixedDataTable_header,
379
+ .public_fixedDataTable_header .public_fixedDataTableCell_main {
380
+ background-color: #fff;
381
+ border-left-width: 0;
382
+ border-right-width: 0;
383
+ color: $color-info;
384
+ a {
385
+ color: inherit;
386
+ }
387
+ }
388
+
389
+ .public_fixedDataTable_footer .public_fixedDataTableCell_main {
390
+ background-color: #f6f7f8;
391
+ border-color: #d3d3d3;
392
+ }
393
+
394
+ .public_fixedDataTable_topShadow {
395
+ background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAF0lEQVR4AWPUkNeSBhHCjJoK2twgFisAFagCCp3pJlAAAAAASUVORK5CYII=) repeat-x;
396
+ }
397
+
398
+ .public_fixedDataTable_bottomShadow {
399
+ background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAHElEQVQI12MwNjZmZdAT1+Nm0JDWEGZQk1GTBgAWkwIeAEp52AAAAABJRU5ErkJggg==) repeat-x;
400
+ }
401
+
402
+ .public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal {
403
+ background-color: #fff;
404
+ }
405
+ /**
406
+ * Copyright (c) 2015, Facebook, Inc.
407
+ * All rights reserved.
408
+ *
409
+ * This source code is licensed under the BSD-style license found in the
410
+ * LICENSE file in the root directory of this source tree. An additional grant
411
+ * of patent rights can be found in the PATENTS file in the same directory.
412
+ *
413
+ * @providesModule fixedDataTableCell
414
+ */
415
+
416
+ /**
417
+ * Table cell.
418
+ */
419
+ .public_fixedDataTableCell_main {
420
+ background-color: #fff;
421
+ border-color: #d3d3d3;
422
+ }
423
+
424
+ .public_fixedDataTableCell_highlighted {
425
+ background-color: #f4f4f4;
426
+ }
427
+
428
+ .public_fixedDataTableCell_cellContent {
429
+ padding: 8px;
430
+ }
431
+
432
+ .public_fixedDataTableCell_columnResizerKnob {
433
+ background-color: #0284ff;
434
+ }
435
+ /**
436
+ * Copyright (c) 2015, Facebook, Inc.
437
+ * All rights reserved.
438
+ *
439
+ * This source code is licensed under the BSD-style license found in the
440
+ * LICENSE file in the root directory of this source tree. An additional grant
441
+ * of patent rights can be found in the PATENTS file in the same directory.
442
+ *
443
+ * @providesModule fixedDataTableColumnResizerLine
444
+ *
445
+ */
446
+
447
+ /**
448
+ * Column resizer line.
449
+ */
450
+ .public_fixedDataTableColumnResizerLine_main {
451
+ border-color: #0284ff;
452
+ }
453
+ /**
454
+ * Copyright (c) 2015, Facebook, Inc.
455
+ * All rights reserved.
456
+ *
457
+ * This source code is licensed under the BSD-style license found in the
458
+ * LICENSE file in the root directory of this source tree. An additional grant
459
+ * of patent rights can be found in the PATENTS file in the same directory.
460
+ *
461
+ * @providesModule fixedDataTableRow
462
+ */
463
+
464
+ /**
465
+ * Table row.
466
+ */
467
+ .public_fixedDataTableRow_main {
468
+ background-color: #fff;
469
+ }
470
+
471
+ .public_fixedDataTableRow_highlighted,
472
+ .public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
473
+ background-color: #f6f7f8;
474
+ }
475
+
476
+ .public_fixedDataTableRow_fixedColumnsDivider {
477
+ border-color: #d3d3d3;
478
+ }
479
+
480
+ .public_fixedDataTableRow_columnsShadow {
481
+ background: 0 0 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==) repeat-y;
482
+ }
483
+ /**
484
+ * Copyright (c) 2015, Facebook, Inc.
485
+ * All rights reserved.
486
+ *
487
+ * This source code is licensed under the BSD-style license found in the
488
+ * LICENSE file in the root directory of this source tree. An additional grant
489
+ * of patent rights can be found in the PATENTS file in the same directory.
490
+ *
491
+ * @providesModule Scrollbar
492
+ *
493
+ */
494
+
495
+ /**
496
+ * Scrollbars.
497
+ */
498
+
499
+ /* Touching the scroll-track directly makes the scroll-track bolder */
500
+ .public_Scrollbar_main.public_Scrollbar_mainActive,
501
+ .public_Scrollbar_main:hover {
502
+ background-color: rgba(255, 255, 255, 0.8);
503
+ }
504
+
505
+ .public_Scrollbar_main.public_Scrollbar_mainActive,
506
+ .public_Scrollbar_main:hover {
507
+ background-color: rgba(255, 255, 255, 0.8);
508
+ }
509
+
510
+ .public_Scrollbar_mainOpaque,
511
+ .public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,
512
+ .public_Scrollbar_mainOpaque:hover {
513
+ background-color: #fff;
514
+ }
515
+
516
+ .public_Scrollbar_face:after {
517
+ background-color: #c2c2c2;
518
+ }
519
+
520
+ .public_Scrollbar_main:hover .public_Scrollbar_face:after,
521
+ .public_Scrollbar_mainActive .public_Scrollbar_face:after,
522
+ .public_Scrollbar_faceActive:after {
523
+ background-color: #7d7d7d;
524
+ }
525
+
526
+
527
+ .fixedDataTableLayout_main {
528
+ .fixedDataTableCellLayout_main {
529
+ .selected {
530
+ border-top: 1px solid darken($color-highlight, 10%);
531
+ border-bottom: 1px solid darken($color-highlight, 10%);
532
+ background-color: $color-highlight;
533
+ }
534
+ }
535
+ }