fomantic-ui-sass 2.9.0 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
- data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
- data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
- data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
- data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
- data/app/assets/javascripts/semantic-ui/embed.js +646 -676
- data/app/assets/javascripts/semantic-ui/flyout.js +1515 -1466
- data/app/assets/javascripts/semantic-ui/form.js +2023 -2005
- data/app/assets/javascripts/semantic-ui/modal.js +1545 -1487
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1457
- data/app/assets/javascripts/semantic-ui/progress.js +970 -998
- data/app/assets/javascripts/semantic-ui/rating.js +508 -524
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1062 -1100
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
- data/app/assets/javascripts/semantic-ui/tab.js +903 -967
- data/app/assets/javascripts/semantic-ui/toast.js +911 -885
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1078
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +246 -341
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +185 -331
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +272 -433
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3556 -3556
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +358 -276
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +150 -226
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +30 -43
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +122 -193
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +254 -388
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +20 -31
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +426 -204
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +93 -121
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +86 -133
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +17 -1
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
3
|
-
*
|
2
|
+
* # Fomantic-UI 2.9.1 - Table
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
|
-
*
|
7
|
+
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
@@ -17,11 +17,10 @@
|
|
17
17
|
/* Prototype */
|
18
18
|
.ui.table {
|
19
19
|
width: 100%;
|
20
|
-
background: #
|
20
|
+
background: #fff;
|
21
21
|
margin: 1em 0;
|
22
22
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
23
|
-
|
24
|
-
box-shadow: none;
|
23
|
+
box-shadow: none;
|
25
24
|
border-radius: 0.28571429rem;
|
26
25
|
text-align: left;
|
27
26
|
vertical-align: middle;
|
@@ -50,7 +49,6 @@
|
|
50
49
|
/* Table Content */
|
51
50
|
.ui.table th,
|
52
51
|
.ui.table td {
|
53
|
-
-webkit-transition: background 0.1s ease, color 0.1s ease;
|
54
52
|
transition: background 0.1s ease, color 0.1s ease;
|
55
53
|
}
|
56
54
|
|
@@ -62,12 +60,11 @@
|
|
62
60
|
|
63
61
|
/* Headers */
|
64
62
|
.ui.table > thead {
|
65
|
-
|
66
|
-
box-shadow: none;
|
63
|
+
box-shadow: none;
|
67
64
|
}
|
68
65
|
.ui.table > thead > tr > th {
|
69
66
|
cursor: auto;
|
70
|
-
background: #
|
67
|
+
background: #f9fafb;
|
71
68
|
text-align: inherit;
|
72
69
|
color: rgba(0, 0, 0, 0.87);
|
73
70
|
padding: 0.92857143em 0.78571429em;
|
@@ -93,14 +90,13 @@
|
|
93
90
|
|
94
91
|
/* Footer */
|
95
92
|
.ui.table > tfoot {
|
96
|
-
|
97
|
-
box-shadow: none;
|
93
|
+
box-shadow: none;
|
98
94
|
}
|
99
95
|
.ui.table > tfoot > tr > th,
|
100
96
|
.ui.table > tfoot > tr > td {
|
101
97
|
cursor: auto;
|
102
98
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
103
|
-
background: #
|
99
|
+
background: #f9fafb;
|
104
100
|
text-align: inherit;
|
105
101
|
color: rgba(0, 0, 0, 0.87);
|
106
102
|
padding: 0.78571429em 0.78571429em;
|
@@ -202,8 +198,7 @@
|
|
202
198
|
.ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr {
|
203
199
|
padding-top: 1em;
|
204
200
|
padding-bottom: 1em;
|
205
|
-
|
206
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
|
201
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
|
207
202
|
}
|
208
203
|
.ui.ui.ui.ui.table:not(.unstackable) > tr > th,
|
209
204
|
.ui.ui.ui.ui.table:not(.unstackable) > thead > tr > th,
|
@@ -215,8 +210,7 @@
|
|
215
210
|
background: none;
|
216
211
|
border: none;
|
217
212
|
padding: 0.25em 0.75em;
|
218
|
-
|
219
|
-
box-shadow: none;
|
213
|
+
box-shadow: none;
|
220
214
|
}
|
221
215
|
.ui.table:not(.unstackable) > tr > th:first-child,
|
222
216
|
.ui.table:not(.unstackable) > thead > tr > th:first-child,
|
@@ -230,248 +224,187 @@
|
|
230
224
|
|
231
225
|
/* Definition Table */
|
232
226
|
.ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
|
233
|
-
|
234
|
-
box-shadow: none !important;
|
227
|
+
box-shadow: none !important;
|
235
228
|
}
|
236
229
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="primary marked"].left {
|
237
|
-
|
238
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
|
230
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
239
231
|
}
|
240
232
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="primary marked"].right {
|
241
|
-
|
242
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
|
233
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
243
234
|
}
|
244
235
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="primary marked"].left {
|
245
|
-
|
246
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
|
236
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
247
237
|
}
|
248
238
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="primary marked"].right {
|
249
|
-
|
250
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
|
239
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
251
240
|
}
|
252
241
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="secondary marked"].left {
|
253
|
-
|
254
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
|
242
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
255
243
|
}
|
256
244
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="secondary marked"].right {
|
257
|
-
|
258
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
|
245
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
259
246
|
}
|
260
247
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="secondary marked"].left {
|
261
|
-
|
262
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
248
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
263
249
|
}
|
264
250
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="secondary marked"].right {
|
265
|
-
|
266
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
251
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
267
252
|
}
|
268
253
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="red marked"].left {
|
269
|
-
|
270
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset;
|
254
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #db2828 inset;
|
271
255
|
}
|
272
256
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="red marked"].right {
|
273
|
-
|
274
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset;
|
257
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #db2828 inset;
|
275
258
|
}
|
276
259
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="red marked"].left {
|
277
|
-
|
278
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
|
260
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff695e inset;
|
279
261
|
}
|
280
262
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="red marked"].right {
|
281
|
-
|
282
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
|
263
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff695e inset;
|
283
264
|
}
|
284
265
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].left {
|
285
|
-
|
286
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset;
|
266
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f2711c inset;
|
287
267
|
}
|
288
268
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].right {
|
289
|
-
|
290
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset;
|
269
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f2711c inset;
|
291
270
|
}
|
292
271
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="orange marked"].left {
|
293
|
-
|
294
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
|
272
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff851b inset;
|
295
273
|
}
|
296
274
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="orange marked"].right {
|
297
|
-
|
298
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
|
275
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff851b inset;
|
299
276
|
}
|
300
277
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="yellow marked"].left {
|
301
|
-
|
302
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
|
278
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #fbbd08 inset;
|
303
279
|
}
|
304
280
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="yellow marked"].right {
|
305
|
-
|
306
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
|
281
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #fbbd08 inset;
|
307
282
|
}
|
308
283
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="yellow marked"].left {
|
309
|
-
|
310
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
|
284
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ffe21f inset;
|
311
285
|
}
|
312
286
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="yellow marked"].right {
|
313
|
-
|
314
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
|
287
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ffe21f inset;
|
315
288
|
}
|
316
289
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="olive marked"].left {
|
317
|
-
|
318
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
|
290
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #b5cc18 inset;
|
319
291
|
}
|
320
292
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="olive marked"].right {
|
321
|
-
|
322
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
|
293
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #b5cc18 inset;
|
323
294
|
}
|
324
295
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="olive marked"].left {
|
325
|
-
|
326
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
|
296
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d9e778 inset;
|
327
297
|
}
|
328
298
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="olive marked"].right {
|
329
|
-
|
330
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
|
299
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d9e778 inset;
|
331
300
|
}
|
332
301
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="green marked"].left {
|
333
|
-
|
334
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
|
302
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21ba45 inset;
|
335
303
|
}
|
336
304
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="green marked"].right {
|
337
|
-
|
338
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
|
305
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21ba45 inset;
|
339
306
|
}
|
340
307
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="green marked"].left {
|
341
|
-
|
342
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
|
308
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ecc40 inset;
|
343
309
|
}
|
344
310
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="green marked"].right {
|
345
|
-
|
346
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
|
311
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ecc40 inset;
|
347
312
|
}
|
348
313
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="teal marked"].left {
|
349
|
-
|
350
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset;
|
314
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00b5ad inset;
|
351
315
|
}
|
352
316
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="teal marked"].right {
|
353
|
-
|
354
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset;
|
317
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00b5ad inset;
|
355
318
|
}
|
356
319
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="teal marked"].left {
|
357
|
-
|
358
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
|
320
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6dffff inset;
|
359
321
|
}
|
360
322
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="teal marked"].right {
|
361
|
-
|
362
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
|
323
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6dffff inset;
|
363
324
|
}
|
364
325
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="blue marked"].left {
|
365
|
-
|
366
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
|
326
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
367
327
|
}
|
368
328
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="blue marked"].right {
|
369
|
-
|
370
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
|
329
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
371
330
|
}
|
372
331
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="blue marked"].left {
|
373
|
-
|
374
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
|
332
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
375
333
|
}
|
376
334
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="blue marked"].right {
|
377
|
-
|
378
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
|
335
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
379
336
|
}
|
380
337
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="violet marked"].left {
|
381
|
-
|
382
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
|
338
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435c9 inset;
|
383
339
|
}
|
384
340
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="violet marked"].right {
|
385
|
-
|
386
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
|
341
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435c9 inset;
|
387
342
|
}
|
388
343
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="violet marked"].left {
|
389
|
-
|
390
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
|
344
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a291fb inset;
|
391
345
|
}
|
392
346
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="violet marked"].right {
|
393
|
-
|
394
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
|
347
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a291fb inset;
|
395
348
|
}
|
396
349
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].left {
|
397
|
-
|
398
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
|
350
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a333c8 inset;
|
399
351
|
}
|
400
352
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].right {
|
401
|
-
|
402
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
|
353
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a333c8 inset;
|
403
354
|
}
|
404
355
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="purple marked"].left {
|
405
|
-
|
406
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
|
356
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dc73ff inset;
|
407
357
|
}
|
408
358
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="purple marked"].right {
|
409
|
-
|
410
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
|
359
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dc73ff inset;
|
411
360
|
}
|
412
361
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].left {
|
413
|
-
|
414
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
|
362
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #e03997 inset;
|
415
363
|
}
|
416
364
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].right {
|
417
|
-
|
418
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
|
365
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #e03997 inset;
|
419
366
|
}
|
420
367
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="pink marked"].left {
|
421
|
-
|
422
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
|
368
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff8edf inset;
|
423
369
|
}
|
424
370
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="pink marked"].right {
|
425
|
-
|
426
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
|
371
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff8edf inset;
|
427
372
|
}
|
428
373
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].left {
|
429
|
-
|
430
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
|
374
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a5673f inset;
|
431
375
|
}
|
432
376
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].right {
|
433
|
-
|
434
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
|
377
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a5673f inset;
|
435
378
|
}
|
436
379
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="brown marked"].left {
|
437
|
-
|
438
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
|
380
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d67c1c inset;
|
439
381
|
}
|
440
382
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="brown marked"].right {
|
441
|
-
|
442
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
|
383
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d67c1c inset;
|
443
384
|
}
|
444
385
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="grey marked"].left {
|
445
|
-
|
446
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
|
386
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
|
447
387
|
}
|
448
388
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="grey marked"].right {
|
449
|
-
|
450
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
|
389
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
|
451
390
|
}
|
452
391
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="grey marked"].left {
|
453
|
-
|
454
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
|
392
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dcddde inset;
|
455
393
|
}
|
456
394
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="grey marked"].right {
|
457
|
-
|
458
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
|
395
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dcddde inset;
|
459
396
|
}
|
460
397
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="black marked"].left {
|
461
|
-
|
462
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
|
398
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
463
399
|
}
|
464
400
|
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="black marked"].right {
|
465
|
-
|
466
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
|
401
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
467
402
|
}
|
468
403
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="black marked"].left {
|
469
|
-
|
470
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
404
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
471
405
|
}
|
472
406
|
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="black marked"].right {
|
473
|
-
|
474
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
407
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
475
408
|
}
|
476
409
|
.ui.scrolling.table.short > tbody {
|
477
410
|
max-height: 6.74983929em;
|
@@ -505,10 +438,9 @@
|
|
505
438
|
}
|
506
439
|
}
|
507
440
|
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
441
|
+
/* --------------
|
442
|
+
Scrolling
|
443
|
+
--------------- */
|
512
444
|
@media only screen and (min-width: 768px) {
|
513
445
|
.ui.scrolling.table.short > tbody {
|
514
446
|
max-height: 8.99978571em;
|
@@ -565,6 +497,8 @@
|
|
565
497
|
.ui.scrolling.table > tbody {
|
566
498
|
display: block;
|
567
499
|
overflow-y: scroll;
|
500
|
+
-ms-scroll-chaining: none;
|
501
|
+
overscroll-behavior: none;
|
568
502
|
scrollbar-width: thin;
|
569
503
|
|
570
504
|
/* Firefox */
|
@@ -579,13 +513,13 @@
|
|
579
513
|
|
580
514
|
/* Camouflage scrollbars, we need them only to gain the same width as tbody */
|
581
515
|
.ui.scrolling.table > thead {
|
582
|
-
background: #
|
583
|
-
color: #
|
516
|
+
background: #f9fafb;
|
517
|
+
color: #f9fafb;
|
584
518
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
585
519
|
}
|
586
520
|
.ui.scrolling.table > tfoot {
|
587
|
-
background: #
|
588
|
-
color: #
|
521
|
+
background: #f9fafb;
|
522
|
+
color: #f9fafb;
|
589
523
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
590
524
|
}
|
591
525
|
.ui.inverted.scrolling.table > thead {
|
@@ -615,10 +549,10 @@
|
|
615
549
|
/* IE scrollbar color needs hex values */
|
616
550
|
@media all and (-ms-high-contrast: none) {
|
617
551
|
.ui.scrolling.table > thead {
|
618
|
-
color: #
|
552
|
+
color: #f9fafb;
|
619
553
|
}
|
620
554
|
.ui.scrolling.table > tfoot {
|
621
|
-
color: #
|
555
|
+
color: #f9fafb;
|
622
556
|
}
|
623
557
|
.ui.inverted.scrolling.table > thead {
|
624
558
|
color: #252525;
|
@@ -647,17 +581,18 @@
|
|
647
581
|
scrollbar-track-color: #323232;
|
648
582
|
scrollbar-arrow-color: #323232;
|
649
583
|
|
650
|
-
/* firefox
|
584
|
+
/* firefox: first color thumb, second track */
|
651
585
|
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
652
586
|
}
|
653
587
|
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
588
|
+
/* --------------
|
589
|
+
Overflowing
|
590
|
+
--------------- */
|
658
591
|
.ui.overflowing.table {
|
659
592
|
display: block;
|
660
593
|
overflow: auto;
|
594
|
+
-ms-scroll-chaining: none;
|
595
|
+
overscroll-behavior: none;
|
661
596
|
}
|
662
597
|
@media only screen and (min-width: 768px) {
|
663
598
|
.ui.overflowing.table.short {
|
@@ -729,10 +664,9 @@
|
|
729
664
|
*******************************/
|
730
665
|
|
731
666
|
|
732
|
-
|
667
|
+
/* --------------
|
733
668
|
Complex
|
734
|
-
|
735
|
-
|
669
|
+
--------------- */
|
736
670
|
.ui.structured.table {
|
737
671
|
border-collapse: collapse;
|
738
672
|
}
|
@@ -762,17 +696,15 @@
|
|
762
696
|
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
763
697
|
}
|
764
698
|
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
699
|
+
/* --------------
|
700
|
+
Definition
|
701
|
+
--------------- */
|
769
702
|
.ui.definition.table > thead:not(.full-width) > tr > th:first-child {
|
770
703
|
pointer-events: none;
|
771
|
-
background: #
|
704
|
+
background: #fff;
|
772
705
|
font-weight: normal;
|
773
706
|
color: rgba(0, 0, 0, 0.4);
|
774
|
-
|
775
|
-
box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF;
|
707
|
+
box-shadow: -0.1em -0.2em 0 0.1em #fff;
|
776
708
|
-moz-transform: scale(1);
|
777
709
|
}
|
778
710
|
.ui.definition.table > thead:not(.full-width) > tr > th:first-child:not(:empty) {
|
@@ -780,11 +712,10 @@
|
|
780
712
|
}
|
781
713
|
.ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
|
782
714
|
pointer-events: none;
|
783
|
-
background: #
|
715
|
+
background: #fff;
|
784
716
|
font-weight: normal;
|
785
717
|
color: rgba(0, 0, 0, 0.4);
|
786
|
-
|
787
|
-
box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF;
|
718
|
+
box-shadow: -0.1em 0.2em 0 0.1em #fff;
|
788
719
|
-moz-transform: scale(1);
|
789
720
|
}
|
790
721
|
|
@@ -796,13 +727,12 @@
|
|
796
727
|
background: rgba(0, 0, 0, 0.03);
|
797
728
|
font-weight: bold;
|
798
729
|
color: rgba(0, 0, 0, 0.95);
|
799
|
-
text-transform:
|
800
|
-
|
801
|
-
|
802
|
-
text-align: '';
|
730
|
+
text-transform: "";
|
731
|
+
box-shadow: "";
|
732
|
+
text-align: "";
|
803
733
|
font-size: 1em;
|
804
|
-
padding-left:
|
805
|
-
padding-right:
|
734
|
+
padding-left: "";
|
735
|
+
padding-right: "";
|
806
736
|
}
|
807
737
|
|
808
738
|
/* Fix 2nd Column */
|
@@ -824,95 +754,84 @@
|
|
824
754
|
*******************************/
|
825
755
|
|
826
756
|
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
757
|
+
/* --------------
|
758
|
+
Positive
|
759
|
+
--------------- */
|
831
760
|
.ui.ui.ui.ui.table tr.positive,
|
832
761
|
.ui.ui.table td.positive {
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
color: #2C662D;
|
762
|
+
box-shadow: 0 0 0 #a3c293 inset;
|
763
|
+
background: #fcfff5;
|
764
|
+
color: #2c662d;
|
837
765
|
}
|
838
766
|
.ui.ui.ui.ui.inverted.table tr.positive,
|
839
767
|
.ui.ui.inverted.table td.positive {
|
840
|
-
background: #
|
841
|
-
color: #
|
768
|
+
background: #a3c293;
|
769
|
+
color: #2c662d;
|
842
770
|
}
|
843
771
|
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
772
|
+
/* --------------
|
773
|
+
Negative
|
774
|
+
--------------- */
|
848
775
|
.ui.ui.ui.ui.table tr.negative,
|
849
776
|
.ui.ui.table td.negative {
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
color: #9F3A38;
|
777
|
+
box-shadow: 0 0 0 #e0b4b4 inset;
|
778
|
+
background: #fff6f6;
|
779
|
+
color: #9f3a38;
|
854
780
|
}
|
855
781
|
.ui.ui.ui.ui.inverted.table tr.negative,
|
856
782
|
.ui.ui.inverted.table td.negative {
|
857
|
-
background: #
|
858
|
-
color: #
|
783
|
+
background: #e0b4b4;
|
784
|
+
color: #9f3a38;
|
859
785
|
}
|
860
786
|
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
787
|
+
/* --------------
|
788
|
+
Error
|
789
|
+
--------------- */
|
865
790
|
.ui.ui.ui.ui.table tr.error,
|
866
791
|
.ui.ui.table td.error {
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
color: #9F3A38;
|
792
|
+
box-shadow: 0 0 0 #e0b4b4 inset;
|
793
|
+
background: #fff6f6;
|
794
|
+
color: #9f3a38;
|
871
795
|
}
|
872
796
|
.ui.ui.ui.ui.inverted.table tr.error,
|
873
797
|
.ui.ui.inverted.table td.error {
|
874
|
-
background: #
|
875
|
-
color: #
|
798
|
+
background: #e0b4b4;
|
799
|
+
color: #9f3a38;
|
876
800
|
}
|
877
801
|
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
802
|
+
/* --------------
|
803
|
+
Warning
|
804
|
+
--------------- */
|
882
805
|
.ui.ui.ui.ui.table tr.warning,
|
883
806
|
.ui.ui.table td.warning {
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
color: #573A08;
|
807
|
+
box-shadow: 0 0 0 #c9ba9b inset;
|
808
|
+
background: #fffaf3;
|
809
|
+
color: #573a08;
|
888
810
|
}
|
889
811
|
.ui.ui.ui.ui.inverted.table tr.warning,
|
890
812
|
.ui.ui.inverted.table td.warning {
|
891
|
-
background: #
|
892
|
-
color: #
|
813
|
+
background: #eec97e;
|
814
|
+
color: #573a08;
|
893
815
|
}
|
894
816
|
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
817
|
+
/* --------------
|
818
|
+
Active
|
819
|
+
--------------- */
|
899
820
|
.ui.ui.ui.ui.table tr.active,
|
900
821
|
.ui.ui.table td.active {
|
901
|
-
|
902
|
-
|
903
|
-
background: #E0E0E0;
|
822
|
+
box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
|
823
|
+
background: #e0e0e0;
|
904
824
|
color: rgba(0, 0, 0, 0.87);
|
905
825
|
}
|
906
826
|
.ui.ui.ui.ui.inverted.table tr.active,
|
907
827
|
.ui.ui.inverted.table td.active {
|
908
|
-
background: #
|
828
|
+
background: #a0a0a0;
|
909
829
|
color: rgba(0, 0, 0, 0.87);
|
910
830
|
}
|
911
831
|
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
832
|
+
/* --------------
|
833
|
+
Disabled
|
834
|
+
--------------- */
|
916
835
|
.ui.ui.ui.table tr.disabled td,
|
917
836
|
.ui.ui.ui.table tr td.disabled,
|
918
837
|
.ui.table tr.disabled:hover,
|
@@ -927,10 +846,9 @@
|
|
927
846
|
*******************************/
|
928
847
|
|
929
848
|
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
849
|
+
/* --------------
|
850
|
+
Stackable
|
851
|
+
--------------- */
|
934
852
|
@media only screen and (max-width: 991.98px) {
|
935
853
|
.ui[class*="tablet stackable"].table,
|
936
854
|
.ui[class*="tablet stackable"].table > thead,
|
@@ -965,8 +883,7 @@
|
|
965
883
|
.ui.ui.ui.ui[class*="tablet stackable"].table > tr {
|
966
884
|
padding-top: 1em;
|
967
885
|
padding-bottom: 1em;
|
968
|
-
|
969
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
|
886
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
|
970
887
|
}
|
971
888
|
.ui[class*="tablet stackable"].table > thead > tr > th,
|
972
889
|
.ui[class*="tablet stackable"].table > tbody > tr > th,
|
@@ -978,261 +895,198 @@
|
|
978
895
|
background: none;
|
979
896
|
border: none !important;
|
980
897
|
padding: 0.25em 0.75em;
|
981
|
-
|
982
|
-
box-shadow: none;
|
898
|
+
box-shadow: none;
|
983
899
|
}
|
984
900
|
|
985
901
|
/* Definition Table */
|
986
902
|
.ui.definition[class*="tablet stackable"].table > thead > tr > th:first-child {
|
987
|
-
|
988
|
-
box-shadow: none !important;
|
903
|
+
box-shadow: none !important;
|
989
904
|
}
|
990
905
|
}
|
991
906
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="primary marked"].left {
|
992
|
-
|
993
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
|
907
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
994
908
|
}
|
995
909
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="primary marked"].right {
|
996
|
-
|
997
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
|
910
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
998
911
|
}
|
999
912
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="primary marked"].left {
|
1000
|
-
|
1001
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
|
913
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
1002
914
|
}
|
1003
915
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="primary marked"].right {
|
1004
|
-
|
1005
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
|
916
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
1006
917
|
}
|
1007
918
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].left {
|
1008
|
-
|
1009
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
|
919
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
1010
920
|
}
|
1011
921
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].right {
|
1012
|
-
|
1013
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
|
922
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
1014
923
|
}
|
1015
924
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="secondary marked"].left {
|
1016
|
-
|
1017
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
925
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
1018
926
|
}
|
1019
927
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="secondary marked"].right {
|
1020
|
-
|
1021
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
928
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
1022
929
|
}
|
1023
930
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="red marked"].left {
|
1024
|
-
|
1025
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset;
|
931
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #db2828 inset;
|
1026
932
|
}
|
1027
933
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="red marked"].right {
|
1028
|
-
|
1029
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset;
|
934
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #db2828 inset;
|
1030
935
|
}
|
1031
936
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="red marked"].left {
|
1032
|
-
|
1033
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
|
937
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff695e inset;
|
1034
938
|
}
|
1035
939
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="red marked"].right {
|
1036
|
-
|
1037
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
|
940
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff695e inset;
|
1038
941
|
}
|
1039
942
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].left {
|
1040
|
-
|
1041
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset;
|
943
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f2711c inset;
|
1042
944
|
}
|
1043
945
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].right {
|
1044
|
-
|
1045
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset;
|
946
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f2711c inset;
|
1046
947
|
}
|
1047
948
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].left {
|
1048
|
-
|
1049
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
|
949
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff851b inset;
|
1050
950
|
}
|
1051
951
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].right {
|
1052
|
-
|
1053
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
|
952
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff851b inset;
|
1054
953
|
}
|
1055
954
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="yellow marked"].left {
|
1056
|
-
|
1057
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
|
955
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #fbbd08 inset;
|
1058
956
|
}
|
1059
957
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="yellow marked"].right {
|
1060
|
-
|
1061
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
|
958
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #fbbd08 inset;
|
1062
959
|
}
|
1063
960
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="yellow marked"].left {
|
1064
|
-
|
1065
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
|
961
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ffe21f inset;
|
1066
962
|
}
|
1067
963
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="yellow marked"].right {
|
1068
|
-
|
1069
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
|
964
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ffe21f inset;
|
1070
965
|
}
|
1071
966
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].left {
|
1072
|
-
|
1073
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
|
967
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #b5cc18 inset;
|
1074
968
|
}
|
1075
969
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].right {
|
1076
|
-
|
1077
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
|
970
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #b5cc18 inset;
|
1078
971
|
}
|
1079
972
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="olive marked"].left {
|
1080
|
-
|
1081
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
|
973
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d9e778 inset;
|
1082
974
|
}
|
1083
975
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="olive marked"].right {
|
1084
|
-
|
1085
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
|
976
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d9e778 inset;
|
1086
977
|
}
|
1087
978
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].left {
|
1088
|
-
|
1089
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
|
979
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21ba45 inset;
|
1090
980
|
}
|
1091
981
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].right {
|
1092
|
-
|
1093
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
|
982
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21ba45 inset;
|
1094
983
|
}
|
1095
984
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="green marked"].left {
|
1096
|
-
|
1097
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
|
985
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ecc40 inset;
|
1098
986
|
}
|
1099
987
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="green marked"].right {
|
1100
|
-
|
1101
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
|
988
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ecc40 inset;
|
1102
989
|
}
|
1103
990
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].left {
|
1104
|
-
|
1105
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset;
|
991
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00b5ad inset;
|
1106
992
|
}
|
1107
993
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].right {
|
1108
|
-
|
1109
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset;
|
994
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00b5ad inset;
|
1110
995
|
}
|
1111
996
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="teal marked"].left {
|
1112
|
-
|
1113
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
|
997
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6dffff inset;
|
1114
998
|
}
|
1115
999
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="teal marked"].right {
|
1116
|
-
|
1117
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
|
1000
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6dffff inset;
|
1118
1001
|
}
|
1119
1002
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="blue marked"].left {
|
1120
|
-
|
1121
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
|
1003
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
1122
1004
|
}
|
1123
1005
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="blue marked"].right {
|
1124
|
-
|
1125
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
|
1006
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
1126
1007
|
}
|
1127
1008
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="blue marked"].left {
|
1128
|
-
|
1129
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
|
1009
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
1130
1010
|
}
|
1131
1011
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="blue marked"].right {
|
1132
|
-
|
1133
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
|
1012
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
1134
1013
|
}
|
1135
1014
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].left {
|
1136
|
-
|
1137
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
|
1015
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435c9 inset;
|
1138
1016
|
}
|
1139
1017
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].right {
|
1140
|
-
|
1141
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
|
1018
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435c9 inset;
|
1142
1019
|
}
|
1143
1020
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="violet marked"].left {
|
1144
|
-
|
1145
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
|
1021
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a291fb inset;
|
1146
1022
|
}
|
1147
1023
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="violet marked"].right {
|
1148
|
-
|
1149
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
|
1024
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a291fb inset;
|
1150
1025
|
}
|
1151
1026
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].left {
|
1152
|
-
|
1153
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
|
1027
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a333c8 inset;
|
1154
1028
|
}
|
1155
1029
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].right {
|
1156
|
-
|
1157
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
|
1030
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a333c8 inset;
|
1158
1031
|
}
|
1159
1032
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].left {
|
1160
|
-
|
1161
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
|
1033
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dc73ff inset;
|
1162
1034
|
}
|
1163
1035
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].right {
|
1164
|
-
|
1165
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
|
1036
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dc73ff inset;
|
1166
1037
|
}
|
1167
1038
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].left {
|
1168
|
-
|
1169
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
|
1039
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #e03997 inset;
|
1170
1040
|
}
|
1171
1041
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].right {
|
1172
|
-
|
1173
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
|
1042
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #e03997 inset;
|
1174
1043
|
}
|
1175
1044
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].left {
|
1176
|
-
|
1177
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
|
1045
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff8edf inset;
|
1178
1046
|
}
|
1179
1047
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].right {
|
1180
|
-
|
1181
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
|
1048
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff8edf inset;
|
1182
1049
|
}
|
1183
1050
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].left {
|
1184
|
-
|
1185
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
|
1051
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a5673f inset;
|
1186
1052
|
}
|
1187
1053
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].right {
|
1188
|
-
|
1189
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
|
1054
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a5673f inset;
|
1190
1055
|
}
|
1191
1056
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].left {
|
1192
|
-
|
1193
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
|
1057
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d67c1c inset;
|
1194
1058
|
}
|
1195
1059
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].right {
|
1196
|
-
|
1197
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
|
1060
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d67c1c inset;
|
1198
1061
|
}
|
1199
1062
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].left {
|
1200
|
-
|
1201
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
|
1063
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
|
1202
1064
|
}
|
1203
1065
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].right {
|
1204
|
-
|
1205
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
|
1066
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
|
1206
1067
|
}
|
1207
1068
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="grey marked"].left {
|
1208
|
-
|
1209
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
|
1069
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dcddde inset;
|
1210
1070
|
}
|
1211
1071
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="grey marked"].right {
|
1212
|
-
|
1213
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
|
1072
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dcddde inset;
|
1214
1073
|
}
|
1215
1074
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="black marked"].left {
|
1216
|
-
|
1217
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
|
1075
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
1218
1076
|
}
|
1219
1077
|
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="black marked"].right {
|
1220
|
-
|
1221
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
|
1078
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
1222
1079
|
}
|
1223
1080
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="black marked"].left {
|
1224
|
-
|
1225
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
1081
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
1226
1082
|
}
|
1227
1083
|
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="black marked"].right {
|
1228
|
-
|
1229
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
1084
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
1230
1085
|
}
|
1231
1086
|
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1087
|
+
/* --------------
|
1088
|
+
Text Alignment
|
1089
|
+
--------------- */
|
1236
1090
|
.ui.table[class*="left aligned"],
|
1237
1091
|
.ui.table [class*="left aligned"] {
|
1238
1092
|
text-align: left;
|
@@ -1246,10 +1100,9 @@
|
|
1246
1100
|
text-align: right;
|
1247
1101
|
}
|
1248
1102
|
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1252
|
-
|
1103
|
+
/* ------------------
|
1104
|
+
Vertical Alignment
|
1105
|
+
------------------ */
|
1253
1106
|
.ui.table[class*="top aligned"],
|
1254
1107
|
.ui.table [class*="top aligned"] {
|
1255
1108
|
vertical-align: top;
|
@@ -1263,20 +1116,18 @@
|
|
1263
1116
|
vertical-align: bottom;
|
1264
1117
|
}
|
1265
1118
|
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1119
|
+
/* --------------
|
1120
|
+
Collapsing
|
1121
|
+
--------------- */
|
1270
1122
|
.ui.table th.collapsing,
|
1271
1123
|
.ui.table td.collapsing {
|
1272
1124
|
width: 1px;
|
1273
1125
|
white-space: nowrap;
|
1274
1126
|
}
|
1275
1127
|
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1128
|
+
/* --------------
|
1129
|
+
Fixed
|
1130
|
+
--------------- */
|
1280
1131
|
.ui.fixed.table {
|
1281
1132
|
table-layout: fixed;
|
1282
1133
|
}
|
@@ -1286,10 +1137,9 @@
|
|
1286
1137
|
text-overflow: ellipsis;
|
1287
1138
|
}
|
1288
1139
|
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1140
|
+
/* --------------
|
1141
|
+
Selectable
|
1142
|
+
--------------- */
|
1293
1143
|
.ui.ui.selectable.table > tbody > tr:hover,
|
1294
1144
|
.ui.table tbody tr td.selectable:hover {
|
1295
1145
|
background: rgba(0, 0, 0, 0.05);
|
@@ -1335,7 +1185,7 @@
|
|
1335
1185
|
.ui.ui.selectable.table tr.active:hover,
|
1336
1186
|
.ui.table tr td.selectable.active:hover,
|
1337
1187
|
.ui.selectable.table tr:hover td.active {
|
1338
|
-
background: #
|
1188
|
+
background: #e0e0e0;
|
1339
1189
|
color: rgba(0, 0, 0, 0.87);
|
1340
1190
|
}
|
1341
1191
|
.ui.ui.selectable.table tr.positive:hover,
|
@@ -1351,10 +1201,9 @@
|
|
1351
1201
|
color: #943634;
|
1352
1202
|
}
|
1353
1203
|
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1204
|
+
/* -------------------
|
1205
|
+
Attached
|
1206
|
+
-------------------- */
|
1358
1207
|
|
1359
1208
|
/* Middle */
|
1360
1209
|
.ui.attached.table {
|
@@ -1364,9 +1213,8 @@
|
|
1364
1213
|
margin: 0 -1px;
|
1365
1214
|
width: calc(100% + 2px);
|
1366
1215
|
max-width: calc(100% + 2px);
|
1367
|
-
|
1368
|
-
|
1369
|
-
border: 1px solid #D4D4D5;
|
1216
|
+
box-shadow: none;
|
1217
|
+
border: 1px solid #d4d4d5;
|
1370
1218
|
}
|
1371
1219
|
.ui.attached + .ui.attached.table:not(.top) {
|
1372
1220
|
border-top: none;
|
@@ -1390,18 +1238,16 @@
|
|
1390
1238
|
margin-top: 0;
|
1391
1239
|
top: 0;
|
1392
1240
|
margin-bottom: 1em;
|
1393
|
-
|
1394
|
-
box-shadow: none, none;
|
1241
|
+
box-shadow: none, none;
|
1395
1242
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
1396
1243
|
}
|
1397
1244
|
.ui[class*="bottom attached"].table:last-child {
|
1398
1245
|
margin-bottom: 0;
|
1399
1246
|
}
|
1400
1247
|
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
|
1248
|
+
/* --------------
|
1249
|
+
Striped
|
1250
|
+
--------------- */
|
1405
1251
|
|
1406
1252
|
/* Table Striping */
|
1407
1253
|
.ui.striped.table > tr:nth-child(2n),
|
@@ -1417,29 +1263,27 @@
|
|
1417
1263
|
|
1418
1264
|
/* Allow striped active hover */
|
1419
1265
|
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
|
1420
|
-
background: #
|
1266
|
+
background: #efefef;
|
1421
1267
|
color: rgba(0, 0, 0, 0.95);
|
1422
1268
|
}
|
1423
1269
|
|
1424
|
-
|
1270
|
+
/* --------------
|
1425
1271
|
Single Line
|
1426
|
-
|
1427
|
-
|
1272
|
+
--------------- */
|
1428
1273
|
.ui.table[class*="single line"],
|
1429
1274
|
.ui.table [class*="single line"] {
|
1430
1275
|
white-space: nowrap;
|
1431
1276
|
}
|
1432
1277
|
|
1433
|
-
|
1278
|
+
/* -------------------
|
1434
1279
|
Colors
|
1435
|
-
|
1436
|
-
|
1280
|
+
-------------------- */
|
1437
1281
|
.ui.primary.table {
|
1438
|
-
border-top: 0.2em solid #
|
1282
|
+
border-top: 0.2em solid #2185d0;
|
1439
1283
|
}
|
1440
1284
|
.ui.inverted.primary.table {
|
1441
|
-
background: #
|
1442
|
-
color: #
|
1285
|
+
background: #2185d0;
|
1286
|
+
color: #fff;
|
1443
1287
|
}
|
1444
1288
|
|
1445
1289
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -1457,15 +1301,15 @@
|
|
1457
1301
|
}
|
1458
1302
|
.ui.inverted.scrolling.table > thead.primary,
|
1459
1303
|
.ui.inverted.scrolling.table > tfoot.primary {
|
1460
|
-
background: #
|
1461
|
-
color: #
|
1304
|
+
background: #2185d0;
|
1305
|
+
color: #2185d0;
|
1462
1306
|
}
|
1463
1307
|
.ui.inverted.scrolling.table > thead.primary > tr > th,
|
1464
1308
|
.ui.inverted.scrolling.table > tfoot.primary > tr > th,
|
1465
1309
|
.ui.inverted.scrolling.table > thead.primary > tr > td,
|
1466
1310
|
.ui.inverted.scrolling.table > tfoot.primary > tr > td {
|
1467
1311
|
background: inherit;
|
1468
|
-
color: #
|
1312
|
+
color: #fff;
|
1469
1313
|
}
|
1470
1314
|
.ui.ui.ui.ui.table tr[class*="primary colored"],
|
1471
1315
|
.ui.ui.table th[class*="primary colored"],
|
@@ -1491,8 +1335,8 @@
|
|
1491
1335
|
.ui.ui.ui.ui.inverted.table tr.primary:not(.marked),
|
1492
1336
|
.ui.ui.inverted.table th.primary:not(.marked),
|
1493
1337
|
.ui.ui.inverted.table td.primary:not(.marked) {
|
1494
|
-
background: #
|
1495
|
-
color: #
|
1338
|
+
background: #2185d0;
|
1339
|
+
color: #fff;
|
1496
1340
|
}
|
1497
1341
|
.ui.inverted.table > thead > tr[class*="primary colored"] > th,
|
1498
1342
|
.ui.inverted.table > tfoot > tr[class*="primary colored"] > th,
|
@@ -1501,7 +1345,7 @@
|
|
1501
1345
|
.ui.inverted.table > tfoot > tr.primary:not(.marked) > th,
|
1502
1346
|
.ui.inverted.table > tfoot > tr.primary:not(.marked) > td {
|
1503
1347
|
background: inherit;
|
1504
|
-
color: #
|
1348
|
+
color: #fff;
|
1505
1349
|
}
|
1506
1350
|
.ui.ui.selectable.table tr[class*="primary colored"]:hover,
|
1507
1351
|
.ui.table tr td.selectable[class*="primary colored"]:hover,
|
@@ -1519,34 +1363,30 @@
|
|
1519
1363
|
.ui.inverted.table tr td.selectable.primary:not(.marked):hover,
|
1520
1364
|
.ui.inverted.selectable.table tr:hover td.primary:not(.marked) {
|
1521
1365
|
background: #21b8ff;
|
1522
|
-
color: #
|
1366
|
+
color: #fff;
|
1523
1367
|
}
|
1524
1368
|
.ui.table td[class*="primary marked"].left,
|
1525
1369
|
.ui.table tr[class*="primary marked"].left {
|
1526
|
-
|
1527
|
-
box-shadow: 0.2em 0 0 0 #2185D0 inset;
|
1370
|
+
box-shadow: 0.2em 0 0 0 #2185d0 inset;
|
1528
1371
|
}
|
1529
1372
|
.ui.table td[class*="primary marked"].right,
|
1530
1373
|
.ui.table tr[class*="primary marked"].right {
|
1531
|
-
|
1532
|
-
box-shadow: -0.2em 0 0 0 #2185D0 inset;
|
1374
|
+
box-shadow: -0.2em 0 0 0 #2185d0 inset;
|
1533
1375
|
}
|
1534
1376
|
.ui.inverted.table td[class*="primary marked"].left,
|
1535
1377
|
.ui.inverted.table tr[class*="primary marked"].left {
|
1536
|
-
|
1537
|
-
box-shadow: 0.2em 0 0 0 #54C8FF inset;
|
1378
|
+
box-shadow: 0.2em 0 0 0 #54c8ff inset;
|
1538
1379
|
}
|
1539
1380
|
.ui.inverted.table td[class*="primary marked"].right,
|
1540
1381
|
.ui.inverted.table tr[class*="primary marked"].right {
|
1541
|
-
|
1542
|
-
box-shadow: -0.2em 0 0 0 #54C8FF inset;
|
1382
|
+
box-shadow: -0.2em 0 0 0 #54c8ff inset;
|
1543
1383
|
}
|
1544
1384
|
.ui.secondary.table {
|
1545
|
-
border-top: 0.2em solid #
|
1385
|
+
border-top: 0.2em solid #1b1c1d;
|
1546
1386
|
}
|
1547
1387
|
.ui.inverted.secondary.table {
|
1548
|
-
background: #
|
1549
|
-
color: #
|
1388
|
+
background: #1b1c1d;
|
1389
|
+
color: #fff;
|
1550
1390
|
}
|
1551
1391
|
|
1552
1392
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -1564,15 +1404,15 @@
|
|
1564
1404
|
}
|
1565
1405
|
.ui.inverted.scrolling.table > thead.secondary,
|
1566
1406
|
.ui.inverted.scrolling.table > tfoot.secondary {
|
1567
|
-
background: #
|
1568
|
-
color: #
|
1407
|
+
background: #1b1c1d;
|
1408
|
+
color: #1b1c1d;
|
1569
1409
|
}
|
1570
1410
|
.ui.inverted.scrolling.table > thead.secondary > tr > th,
|
1571
1411
|
.ui.inverted.scrolling.table > tfoot.secondary > tr > th,
|
1572
1412
|
.ui.inverted.scrolling.table > thead.secondary > tr > td,
|
1573
1413
|
.ui.inverted.scrolling.table > tfoot.secondary > tr > td {
|
1574
1414
|
background: inherit;
|
1575
|
-
color: #
|
1415
|
+
color: #fff;
|
1576
1416
|
}
|
1577
1417
|
.ui.ui.ui.ui.table tr[class*="secondary colored"],
|
1578
1418
|
.ui.ui.table th[class*="secondary colored"],
|
@@ -1598,8 +1438,8 @@
|
|
1598
1438
|
.ui.ui.ui.ui.inverted.table tr.secondary:not(.marked),
|
1599
1439
|
.ui.ui.inverted.table th.secondary:not(.marked),
|
1600
1440
|
.ui.ui.inverted.table td.secondary:not(.marked) {
|
1601
|
-
background: #
|
1602
|
-
color: #
|
1441
|
+
background: #1b1c1d;
|
1442
|
+
color: #fff;
|
1603
1443
|
}
|
1604
1444
|
.ui.inverted.table > thead > tr[class*="secondary colored"] > th,
|
1605
1445
|
.ui.inverted.table > tfoot > tr[class*="secondary colored"] > th,
|
@@ -1608,7 +1448,7 @@
|
|
1608
1448
|
.ui.inverted.table > tfoot > tr.secondary:not(.marked) > th,
|
1609
1449
|
.ui.inverted.table > tfoot > tr.secondary:not(.marked) > td {
|
1610
1450
|
background: inherit;
|
1611
|
-
color: #
|
1451
|
+
color: #fff;
|
1612
1452
|
}
|
1613
1453
|
.ui.ui.selectable.table tr[class*="secondary colored"]:hover,
|
1614
1454
|
.ui.table tr td.selectable[class*="secondary colored"]:hover,
|
@@ -1626,34 +1466,30 @@
|
|
1626
1466
|
.ui.inverted.table tr td.selectable.secondary:not(.marked):hover,
|
1627
1467
|
.ui.inverted.selectable.table tr:hover td.secondary:not(.marked) {
|
1628
1468
|
background: #6e6e6e;
|
1629
|
-
color: #
|
1469
|
+
color: #fff;
|
1630
1470
|
}
|
1631
1471
|
.ui.table td[class*="secondary marked"].left,
|
1632
1472
|
.ui.table tr[class*="secondary marked"].left {
|
1633
|
-
|
1634
|
-
box-shadow: 0.2em 0 0 0 #1B1C1D inset;
|
1473
|
+
box-shadow: 0.2em 0 0 0 #1b1c1d inset;
|
1635
1474
|
}
|
1636
1475
|
.ui.table td[class*="secondary marked"].right,
|
1637
1476
|
.ui.table tr[class*="secondary marked"].right {
|
1638
|
-
|
1639
|
-
box-shadow: -0.2em 0 0 0 #1B1C1D inset;
|
1477
|
+
box-shadow: -0.2em 0 0 0 #1b1c1d inset;
|
1640
1478
|
}
|
1641
1479
|
.ui.inverted.table td[class*="secondary marked"].left,
|
1642
1480
|
.ui.inverted.table tr[class*="secondary marked"].left {
|
1643
|
-
|
1644
|
-
box-shadow: 0.2em 0 0 0 #545454 inset;
|
1481
|
+
box-shadow: 0.2em 0 0 0 #545454 inset;
|
1645
1482
|
}
|
1646
1483
|
.ui.inverted.table td[class*="secondary marked"].right,
|
1647
1484
|
.ui.inverted.table tr[class*="secondary marked"].right {
|
1648
|
-
|
1649
|
-
box-shadow: -0.2em 0 0 0 #545454 inset;
|
1485
|
+
box-shadow: -0.2em 0 0 0 #545454 inset;
|
1650
1486
|
}
|
1651
1487
|
.ui.red.table {
|
1652
|
-
border-top: 0.2em solid #
|
1488
|
+
border-top: 0.2em solid #db2828;
|
1653
1489
|
}
|
1654
1490
|
.ui.inverted.red.table {
|
1655
|
-
background: #
|
1656
|
-
color: #
|
1491
|
+
background: #db2828;
|
1492
|
+
color: #fff;
|
1657
1493
|
}
|
1658
1494
|
|
1659
1495
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -1667,19 +1503,19 @@
|
|
1667
1503
|
.ui.scrolling.table > thead.red > tr > td,
|
1668
1504
|
.ui.scrolling.table > tfoot.red > tr > td {
|
1669
1505
|
background: inherit;
|
1670
|
-
color: #
|
1506
|
+
color: #db2828;
|
1671
1507
|
}
|
1672
1508
|
.ui.inverted.scrolling.table > thead.red,
|
1673
1509
|
.ui.inverted.scrolling.table > tfoot.red {
|
1674
|
-
background: #
|
1675
|
-
color: #
|
1510
|
+
background: #db2828;
|
1511
|
+
color: #db2828;
|
1676
1512
|
}
|
1677
1513
|
.ui.inverted.scrolling.table > thead.red > tr > th,
|
1678
1514
|
.ui.inverted.scrolling.table > tfoot.red > tr > th,
|
1679
1515
|
.ui.inverted.scrolling.table > thead.red > tr > td,
|
1680
1516
|
.ui.inverted.scrolling.table > tfoot.red > tr > td {
|
1681
1517
|
background: inherit;
|
1682
|
-
color: #
|
1518
|
+
color: #fff;
|
1683
1519
|
}
|
1684
1520
|
.ui.ui.ui.ui.table tr[class*="red colored"],
|
1685
1521
|
.ui.ui.table th[class*="red colored"],
|
@@ -1688,7 +1524,7 @@
|
|
1688
1524
|
.ui.ui.table th.red:not(.marked),
|
1689
1525
|
.ui.ui.table td.red:not(.marked) {
|
1690
1526
|
background: #ffe1df;
|
1691
|
-
color: #
|
1527
|
+
color: #db2828;
|
1692
1528
|
}
|
1693
1529
|
.ui.table > thead > tr[class*="red colored"] > th,
|
1694
1530
|
.ui.table > tfoot > tr[class*="red colored"] > th,
|
@@ -1697,7 +1533,7 @@
|
|
1697
1533
|
.ui.table > tfoot > tr.red:not(.marked) > th,
|
1698
1534
|
.ui.table > tfoot > tr.red:not(.marked) > td {
|
1699
1535
|
background: inherit;
|
1700
|
-
color: #
|
1536
|
+
color: #db2828;
|
1701
1537
|
}
|
1702
1538
|
.ui.ui.ui.ui.inverted.table tr[class*="red colored"],
|
1703
1539
|
.ui.ui.inverted.table th[class*="red colored"],
|
@@ -1705,8 +1541,8 @@
|
|
1705
1541
|
.ui.ui.ui.ui.inverted.table tr.red:not(.marked),
|
1706
1542
|
.ui.ui.inverted.table th.red:not(.marked),
|
1707
1543
|
.ui.ui.inverted.table td.red:not(.marked) {
|
1708
|
-
background: #
|
1709
|
-
color: #
|
1544
|
+
background: #db2828;
|
1545
|
+
color: #fff;
|
1710
1546
|
}
|
1711
1547
|
.ui.inverted.table > thead > tr[class*="red colored"] > th,
|
1712
1548
|
.ui.inverted.table > tfoot > tr[class*="red colored"] > th,
|
@@ -1715,7 +1551,7 @@
|
|
1715
1551
|
.ui.inverted.table > tfoot > tr.red:not(.marked) > th,
|
1716
1552
|
.ui.inverted.table > tfoot > tr.red:not(.marked) > td {
|
1717
1553
|
background: inherit;
|
1718
|
-
color: #
|
1554
|
+
color: #fff;
|
1719
1555
|
}
|
1720
1556
|
.ui.ui.selectable.table tr[class*="red colored"]:hover,
|
1721
1557
|
.ui.table tr td.selectable[class*="red colored"]:hover,
|
@@ -1724,7 +1560,7 @@
|
|
1724
1560
|
.ui.table tr td.selectable.red:not(.marked):hover,
|
1725
1561
|
.ui.selectable.table tr:hover td.red:not(.marked) {
|
1726
1562
|
background: #ffd7d5;
|
1727
|
-
color: #
|
1563
|
+
color: #db2828;
|
1728
1564
|
}
|
1729
1565
|
.ui.ui.inverted.selectable.table tr[class*="red colored"]:hover,
|
1730
1566
|
.ui.inverted.table tr td.selectable[class*="red colored"]:hover,
|
@@ -1733,34 +1569,30 @@
|
|
1733
1569
|
.ui.inverted.table tr td.selectable.red:not(.marked):hover,
|
1734
1570
|
.ui.inverted.selectable.table tr:hover td.red:not(.marked) {
|
1735
1571
|
background: #ff392b;
|
1736
|
-
color: #
|
1572
|
+
color: #fff;
|
1737
1573
|
}
|
1738
1574
|
.ui.table td[class*="red marked"].left,
|
1739
1575
|
.ui.table tr[class*="red marked"].left {
|
1740
|
-
|
1741
|
-
box-shadow: 0.2em 0 0 0 #DB2828 inset;
|
1576
|
+
box-shadow: 0.2em 0 0 0 #db2828 inset;
|
1742
1577
|
}
|
1743
1578
|
.ui.table td[class*="red marked"].right,
|
1744
1579
|
.ui.table tr[class*="red marked"].right {
|
1745
|
-
|
1746
|
-
box-shadow: -0.2em 0 0 0 #DB2828 inset;
|
1580
|
+
box-shadow: -0.2em 0 0 0 #db2828 inset;
|
1747
1581
|
}
|
1748
1582
|
.ui.inverted.table td[class*="red marked"].left,
|
1749
1583
|
.ui.inverted.table tr[class*="red marked"].left {
|
1750
|
-
|
1751
|
-
box-shadow: 0.2em 0 0 0 #FF695E inset;
|
1584
|
+
box-shadow: 0.2em 0 0 0 #ff695e inset;
|
1752
1585
|
}
|
1753
1586
|
.ui.inverted.table td[class*="red marked"].right,
|
1754
1587
|
.ui.inverted.table tr[class*="red marked"].right {
|
1755
|
-
|
1756
|
-
box-shadow: -0.2em 0 0 0 #FF695E inset;
|
1588
|
+
box-shadow: -0.2em 0 0 0 #ff695e inset;
|
1757
1589
|
}
|
1758
1590
|
.ui.orange.table {
|
1759
|
-
border-top: 0.2em solid #
|
1591
|
+
border-top: 0.2em solid #f2711c;
|
1760
1592
|
}
|
1761
1593
|
.ui.inverted.orange.table {
|
1762
|
-
background: #
|
1763
|
-
color: #
|
1594
|
+
background: #f2711c;
|
1595
|
+
color: #fff;
|
1764
1596
|
}
|
1765
1597
|
|
1766
1598
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -1774,19 +1606,19 @@
|
|
1774
1606
|
.ui.scrolling.table > thead.orange > tr > td,
|
1775
1607
|
.ui.scrolling.table > tfoot.orange > tr > td {
|
1776
1608
|
background: inherit;
|
1777
|
-
color: #
|
1609
|
+
color: #f2711c;
|
1778
1610
|
}
|
1779
1611
|
.ui.inverted.scrolling.table > thead.orange,
|
1780
1612
|
.ui.inverted.scrolling.table > tfoot.orange {
|
1781
|
-
background: #
|
1782
|
-
color: #
|
1613
|
+
background: #f2711c;
|
1614
|
+
color: #f2711c;
|
1783
1615
|
}
|
1784
1616
|
.ui.inverted.scrolling.table > thead.orange > tr > th,
|
1785
1617
|
.ui.inverted.scrolling.table > tfoot.orange > tr > th,
|
1786
1618
|
.ui.inverted.scrolling.table > thead.orange > tr > td,
|
1787
1619
|
.ui.inverted.scrolling.table > tfoot.orange > tr > td {
|
1788
1620
|
background: inherit;
|
1789
|
-
color: #
|
1621
|
+
color: #fff;
|
1790
1622
|
}
|
1791
1623
|
.ui.ui.ui.ui.table tr[class*="orange colored"],
|
1792
1624
|
.ui.ui.table th[class*="orange colored"],
|
@@ -1795,7 +1627,7 @@
|
|
1795
1627
|
.ui.ui.table th.orange:not(.marked),
|
1796
1628
|
.ui.ui.table td.orange:not(.marked) {
|
1797
1629
|
background: #ffe7d1;
|
1798
|
-
color: #
|
1630
|
+
color: #f2711c;
|
1799
1631
|
}
|
1800
1632
|
.ui.table > thead > tr[class*="orange colored"] > th,
|
1801
1633
|
.ui.table > tfoot > tr[class*="orange colored"] > th,
|
@@ -1804,7 +1636,7 @@
|
|
1804
1636
|
.ui.table > tfoot > tr.orange:not(.marked) > th,
|
1805
1637
|
.ui.table > tfoot > tr.orange:not(.marked) > td {
|
1806
1638
|
background: inherit;
|
1807
|
-
color: #
|
1639
|
+
color: #f2711c;
|
1808
1640
|
}
|
1809
1641
|
.ui.ui.ui.ui.inverted.table tr[class*="orange colored"],
|
1810
1642
|
.ui.ui.inverted.table th[class*="orange colored"],
|
@@ -1812,8 +1644,8 @@
|
|
1812
1644
|
.ui.ui.ui.ui.inverted.table tr.orange:not(.marked),
|
1813
1645
|
.ui.ui.inverted.table th.orange:not(.marked),
|
1814
1646
|
.ui.ui.inverted.table td.orange:not(.marked) {
|
1815
|
-
background: #
|
1816
|
-
color: #
|
1647
|
+
background: #f2711c;
|
1648
|
+
color: #fff;
|
1817
1649
|
}
|
1818
1650
|
.ui.inverted.table > thead > tr[class*="orange colored"] > th,
|
1819
1651
|
.ui.inverted.table > tfoot > tr[class*="orange colored"] > th,
|
@@ -1822,7 +1654,7 @@
|
|
1822
1654
|
.ui.inverted.table > tfoot > tr.orange:not(.marked) > th,
|
1823
1655
|
.ui.inverted.table > tfoot > tr.orange:not(.marked) > td {
|
1824
1656
|
background: inherit;
|
1825
|
-
color: #
|
1657
|
+
color: #fff;
|
1826
1658
|
}
|
1827
1659
|
.ui.ui.selectable.table tr[class*="orange colored"]:hover,
|
1828
1660
|
.ui.table tr td.selectable[class*="orange colored"]:hover,
|
@@ -1831,7 +1663,7 @@
|
|
1831
1663
|
.ui.table tr td.selectable.orange:not(.marked):hover,
|
1832
1664
|
.ui.selectable.table tr:hover td.orange:not(.marked) {
|
1833
1665
|
background: #fae1cc;
|
1834
|
-
color: #
|
1666
|
+
color: #f2711c;
|
1835
1667
|
}
|
1836
1668
|
.ui.ui.inverted.selectable.table tr[class*="orange colored"]:hover,
|
1837
1669
|
.ui.inverted.table tr td.selectable[class*="orange colored"]:hover,
|
@@ -1840,34 +1672,30 @@
|
|
1840
1672
|
.ui.inverted.table tr td.selectable.orange:not(.marked):hover,
|
1841
1673
|
.ui.inverted.selectable.table tr:hover td.orange:not(.marked) {
|
1842
1674
|
background: #e76b00;
|
1843
|
-
color: #
|
1675
|
+
color: #fff;
|
1844
1676
|
}
|
1845
1677
|
.ui.table td[class*="orange marked"].left,
|
1846
1678
|
.ui.table tr[class*="orange marked"].left {
|
1847
|
-
|
1848
|
-
box-shadow: 0.2em 0 0 0 #F2711C inset;
|
1679
|
+
box-shadow: 0.2em 0 0 0 #f2711c inset;
|
1849
1680
|
}
|
1850
1681
|
.ui.table td[class*="orange marked"].right,
|
1851
1682
|
.ui.table tr[class*="orange marked"].right {
|
1852
|
-
|
1853
|
-
box-shadow: -0.2em 0 0 0 #F2711C inset;
|
1683
|
+
box-shadow: -0.2em 0 0 0 #f2711c inset;
|
1854
1684
|
}
|
1855
1685
|
.ui.inverted.table td[class*="orange marked"].left,
|
1856
1686
|
.ui.inverted.table tr[class*="orange marked"].left {
|
1857
|
-
|
1858
|
-
box-shadow: 0.2em 0 0 0 #FF851B inset;
|
1687
|
+
box-shadow: 0.2em 0 0 0 #ff851b inset;
|
1859
1688
|
}
|
1860
1689
|
.ui.inverted.table td[class*="orange marked"].right,
|
1861
1690
|
.ui.inverted.table tr[class*="orange marked"].right {
|
1862
|
-
|
1863
|
-
box-shadow: -0.2em 0 0 0 #FF851B inset;
|
1691
|
+
box-shadow: -0.2em 0 0 0 #ff851b inset;
|
1864
1692
|
}
|
1865
1693
|
.ui.yellow.table {
|
1866
|
-
border-top: 0.2em solid #
|
1694
|
+
border-top: 0.2em solid #fbbd08;
|
1867
1695
|
}
|
1868
1696
|
.ui.inverted.yellow.table {
|
1869
|
-
background: #
|
1870
|
-
color: #
|
1697
|
+
background: #fbbd08;
|
1698
|
+
color: #fff;
|
1871
1699
|
}
|
1872
1700
|
|
1873
1701
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -1881,19 +1709,19 @@
|
|
1881
1709
|
.ui.scrolling.table > thead.yellow > tr > td,
|
1882
1710
|
.ui.scrolling.table > tfoot.yellow > tr > td {
|
1883
1711
|
background: inherit;
|
1884
|
-
color: #
|
1712
|
+
color: #b58105;
|
1885
1713
|
}
|
1886
1714
|
.ui.inverted.scrolling.table > thead.yellow,
|
1887
1715
|
.ui.inverted.scrolling.table > tfoot.yellow {
|
1888
|
-
background: #
|
1889
|
-
color: #
|
1716
|
+
background: #fbbd08;
|
1717
|
+
color: #fbbd08;
|
1890
1718
|
}
|
1891
1719
|
.ui.inverted.scrolling.table > thead.yellow > tr > th,
|
1892
1720
|
.ui.inverted.scrolling.table > tfoot.yellow > tr > th,
|
1893
1721
|
.ui.inverted.scrolling.table > thead.yellow > tr > td,
|
1894
1722
|
.ui.inverted.scrolling.table > tfoot.yellow > tr > td {
|
1895
1723
|
background: inherit;
|
1896
|
-
color: #
|
1724
|
+
color: #fff;
|
1897
1725
|
}
|
1898
1726
|
.ui.ui.ui.ui.table tr[class*="yellow colored"],
|
1899
1727
|
.ui.ui.table th[class*="yellow colored"],
|
@@ -1902,7 +1730,7 @@
|
|
1902
1730
|
.ui.ui.table th.yellow:not(.marked),
|
1903
1731
|
.ui.ui.table td.yellow:not(.marked) {
|
1904
1732
|
background: #fff9d2;
|
1905
|
-
color: #
|
1733
|
+
color: #b58105;
|
1906
1734
|
}
|
1907
1735
|
.ui.table > thead > tr[class*="yellow colored"] > th,
|
1908
1736
|
.ui.table > tfoot > tr[class*="yellow colored"] > th,
|
@@ -1911,7 +1739,7 @@
|
|
1911
1739
|
.ui.table > tfoot > tr.yellow:not(.marked) > th,
|
1912
1740
|
.ui.table > tfoot > tr.yellow:not(.marked) > td {
|
1913
1741
|
background: inherit;
|
1914
|
-
color: #
|
1742
|
+
color: #b58105;
|
1915
1743
|
}
|
1916
1744
|
.ui.ui.ui.ui.inverted.table tr[class*="yellow colored"],
|
1917
1745
|
.ui.ui.inverted.table th[class*="yellow colored"],
|
@@ -1919,8 +1747,8 @@
|
|
1919
1747
|
.ui.ui.ui.ui.inverted.table tr.yellow:not(.marked),
|
1920
1748
|
.ui.ui.inverted.table th.yellow:not(.marked),
|
1921
1749
|
.ui.ui.inverted.table td.yellow:not(.marked) {
|
1922
|
-
background: #
|
1923
|
-
color: #
|
1750
|
+
background: #fbbd08;
|
1751
|
+
color: #fff;
|
1924
1752
|
}
|
1925
1753
|
.ui.inverted.table > thead > tr[class*="yellow colored"] > th,
|
1926
1754
|
.ui.inverted.table > tfoot > tr[class*="yellow colored"] > th,
|
@@ -1929,7 +1757,7 @@
|
|
1929
1757
|
.ui.inverted.table > tfoot > tr.yellow:not(.marked) > th,
|
1930
1758
|
.ui.inverted.table > tfoot > tr.yellow:not(.marked) > td {
|
1931
1759
|
background: inherit;
|
1932
|
-
color: #
|
1760
|
+
color: #fff;
|
1933
1761
|
}
|
1934
1762
|
.ui.ui.selectable.table tr[class*="yellow colored"]:hover,
|
1935
1763
|
.ui.table tr td.selectable[class*="yellow colored"]:hover,
|
@@ -1938,7 +1766,7 @@
|
|
1938
1766
|
.ui.table tr td.selectable.yellow:not(.marked):hover,
|
1939
1767
|
.ui.selectable.table tr:hover td.yellow:not(.marked) {
|
1940
1768
|
background: #fbf5cc;
|
1941
|
-
color: #
|
1769
|
+
color: #b58105;
|
1942
1770
|
}
|
1943
1771
|
.ui.ui.inverted.selectable.table tr[class*="yellow colored"]:hover,
|
1944
1772
|
.ui.inverted.table tr td.selectable[class*="yellow colored"]:hover,
|
@@ -1947,34 +1775,30 @@
|
|
1947
1775
|
.ui.inverted.table tr td.selectable.yellow:not(.marked):hover,
|
1948
1776
|
.ui.inverted.selectable.table tr:hover td.yellow:not(.marked) {
|
1949
1777
|
background: #ebcd00;
|
1950
|
-
color: #
|
1778
|
+
color: #fff;
|
1951
1779
|
}
|
1952
1780
|
.ui.table td[class*="yellow marked"].left,
|
1953
1781
|
.ui.table tr[class*="yellow marked"].left {
|
1954
|
-
|
1955
|
-
box-shadow: 0.2em 0 0 0 #FBBD08 inset;
|
1782
|
+
box-shadow: 0.2em 0 0 0 #fbbd08 inset;
|
1956
1783
|
}
|
1957
1784
|
.ui.table td[class*="yellow marked"].right,
|
1958
1785
|
.ui.table tr[class*="yellow marked"].right {
|
1959
|
-
|
1960
|
-
box-shadow: -0.2em 0 0 0 #FBBD08 inset;
|
1786
|
+
box-shadow: -0.2em 0 0 0 #fbbd08 inset;
|
1961
1787
|
}
|
1962
1788
|
.ui.inverted.table td[class*="yellow marked"].left,
|
1963
1789
|
.ui.inverted.table tr[class*="yellow marked"].left {
|
1964
|
-
|
1965
|
-
box-shadow: 0.2em 0 0 0 #FFE21F inset;
|
1790
|
+
box-shadow: 0.2em 0 0 0 #ffe21f inset;
|
1966
1791
|
}
|
1967
1792
|
.ui.inverted.table td[class*="yellow marked"].right,
|
1968
1793
|
.ui.inverted.table tr[class*="yellow marked"].right {
|
1969
|
-
|
1970
|
-
box-shadow: -0.2em 0 0 0 #FFE21F inset;
|
1794
|
+
box-shadow: -0.2em 0 0 0 #ffe21f inset;
|
1971
1795
|
}
|
1972
1796
|
.ui.olive.table {
|
1973
|
-
border-top: 0.2em solid #
|
1797
|
+
border-top: 0.2em solid #b5cc18;
|
1974
1798
|
}
|
1975
1799
|
.ui.inverted.olive.table {
|
1976
|
-
background: #
|
1977
|
-
color: #
|
1800
|
+
background: #b5cc18;
|
1801
|
+
color: #fff;
|
1978
1802
|
}
|
1979
1803
|
|
1980
1804
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -1988,19 +1812,19 @@
|
|
1988
1812
|
.ui.scrolling.table > thead.olive > tr > td,
|
1989
1813
|
.ui.scrolling.table > tfoot.olive > tr > td {
|
1990
1814
|
background: inherit;
|
1991
|
-
color: #
|
1815
|
+
color: #8abc1e;
|
1992
1816
|
}
|
1993
1817
|
.ui.inverted.scrolling.table > thead.olive,
|
1994
1818
|
.ui.inverted.scrolling.table > tfoot.olive {
|
1995
|
-
background: #
|
1996
|
-
color: #
|
1819
|
+
background: #b5cc18;
|
1820
|
+
color: #b5cc18;
|
1997
1821
|
}
|
1998
1822
|
.ui.inverted.scrolling.table > thead.olive > tr > th,
|
1999
1823
|
.ui.inverted.scrolling.table > tfoot.olive > tr > th,
|
2000
1824
|
.ui.inverted.scrolling.table > thead.olive > tr > td,
|
2001
1825
|
.ui.inverted.scrolling.table > tfoot.olive > tr > td {
|
2002
1826
|
background: inherit;
|
2003
|
-
color: #
|
1827
|
+
color: #fff;
|
2004
1828
|
}
|
2005
1829
|
.ui.ui.ui.ui.table tr[class*="olive colored"],
|
2006
1830
|
.ui.ui.table th[class*="olive colored"],
|
@@ -2009,7 +1833,7 @@
|
|
2009
1833
|
.ui.ui.table th.olive:not(.marked),
|
2010
1834
|
.ui.ui.table td.olive:not(.marked) {
|
2011
1835
|
background: #f7fae4;
|
2012
|
-
color: #
|
1836
|
+
color: #8abc1e;
|
2013
1837
|
}
|
2014
1838
|
.ui.table > thead > tr[class*="olive colored"] > th,
|
2015
1839
|
.ui.table > tfoot > tr[class*="olive colored"] > th,
|
@@ -2018,7 +1842,7 @@
|
|
2018
1842
|
.ui.table > tfoot > tr.olive:not(.marked) > th,
|
2019
1843
|
.ui.table > tfoot > tr.olive:not(.marked) > td {
|
2020
1844
|
background: inherit;
|
2021
|
-
color: #
|
1845
|
+
color: #8abc1e;
|
2022
1846
|
}
|
2023
1847
|
.ui.ui.ui.ui.inverted.table tr[class*="olive colored"],
|
2024
1848
|
.ui.ui.inverted.table th[class*="olive colored"],
|
@@ -2026,8 +1850,8 @@
|
|
2026
1850
|
.ui.ui.ui.ui.inverted.table tr.olive:not(.marked),
|
2027
1851
|
.ui.ui.inverted.table th.olive:not(.marked),
|
2028
1852
|
.ui.ui.inverted.table td.olive:not(.marked) {
|
2029
|
-
background: #
|
2030
|
-
color: #
|
1853
|
+
background: #b5cc18;
|
1854
|
+
color: #fff;
|
2031
1855
|
}
|
2032
1856
|
.ui.inverted.table > thead > tr[class*="olive colored"] > th,
|
2033
1857
|
.ui.inverted.table > tfoot > tr[class*="olive colored"] > th,
|
@@ -2036,7 +1860,7 @@
|
|
2036
1860
|
.ui.inverted.table > tfoot > tr.olive:not(.marked) > th,
|
2037
1861
|
.ui.inverted.table > tfoot > tr.olive:not(.marked) > td {
|
2038
1862
|
background: inherit;
|
2039
|
-
color: #
|
1863
|
+
color: #fff;
|
2040
1864
|
}
|
2041
1865
|
.ui.ui.selectable.table tr[class*="olive colored"]:hover,
|
2042
1866
|
.ui.table tr td.selectable[class*="olive colored"]:hover,
|
@@ -2045,7 +1869,7 @@
|
|
2045
1869
|
.ui.table tr td.selectable.olive:not(.marked):hover,
|
2046
1870
|
.ui.selectable.table tr:hover td.olive:not(.marked) {
|
2047
1871
|
background: #f6fada;
|
2048
|
-
color: #
|
1872
|
+
color: #8abc1e;
|
2049
1873
|
}
|
2050
1874
|
.ui.ui.inverted.selectable.table tr[class*="olive colored"]:hover,
|
2051
1875
|
.ui.inverted.table tr td.selectable[class*="olive colored"]:hover,
|
@@ -2054,34 +1878,30 @@
|
|
2054
1878
|
.ui.inverted.table tr td.selectable.olive:not(.marked):hover,
|
2055
1879
|
.ui.inverted.selectable.table tr:hover td.olive:not(.marked) {
|
2056
1880
|
background: #d2e745;
|
2057
|
-
color: #
|
1881
|
+
color: #fff;
|
2058
1882
|
}
|
2059
1883
|
.ui.table td[class*="olive marked"].left,
|
2060
1884
|
.ui.table tr[class*="olive marked"].left {
|
2061
|
-
|
2062
|
-
box-shadow: 0.2em 0 0 0 #B5CC18 inset;
|
1885
|
+
box-shadow: 0.2em 0 0 0 #b5cc18 inset;
|
2063
1886
|
}
|
2064
1887
|
.ui.table td[class*="olive marked"].right,
|
2065
1888
|
.ui.table tr[class*="olive marked"].right {
|
2066
|
-
|
2067
|
-
box-shadow: -0.2em 0 0 0 #B5CC18 inset;
|
1889
|
+
box-shadow: -0.2em 0 0 0 #b5cc18 inset;
|
2068
1890
|
}
|
2069
1891
|
.ui.inverted.table td[class*="olive marked"].left,
|
2070
1892
|
.ui.inverted.table tr[class*="olive marked"].left {
|
2071
|
-
|
2072
|
-
box-shadow: 0.2em 0 0 0 #D9E778 inset;
|
1893
|
+
box-shadow: 0.2em 0 0 0 #d9e778 inset;
|
2073
1894
|
}
|
2074
1895
|
.ui.inverted.table td[class*="olive marked"].right,
|
2075
1896
|
.ui.inverted.table tr[class*="olive marked"].right {
|
2076
|
-
|
2077
|
-
box-shadow: -0.2em 0 0 0 #D9E778 inset;
|
1897
|
+
box-shadow: -0.2em 0 0 0 #d9e778 inset;
|
2078
1898
|
}
|
2079
1899
|
.ui.green.table {
|
2080
|
-
border-top: 0.2em solid #
|
1900
|
+
border-top: 0.2em solid #21ba45;
|
2081
1901
|
}
|
2082
1902
|
.ui.inverted.green.table {
|
2083
|
-
background: #
|
2084
|
-
color: #
|
1903
|
+
background: #21ba45;
|
1904
|
+
color: #fff;
|
2085
1905
|
}
|
2086
1906
|
|
2087
1907
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -2095,19 +1915,19 @@
|
|
2095
1915
|
.ui.scrolling.table > thead.green > tr > td,
|
2096
1916
|
.ui.scrolling.table > tfoot.green > tr > td {
|
2097
1917
|
background: inherit;
|
2098
|
-
color: #
|
1918
|
+
color: #1ebc30;
|
2099
1919
|
}
|
2100
1920
|
.ui.inverted.scrolling.table > thead.green,
|
2101
1921
|
.ui.inverted.scrolling.table > tfoot.green {
|
2102
|
-
background: #
|
2103
|
-
color: #
|
1922
|
+
background: #21ba45;
|
1923
|
+
color: #21ba45;
|
2104
1924
|
}
|
2105
1925
|
.ui.inverted.scrolling.table > thead.green > tr > th,
|
2106
1926
|
.ui.inverted.scrolling.table > tfoot.green > tr > th,
|
2107
1927
|
.ui.inverted.scrolling.table > thead.green > tr > td,
|
2108
1928
|
.ui.inverted.scrolling.table > tfoot.green > tr > td {
|
2109
1929
|
background: inherit;
|
2110
|
-
color: #
|
1930
|
+
color: #fff;
|
2111
1931
|
}
|
2112
1932
|
.ui.ui.ui.ui.table tr[class*="green colored"],
|
2113
1933
|
.ui.ui.table th[class*="green colored"],
|
@@ -2116,7 +1936,7 @@
|
|
2116
1936
|
.ui.ui.table th.green:not(.marked),
|
2117
1937
|
.ui.ui.table td.green:not(.marked) {
|
2118
1938
|
background: #d5f5d9;
|
2119
|
-
color: #
|
1939
|
+
color: #1ebc30;
|
2120
1940
|
}
|
2121
1941
|
.ui.table > thead > tr[class*="green colored"] > th,
|
2122
1942
|
.ui.table > tfoot > tr[class*="green colored"] > th,
|
@@ -2125,7 +1945,7 @@
|
|
2125
1945
|
.ui.table > tfoot > tr.green:not(.marked) > th,
|
2126
1946
|
.ui.table > tfoot > tr.green:not(.marked) > td {
|
2127
1947
|
background: inherit;
|
2128
|
-
color: #
|
1948
|
+
color: #1ebc30;
|
2129
1949
|
}
|
2130
1950
|
.ui.ui.ui.ui.inverted.table tr[class*="green colored"],
|
2131
1951
|
.ui.ui.inverted.table th[class*="green colored"],
|
@@ -2133,8 +1953,8 @@
|
|
2133
1953
|
.ui.ui.ui.ui.inverted.table tr.green:not(.marked),
|
2134
1954
|
.ui.ui.inverted.table th.green:not(.marked),
|
2135
1955
|
.ui.ui.inverted.table td.green:not(.marked) {
|
2136
|
-
background: #
|
2137
|
-
color: #
|
1956
|
+
background: #21ba45;
|
1957
|
+
color: #fff;
|
2138
1958
|
}
|
2139
1959
|
.ui.inverted.table > thead > tr[class*="green colored"] > th,
|
2140
1960
|
.ui.inverted.table > tfoot > tr[class*="green colored"] > th,
|
@@ -2143,7 +1963,7 @@
|
|
2143
1963
|
.ui.inverted.table > tfoot > tr.green:not(.marked) > th,
|
2144
1964
|
.ui.inverted.table > tfoot > tr.green:not(.marked) > td {
|
2145
1965
|
background: inherit;
|
2146
|
-
color: #
|
1966
|
+
color: #fff;
|
2147
1967
|
}
|
2148
1968
|
.ui.ui.selectable.table tr[class*="green colored"]:hover,
|
2149
1969
|
.ui.table tr td.selectable[class*="green colored"]:hover,
|
@@ -2152,7 +1972,7 @@
|
|
2152
1972
|
.ui.table tr td.selectable.green:not(.marked):hover,
|
2153
1973
|
.ui.selectable.table tr:hover td.green:not(.marked) {
|
2154
1974
|
background: #d2eed5;
|
2155
|
-
color: #
|
1975
|
+
color: #1ebc30;
|
2156
1976
|
}
|
2157
1977
|
.ui.ui.inverted.selectable.table tr[class*="green colored"]:hover,
|
2158
1978
|
.ui.inverted.table tr td.selectable[class*="green colored"]:hover,
|
@@ -2161,34 +1981,30 @@
|
|
2161
1981
|
.ui.inverted.table tr td.selectable.green:not(.marked):hover,
|
2162
1982
|
.ui.inverted.selectable.table tr:hover td.green:not(.marked) {
|
2163
1983
|
background: #1ea92e;
|
2164
|
-
color: #
|
1984
|
+
color: #fff;
|
2165
1985
|
}
|
2166
1986
|
.ui.table td[class*="green marked"].left,
|
2167
1987
|
.ui.table tr[class*="green marked"].left {
|
2168
|
-
|
2169
|
-
box-shadow: 0.2em 0 0 0 #21BA45 inset;
|
1988
|
+
box-shadow: 0.2em 0 0 0 #21ba45 inset;
|
2170
1989
|
}
|
2171
1990
|
.ui.table td[class*="green marked"].right,
|
2172
1991
|
.ui.table tr[class*="green marked"].right {
|
2173
|
-
|
2174
|
-
box-shadow: -0.2em 0 0 0 #21BA45 inset;
|
1992
|
+
box-shadow: -0.2em 0 0 0 #21ba45 inset;
|
2175
1993
|
}
|
2176
1994
|
.ui.inverted.table td[class*="green marked"].left,
|
2177
1995
|
.ui.inverted.table tr[class*="green marked"].left {
|
2178
|
-
|
2179
|
-
box-shadow: 0.2em 0 0 0 #2ECC40 inset;
|
1996
|
+
box-shadow: 0.2em 0 0 0 #2ecc40 inset;
|
2180
1997
|
}
|
2181
1998
|
.ui.inverted.table td[class*="green marked"].right,
|
2182
1999
|
.ui.inverted.table tr[class*="green marked"].right {
|
2183
|
-
|
2184
|
-
box-shadow: -0.2em 0 0 0 #2ECC40 inset;
|
2000
|
+
box-shadow: -0.2em 0 0 0 #2ecc40 inset;
|
2185
2001
|
}
|
2186
2002
|
.ui.teal.table {
|
2187
|
-
border-top: 0.2em solid #
|
2003
|
+
border-top: 0.2em solid #00b5ad;
|
2188
2004
|
}
|
2189
2005
|
.ui.inverted.teal.table {
|
2190
|
-
background: #
|
2191
|
-
color: #
|
2006
|
+
background: #00b5ad;
|
2007
|
+
color: #fff;
|
2192
2008
|
}
|
2193
2009
|
|
2194
2010
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -2202,19 +2018,19 @@
|
|
2202
2018
|
.ui.scrolling.table > thead.teal > tr > td,
|
2203
2019
|
.ui.scrolling.table > tfoot.teal > tr > td {
|
2204
2020
|
background: inherit;
|
2205
|
-
color: #
|
2021
|
+
color: #10a3a3;
|
2206
2022
|
}
|
2207
2023
|
.ui.inverted.scrolling.table > thead.teal,
|
2208
2024
|
.ui.inverted.scrolling.table > tfoot.teal {
|
2209
|
-
background: #
|
2210
|
-
color: #
|
2025
|
+
background: #00b5ad;
|
2026
|
+
color: #00b5ad;
|
2211
2027
|
}
|
2212
2028
|
.ui.inverted.scrolling.table > thead.teal > tr > th,
|
2213
2029
|
.ui.inverted.scrolling.table > tfoot.teal > tr > th,
|
2214
2030
|
.ui.inverted.scrolling.table > thead.teal > tr > td,
|
2215
2031
|
.ui.inverted.scrolling.table > tfoot.teal > tr > td {
|
2216
2032
|
background: inherit;
|
2217
|
-
color: #
|
2033
|
+
color: #fff;
|
2218
2034
|
}
|
2219
2035
|
.ui.ui.ui.ui.table tr[class*="teal colored"],
|
2220
2036
|
.ui.ui.table th[class*="teal colored"],
|
@@ -2223,7 +2039,7 @@
|
|
2223
2039
|
.ui.ui.table th.teal:not(.marked),
|
2224
2040
|
.ui.ui.table td.teal:not(.marked) {
|
2225
2041
|
background: #e2ffff;
|
2226
|
-
color: #
|
2042
|
+
color: #10a3a3;
|
2227
2043
|
}
|
2228
2044
|
.ui.table > thead > tr[class*="teal colored"] > th,
|
2229
2045
|
.ui.table > tfoot > tr[class*="teal colored"] > th,
|
@@ -2232,7 +2048,7 @@
|
|
2232
2048
|
.ui.table > tfoot > tr.teal:not(.marked) > th,
|
2233
2049
|
.ui.table > tfoot > tr.teal:not(.marked) > td {
|
2234
2050
|
background: inherit;
|
2235
|
-
color: #
|
2051
|
+
color: #10a3a3;
|
2236
2052
|
}
|
2237
2053
|
.ui.ui.ui.ui.inverted.table tr[class*="teal colored"],
|
2238
2054
|
.ui.ui.inverted.table th[class*="teal colored"],
|
@@ -2240,8 +2056,8 @@
|
|
2240
2056
|
.ui.ui.ui.ui.inverted.table tr.teal:not(.marked),
|
2241
2057
|
.ui.ui.inverted.table th.teal:not(.marked),
|
2242
2058
|
.ui.ui.inverted.table td.teal:not(.marked) {
|
2243
|
-
background: #
|
2244
|
-
color: #
|
2059
|
+
background: #00b5ad;
|
2060
|
+
color: #fff;
|
2245
2061
|
}
|
2246
2062
|
.ui.inverted.table > thead > tr[class*="teal colored"] > th,
|
2247
2063
|
.ui.inverted.table > tfoot > tr[class*="teal colored"] > th,
|
@@ -2250,7 +2066,7 @@
|
|
2250
2066
|
.ui.inverted.table > tfoot > tr.teal:not(.marked) > th,
|
2251
2067
|
.ui.inverted.table > tfoot > tr.teal:not(.marked) > td {
|
2252
2068
|
background: inherit;
|
2253
|
-
color: #
|
2069
|
+
color: #fff;
|
2254
2070
|
}
|
2255
2071
|
.ui.ui.selectable.table tr[class*="teal colored"]:hover,
|
2256
2072
|
.ui.table tr td.selectable[class*="teal colored"]:hover,
|
@@ -2259,7 +2075,7 @@
|
|
2259
2075
|
.ui.table tr td.selectable.teal:not(.marked):hover,
|
2260
2076
|
.ui.selectable.table tr:hover td.teal:not(.marked) {
|
2261
2077
|
background: #d8ffff;
|
2262
|
-
color: #
|
2078
|
+
color: #10a3a3;
|
2263
2079
|
}
|
2264
2080
|
.ui.ui.inverted.selectable.table tr[class*="teal colored"]:hover,
|
2265
2081
|
.ui.inverted.table tr td.selectable[class*="teal colored"]:hover,
|
@@ -2268,34 +2084,30 @@
|
|
2268
2084
|
.ui.inverted.table tr td.selectable.teal:not(.marked):hover,
|
2269
2085
|
.ui.inverted.selectable.table tr:hover td.teal:not(.marked) {
|
2270
2086
|
background: #3affff;
|
2271
|
-
color: #
|
2087
|
+
color: #fff;
|
2272
2088
|
}
|
2273
2089
|
.ui.table td[class*="teal marked"].left,
|
2274
2090
|
.ui.table tr[class*="teal marked"].left {
|
2275
|
-
|
2276
|
-
box-shadow: 0.2em 0 0 0 #00B5AD inset;
|
2091
|
+
box-shadow: 0.2em 0 0 0 #00b5ad inset;
|
2277
2092
|
}
|
2278
2093
|
.ui.table td[class*="teal marked"].right,
|
2279
2094
|
.ui.table tr[class*="teal marked"].right {
|
2280
|
-
|
2281
|
-
box-shadow: -0.2em 0 0 0 #00B5AD inset;
|
2095
|
+
box-shadow: -0.2em 0 0 0 #00b5ad inset;
|
2282
2096
|
}
|
2283
2097
|
.ui.inverted.table td[class*="teal marked"].left,
|
2284
2098
|
.ui.inverted.table tr[class*="teal marked"].left {
|
2285
|
-
|
2286
|
-
box-shadow: 0.2em 0 0 0 #6DFFFF inset;
|
2099
|
+
box-shadow: 0.2em 0 0 0 #6dffff inset;
|
2287
2100
|
}
|
2288
2101
|
.ui.inverted.table td[class*="teal marked"].right,
|
2289
2102
|
.ui.inverted.table tr[class*="teal marked"].right {
|
2290
|
-
|
2291
|
-
box-shadow: -0.2em 0 0 0 #6DFFFF inset;
|
2103
|
+
box-shadow: -0.2em 0 0 0 #6dffff inset;
|
2292
2104
|
}
|
2293
2105
|
.ui.blue.table {
|
2294
|
-
border-top: 0.2em solid #
|
2106
|
+
border-top: 0.2em solid #2185d0;
|
2295
2107
|
}
|
2296
2108
|
.ui.inverted.blue.table {
|
2297
|
-
background: #
|
2298
|
-
color: #
|
2109
|
+
background: #2185d0;
|
2110
|
+
color: #fff;
|
2299
2111
|
}
|
2300
2112
|
|
2301
2113
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -2309,19 +2121,19 @@
|
|
2309
2121
|
.ui.scrolling.table > thead.blue > tr > td,
|
2310
2122
|
.ui.scrolling.table > tfoot.blue > tr > td {
|
2311
2123
|
background: inherit;
|
2312
|
-
color: #
|
2124
|
+
color: #2185d0;
|
2313
2125
|
}
|
2314
2126
|
.ui.inverted.scrolling.table > thead.blue,
|
2315
2127
|
.ui.inverted.scrolling.table > tfoot.blue {
|
2316
|
-
background: #
|
2317
|
-
color: #
|
2128
|
+
background: #2185d0;
|
2129
|
+
color: #2185d0;
|
2318
2130
|
}
|
2319
2131
|
.ui.inverted.scrolling.table > thead.blue > tr > th,
|
2320
2132
|
.ui.inverted.scrolling.table > tfoot.blue > tr > th,
|
2321
2133
|
.ui.inverted.scrolling.table > thead.blue > tr > td,
|
2322
2134
|
.ui.inverted.scrolling.table > tfoot.blue > tr > td {
|
2323
2135
|
background: inherit;
|
2324
|
-
color: #
|
2136
|
+
color: #fff;
|
2325
2137
|
}
|
2326
2138
|
.ui.ui.ui.ui.table tr[class*="blue colored"],
|
2327
2139
|
.ui.ui.table th[class*="blue colored"],
|
@@ -2330,7 +2142,7 @@
|
|
2330
2142
|
.ui.ui.table th.blue:not(.marked),
|
2331
2143
|
.ui.ui.table td.blue:not(.marked) {
|
2332
2144
|
background: #ddf4ff;
|
2333
|
-
color: #
|
2145
|
+
color: #2185d0;
|
2334
2146
|
}
|
2335
2147
|
.ui.table > thead > tr[class*="blue colored"] > th,
|
2336
2148
|
.ui.table > tfoot > tr[class*="blue colored"] > th,
|
@@ -2339,7 +2151,7 @@
|
|
2339
2151
|
.ui.table > tfoot > tr.blue:not(.marked) > th,
|
2340
2152
|
.ui.table > tfoot > tr.blue:not(.marked) > td {
|
2341
2153
|
background: inherit;
|
2342
|
-
color: #
|
2154
|
+
color: #2185d0;
|
2343
2155
|
}
|
2344
2156
|
.ui.ui.ui.ui.inverted.table tr[class*="blue colored"],
|
2345
2157
|
.ui.ui.inverted.table th[class*="blue colored"],
|
@@ -2347,8 +2159,8 @@
|
|
2347
2159
|
.ui.ui.ui.ui.inverted.table tr.blue:not(.marked),
|
2348
2160
|
.ui.ui.inverted.table th.blue:not(.marked),
|
2349
2161
|
.ui.ui.inverted.table td.blue:not(.marked) {
|
2350
|
-
background: #
|
2351
|
-
color: #
|
2162
|
+
background: #2185d0;
|
2163
|
+
color: #fff;
|
2352
2164
|
}
|
2353
2165
|
.ui.inverted.table > thead > tr[class*="blue colored"] > th,
|
2354
2166
|
.ui.inverted.table > tfoot > tr[class*="blue colored"] > th,
|
@@ -2357,7 +2169,7 @@
|
|
2357
2169
|
.ui.inverted.table > tfoot > tr.blue:not(.marked) > th,
|
2358
2170
|
.ui.inverted.table > tfoot > tr.blue:not(.marked) > td {
|
2359
2171
|
background: inherit;
|
2360
|
-
color: #
|
2172
|
+
color: #fff;
|
2361
2173
|
}
|
2362
2174
|
.ui.ui.selectable.table tr[class*="blue colored"]:hover,
|
2363
2175
|
.ui.table tr td.selectable[class*="blue colored"]:hover,
|
@@ -2366,7 +2178,7 @@
|
|
2366
2178
|
.ui.table tr td.selectable.blue:not(.marked):hover,
|
2367
2179
|
.ui.selectable.table tr:hover td.blue:not(.marked) {
|
2368
2180
|
background: #d3f1ff;
|
2369
|
-
color: #
|
2181
|
+
color: #2185d0;
|
2370
2182
|
}
|
2371
2183
|
.ui.ui.inverted.selectable.table tr[class*="blue colored"]:hover,
|
2372
2184
|
.ui.inverted.table tr td.selectable[class*="blue colored"]:hover,
|
@@ -2375,34 +2187,30 @@
|
|
2375
2187
|
.ui.inverted.table tr td.selectable.blue:not(.marked):hover,
|
2376
2188
|
.ui.inverted.selectable.table tr:hover td.blue:not(.marked) {
|
2377
2189
|
background: #21b8ff;
|
2378
|
-
color: #
|
2190
|
+
color: #fff;
|
2379
2191
|
}
|
2380
2192
|
.ui.table td[class*="blue marked"].left,
|
2381
2193
|
.ui.table tr[class*="blue marked"].left {
|
2382
|
-
|
2383
|
-
box-shadow: 0.2em 0 0 0 #2185D0 inset;
|
2194
|
+
box-shadow: 0.2em 0 0 0 #2185d0 inset;
|
2384
2195
|
}
|
2385
2196
|
.ui.table td[class*="blue marked"].right,
|
2386
2197
|
.ui.table tr[class*="blue marked"].right {
|
2387
|
-
|
2388
|
-
box-shadow: -0.2em 0 0 0 #2185D0 inset;
|
2198
|
+
box-shadow: -0.2em 0 0 0 #2185d0 inset;
|
2389
2199
|
}
|
2390
2200
|
.ui.inverted.table td[class*="blue marked"].left,
|
2391
2201
|
.ui.inverted.table tr[class*="blue marked"].left {
|
2392
|
-
|
2393
|
-
box-shadow: 0.2em 0 0 0 #54C8FF inset;
|
2202
|
+
box-shadow: 0.2em 0 0 0 #54c8ff inset;
|
2394
2203
|
}
|
2395
2204
|
.ui.inverted.table td[class*="blue marked"].right,
|
2396
2205
|
.ui.inverted.table tr[class*="blue marked"].right {
|
2397
|
-
|
2398
|
-
box-shadow: -0.2em 0 0 0 #54C8FF inset;
|
2206
|
+
box-shadow: -0.2em 0 0 0 #54c8ff inset;
|
2399
2207
|
}
|
2400
2208
|
.ui.violet.table {
|
2401
|
-
border-top: 0.2em solid #
|
2209
|
+
border-top: 0.2em solid #6435c9;
|
2402
2210
|
}
|
2403
2211
|
.ui.inverted.violet.table {
|
2404
|
-
background: #
|
2405
|
-
color: #
|
2212
|
+
background: #6435c9;
|
2213
|
+
color: #fff;
|
2406
2214
|
}
|
2407
2215
|
|
2408
2216
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -2416,19 +2224,19 @@
|
|
2416
2224
|
.ui.scrolling.table > thead.violet > tr > td,
|
2417
2225
|
.ui.scrolling.table > tfoot.violet > tr > td {
|
2418
2226
|
background: inherit;
|
2419
|
-
color: #
|
2227
|
+
color: #6435c9;
|
2420
2228
|
}
|
2421
2229
|
.ui.inverted.scrolling.table > thead.violet,
|
2422
2230
|
.ui.inverted.scrolling.table > tfoot.violet {
|
2423
|
-
background: #
|
2424
|
-
color: #
|
2231
|
+
background: #6435c9;
|
2232
|
+
color: #6435c9;
|
2425
2233
|
}
|
2426
2234
|
.ui.inverted.scrolling.table > thead.violet > tr > th,
|
2427
2235
|
.ui.inverted.scrolling.table > tfoot.violet > tr > th,
|
2428
2236
|
.ui.inverted.scrolling.table > thead.violet > tr > td,
|
2429
2237
|
.ui.inverted.scrolling.table > tfoot.violet > tr > td {
|
2430
2238
|
background: inherit;
|
2431
|
-
color: #
|
2239
|
+
color: #fff;
|
2432
2240
|
}
|
2433
2241
|
.ui.ui.ui.ui.table tr[class*="violet colored"],
|
2434
2242
|
.ui.ui.table th[class*="violet colored"],
|
@@ -2437,7 +2245,7 @@
|
|
2437
2245
|
.ui.ui.table th.violet:not(.marked),
|
2438
2246
|
.ui.ui.table td.violet:not(.marked) {
|
2439
2247
|
background: #ece9fe;
|
2440
|
-
color: #
|
2248
|
+
color: #6435c9;
|
2441
2249
|
}
|
2442
2250
|
.ui.table > thead > tr[class*="violet colored"] > th,
|
2443
2251
|
.ui.table > tfoot > tr[class*="violet colored"] > th,
|
@@ -2446,7 +2254,7 @@
|
|
2446
2254
|
.ui.table > tfoot > tr.violet:not(.marked) > th,
|
2447
2255
|
.ui.table > tfoot > tr.violet:not(.marked) > td {
|
2448
2256
|
background: inherit;
|
2449
|
-
color: #
|
2257
|
+
color: #6435c9;
|
2450
2258
|
}
|
2451
2259
|
.ui.ui.ui.ui.inverted.table tr[class*="violet colored"],
|
2452
2260
|
.ui.ui.inverted.table th[class*="violet colored"],
|
@@ -2454,8 +2262,8 @@
|
|
2454
2262
|
.ui.ui.ui.ui.inverted.table tr.violet:not(.marked),
|
2455
2263
|
.ui.ui.inverted.table th.violet:not(.marked),
|
2456
2264
|
.ui.ui.inverted.table td.violet:not(.marked) {
|
2457
|
-
background: #
|
2458
|
-
color: #
|
2265
|
+
background: #6435c9;
|
2266
|
+
color: #fff;
|
2459
2267
|
}
|
2460
2268
|
.ui.inverted.table > thead > tr[class*="violet colored"] > th,
|
2461
2269
|
.ui.inverted.table > tfoot > tr[class*="violet colored"] > th,
|
@@ -2464,7 +2272,7 @@
|
|
2464
2272
|
.ui.inverted.table > tfoot > tr.violet:not(.marked) > th,
|
2465
2273
|
.ui.inverted.table > tfoot > tr.violet:not(.marked) > td {
|
2466
2274
|
background: inherit;
|
2467
|
-
color: #
|
2275
|
+
color: #fff;
|
2468
2276
|
}
|
2469
2277
|
.ui.ui.selectable.table tr[class*="violet colored"]:hover,
|
2470
2278
|
.ui.table tr td.selectable[class*="violet colored"]:hover,
|
@@ -2473,7 +2281,7 @@
|
|
2473
2281
|
.ui.table tr td.selectable.violet:not(.marked):hover,
|
2474
2282
|
.ui.selectable.table tr:hover td.violet:not(.marked) {
|
2475
2283
|
background: #e3deff;
|
2476
|
-
color: #
|
2284
|
+
color: #6435c9;
|
2477
2285
|
}
|
2478
2286
|
.ui.ui.inverted.selectable.table tr[class*="violet colored"]:hover,
|
2479
2287
|
.ui.inverted.table tr td.selectable[class*="violet colored"]:hover,
|
@@ -2482,34 +2290,30 @@
|
|
2482
2290
|
.ui.inverted.table tr td.selectable.violet:not(.marked):hover,
|
2483
2291
|
.ui.inverted.selectable.table tr:hover td.violet:not(.marked) {
|
2484
2292
|
background: #745aff;
|
2485
|
-
color: #
|
2293
|
+
color: #fff;
|
2486
2294
|
}
|
2487
2295
|
.ui.table td[class*="violet marked"].left,
|
2488
2296
|
.ui.table tr[class*="violet marked"].left {
|
2489
|
-
|
2490
|
-
box-shadow: 0.2em 0 0 0 #6435C9 inset;
|
2297
|
+
box-shadow: 0.2em 0 0 0 #6435c9 inset;
|
2491
2298
|
}
|
2492
2299
|
.ui.table td[class*="violet marked"].right,
|
2493
2300
|
.ui.table tr[class*="violet marked"].right {
|
2494
|
-
|
2495
|
-
box-shadow: -0.2em 0 0 0 #6435C9 inset;
|
2301
|
+
box-shadow: -0.2em 0 0 0 #6435c9 inset;
|
2496
2302
|
}
|
2497
2303
|
.ui.inverted.table td[class*="violet marked"].left,
|
2498
2304
|
.ui.inverted.table tr[class*="violet marked"].left {
|
2499
|
-
|
2500
|
-
box-shadow: 0.2em 0 0 0 #A291FB inset;
|
2305
|
+
box-shadow: 0.2em 0 0 0 #a291fb inset;
|
2501
2306
|
}
|
2502
2307
|
.ui.inverted.table td[class*="violet marked"].right,
|
2503
2308
|
.ui.inverted.table tr[class*="violet marked"].right {
|
2504
|
-
|
2505
|
-
box-shadow: -0.2em 0 0 0 #A291FB inset;
|
2309
|
+
box-shadow: -0.2em 0 0 0 #a291fb inset;
|
2506
2310
|
}
|
2507
2311
|
.ui.purple.table {
|
2508
|
-
border-top: 0.2em solid #
|
2312
|
+
border-top: 0.2em solid #a333c8;
|
2509
2313
|
}
|
2510
2314
|
.ui.inverted.purple.table {
|
2511
|
-
background: #
|
2512
|
-
color: #
|
2315
|
+
background: #a333c8;
|
2316
|
+
color: #fff;
|
2513
2317
|
}
|
2514
2318
|
|
2515
2319
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -2523,19 +2327,19 @@
|
|
2523
2327
|
.ui.scrolling.table > thead.purple > tr > td,
|
2524
2328
|
.ui.scrolling.table > tfoot.purple > tr > td {
|
2525
2329
|
background: inherit;
|
2526
|
-
color: #
|
2330
|
+
color: #a333c8;
|
2527
2331
|
}
|
2528
2332
|
.ui.inverted.scrolling.table > thead.purple,
|
2529
2333
|
.ui.inverted.scrolling.table > tfoot.purple {
|
2530
|
-
background: #
|
2531
|
-
color: #
|
2334
|
+
background: #a333c8;
|
2335
|
+
color: #a333c8;
|
2532
2336
|
}
|
2533
2337
|
.ui.inverted.scrolling.table > thead.purple > tr > th,
|
2534
2338
|
.ui.inverted.scrolling.table > tfoot.purple > tr > th,
|
2535
2339
|
.ui.inverted.scrolling.table > thead.purple > tr > td,
|
2536
2340
|
.ui.inverted.scrolling.table > tfoot.purple > tr > td {
|
2537
2341
|
background: inherit;
|
2538
|
-
color: #
|
2342
|
+
color: #fff;
|
2539
2343
|
}
|
2540
2344
|
.ui.ui.ui.ui.table tr[class*="purple colored"],
|
2541
2345
|
.ui.ui.table th[class*="purple colored"],
|
@@ -2544,7 +2348,7 @@
|
|
2544
2348
|
.ui.ui.table th.purple:not(.marked),
|
2545
2349
|
.ui.ui.table td.purple:not(.marked) {
|
2546
2350
|
background: #f8e3ff;
|
2547
|
-
color: #
|
2351
|
+
color: #a333c8;
|
2548
2352
|
}
|
2549
2353
|
.ui.table > thead > tr[class*="purple colored"] > th,
|
2550
2354
|
.ui.table > tfoot > tr[class*="purple colored"] > th,
|
@@ -2553,7 +2357,7 @@
|
|
2553
2357
|
.ui.table > tfoot > tr.purple:not(.marked) > th,
|
2554
2358
|
.ui.table > tfoot > tr.purple:not(.marked) > td {
|
2555
2359
|
background: inherit;
|
2556
|
-
color: #
|
2360
|
+
color: #a333c8;
|
2557
2361
|
}
|
2558
2362
|
.ui.ui.ui.ui.inverted.table tr[class*="purple colored"],
|
2559
2363
|
.ui.ui.inverted.table th[class*="purple colored"],
|
@@ -2561,8 +2365,8 @@
|
|
2561
2365
|
.ui.ui.ui.ui.inverted.table tr.purple:not(.marked),
|
2562
2366
|
.ui.ui.inverted.table th.purple:not(.marked),
|
2563
2367
|
.ui.ui.inverted.table td.purple:not(.marked) {
|
2564
|
-
background: #
|
2565
|
-
color: #
|
2368
|
+
background: #a333c8;
|
2369
|
+
color: #fff;
|
2566
2370
|
}
|
2567
2371
|
.ui.inverted.table > thead > tr[class*="purple colored"] > th,
|
2568
2372
|
.ui.inverted.table > tfoot > tr[class*="purple colored"] > th,
|
@@ -2571,7 +2375,7 @@
|
|
2571
2375
|
.ui.inverted.table > tfoot > tr.purple:not(.marked) > th,
|
2572
2376
|
.ui.inverted.table > tfoot > tr.purple:not(.marked) > td {
|
2573
2377
|
background: inherit;
|
2574
|
-
color: #
|
2378
|
+
color: #fff;
|
2575
2379
|
}
|
2576
2380
|
.ui.ui.selectable.table tr[class*="purple colored"]:hover,
|
2577
2381
|
.ui.table tr td.selectable[class*="purple colored"]:hover,
|
@@ -2580,7 +2384,7 @@
|
|
2580
2384
|
.ui.table tr td.selectable.purple:not(.marked):hover,
|
2581
2385
|
.ui.selectable.table tr:hover td.purple:not(.marked) {
|
2582
2386
|
background: #f5d9ff;
|
2583
|
-
color: #
|
2387
|
+
color: #a333c8;
|
2584
2388
|
}
|
2585
2389
|
.ui.ui.inverted.selectable.table tr[class*="purple colored"]:hover,
|
2586
2390
|
.ui.inverted.table tr td.selectable[class*="purple colored"]:hover,
|
@@ -2589,34 +2393,30 @@
|
|
2589
2393
|
.ui.inverted.table tr td.selectable.purple:not(.marked):hover,
|
2590
2394
|
.ui.inverted.selectable.table tr:hover td.purple:not(.marked) {
|
2591
2395
|
background: #cf40ff;
|
2592
|
-
color: #
|
2396
|
+
color: #fff;
|
2593
2397
|
}
|
2594
2398
|
.ui.table td[class*="purple marked"].left,
|
2595
2399
|
.ui.table tr[class*="purple marked"].left {
|
2596
|
-
|
2597
|
-
box-shadow: 0.2em 0 0 0 #A333C8 inset;
|
2400
|
+
box-shadow: 0.2em 0 0 0 #a333c8 inset;
|
2598
2401
|
}
|
2599
2402
|
.ui.table td[class*="purple marked"].right,
|
2600
2403
|
.ui.table tr[class*="purple marked"].right {
|
2601
|
-
|
2602
|
-
box-shadow: -0.2em 0 0 0 #A333C8 inset;
|
2404
|
+
box-shadow: -0.2em 0 0 0 #a333c8 inset;
|
2603
2405
|
}
|
2604
2406
|
.ui.inverted.table td[class*="purple marked"].left,
|
2605
2407
|
.ui.inverted.table tr[class*="purple marked"].left {
|
2606
|
-
|
2607
|
-
box-shadow: 0.2em 0 0 0 #DC73FF inset;
|
2408
|
+
box-shadow: 0.2em 0 0 0 #dc73ff inset;
|
2608
2409
|
}
|
2609
2410
|
.ui.inverted.table td[class*="purple marked"].right,
|
2610
2411
|
.ui.inverted.table tr[class*="purple marked"].right {
|
2611
|
-
|
2612
|
-
box-shadow: -0.2em 0 0 0 #DC73FF inset;
|
2412
|
+
box-shadow: -0.2em 0 0 0 #dc73ff inset;
|
2613
2413
|
}
|
2614
2414
|
.ui.pink.table {
|
2615
|
-
border-top: 0.2em solid #
|
2415
|
+
border-top: 0.2em solid #e03997;
|
2616
2416
|
}
|
2617
2417
|
.ui.inverted.pink.table {
|
2618
|
-
background: #
|
2619
|
-
color: #
|
2418
|
+
background: #e03997;
|
2419
|
+
color: #fff;
|
2620
2420
|
}
|
2621
2421
|
|
2622
2422
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -2630,19 +2430,19 @@
|
|
2630
2430
|
.ui.scrolling.table > thead.pink > tr > td,
|
2631
2431
|
.ui.scrolling.table > tfoot.pink > tr > td {
|
2632
2432
|
background: inherit;
|
2633
|
-
color: #
|
2433
|
+
color: #e03997;
|
2634
2434
|
}
|
2635
2435
|
.ui.inverted.scrolling.table > thead.pink,
|
2636
2436
|
.ui.inverted.scrolling.table > tfoot.pink {
|
2637
|
-
background: #
|
2638
|
-
color: #
|
2437
|
+
background: #e03997;
|
2438
|
+
color: #e03997;
|
2639
2439
|
}
|
2640
2440
|
.ui.inverted.scrolling.table > thead.pink > tr > th,
|
2641
2441
|
.ui.inverted.scrolling.table > tfoot.pink > tr > th,
|
2642
2442
|
.ui.inverted.scrolling.table > thead.pink > tr > td,
|
2643
2443
|
.ui.inverted.scrolling.table > tfoot.pink > tr > td {
|
2644
2444
|
background: inherit;
|
2645
|
-
color: #
|
2445
|
+
color: #fff;
|
2646
2446
|
}
|
2647
2447
|
.ui.ui.ui.ui.table tr[class*="pink colored"],
|
2648
2448
|
.ui.ui.table th[class*="pink colored"],
|
@@ -2651,7 +2451,7 @@
|
|
2651
2451
|
.ui.ui.table th.pink:not(.marked),
|
2652
2452
|
.ui.ui.table td.pink:not(.marked) {
|
2653
2453
|
background: #ffe8f9;
|
2654
|
-
color: #
|
2454
|
+
color: #e03997;
|
2655
2455
|
}
|
2656
2456
|
.ui.table > thead > tr[class*="pink colored"] > th,
|
2657
2457
|
.ui.table > tfoot > tr[class*="pink colored"] > th,
|
@@ -2660,7 +2460,7 @@
|
|
2660
2460
|
.ui.table > tfoot > tr.pink:not(.marked) > th,
|
2661
2461
|
.ui.table > tfoot > tr.pink:not(.marked) > td {
|
2662
2462
|
background: inherit;
|
2663
|
-
color: #
|
2463
|
+
color: #e03997;
|
2664
2464
|
}
|
2665
2465
|
.ui.ui.ui.ui.inverted.table tr[class*="pink colored"],
|
2666
2466
|
.ui.ui.inverted.table th[class*="pink colored"],
|
@@ -2668,8 +2468,8 @@
|
|
2668
2468
|
.ui.ui.ui.ui.inverted.table tr.pink:not(.marked),
|
2669
2469
|
.ui.ui.inverted.table th.pink:not(.marked),
|
2670
2470
|
.ui.ui.inverted.table td.pink:not(.marked) {
|
2671
|
-
background: #
|
2672
|
-
color: #
|
2471
|
+
background: #e03997;
|
2472
|
+
color: #fff;
|
2673
2473
|
}
|
2674
2474
|
.ui.inverted.table > thead > tr[class*="pink colored"] > th,
|
2675
2475
|
.ui.inverted.table > tfoot > tr[class*="pink colored"] > th,
|
@@ -2678,7 +2478,7 @@
|
|
2678
2478
|
.ui.inverted.table > tfoot > tr.pink:not(.marked) > th,
|
2679
2479
|
.ui.inverted.table > tfoot > tr.pink:not(.marked) > td {
|
2680
2480
|
background: inherit;
|
2681
|
-
color: #
|
2481
|
+
color: #fff;
|
2682
2482
|
}
|
2683
2483
|
.ui.ui.selectable.table tr[class*="pink colored"]:hover,
|
2684
2484
|
.ui.table tr td.selectable[class*="pink colored"]:hover,
|
@@ -2687,7 +2487,7 @@
|
|
2687
2487
|
.ui.table tr td.selectable.pink:not(.marked):hover,
|
2688
2488
|
.ui.selectable.table tr:hover td.pink:not(.marked) {
|
2689
2489
|
background: #ffdef6;
|
2690
|
-
color: #
|
2490
|
+
color: #e03997;
|
2691
2491
|
}
|
2692
2492
|
.ui.ui.inverted.selectable.table tr[class*="pink colored"]:hover,
|
2693
2493
|
.ui.inverted.table tr td.selectable[class*="pink colored"]:hover,
|
@@ -2696,34 +2496,30 @@
|
|
2696
2496
|
.ui.inverted.table tr td.selectable.pink:not(.marked):hover,
|
2697
2497
|
.ui.inverted.selectable.table tr:hover td.pink:not(.marked) {
|
2698
2498
|
background: #ff5bd1;
|
2699
|
-
color: #
|
2499
|
+
color: #fff;
|
2700
2500
|
}
|
2701
2501
|
.ui.table td[class*="pink marked"].left,
|
2702
2502
|
.ui.table tr[class*="pink marked"].left {
|
2703
|
-
|
2704
|
-
box-shadow: 0.2em 0 0 0 #E03997 inset;
|
2503
|
+
box-shadow: 0.2em 0 0 0 #e03997 inset;
|
2705
2504
|
}
|
2706
2505
|
.ui.table td[class*="pink marked"].right,
|
2707
2506
|
.ui.table tr[class*="pink marked"].right {
|
2708
|
-
|
2709
|
-
box-shadow: -0.2em 0 0 0 #E03997 inset;
|
2507
|
+
box-shadow: -0.2em 0 0 0 #e03997 inset;
|
2710
2508
|
}
|
2711
2509
|
.ui.inverted.table td[class*="pink marked"].left,
|
2712
2510
|
.ui.inverted.table tr[class*="pink marked"].left {
|
2713
|
-
|
2714
|
-
box-shadow: 0.2em 0 0 0 #FF8EDF inset;
|
2511
|
+
box-shadow: 0.2em 0 0 0 #ff8edf inset;
|
2715
2512
|
}
|
2716
2513
|
.ui.inverted.table td[class*="pink marked"].right,
|
2717
2514
|
.ui.inverted.table tr[class*="pink marked"].right {
|
2718
|
-
|
2719
|
-
box-shadow: -0.2em 0 0 0 #FF8EDF inset;
|
2515
|
+
box-shadow: -0.2em 0 0 0 #ff8edf inset;
|
2720
2516
|
}
|
2721
2517
|
.ui.brown.table {
|
2722
|
-
border-top: 0.2em solid #
|
2518
|
+
border-top: 0.2em solid #a5673f;
|
2723
2519
|
}
|
2724
2520
|
.ui.inverted.brown.table {
|
2725
|
-
background: #
|
2726
|
-
color: #
|
2521
|
+
background: #a5673f;
|
2522
|
+
color: #fff;
|
2727
2523
|
}
|
2728
2524
|
|
2729
2525
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -2737,19 +2533,19 @@
|
|
2737
2533
|
.ui.scrolling.table > thead.brown > tr > td,
|
2738
2534
|
.ui.scrolling.table > tfoot.brown > tr > td {
|
2739
2535
|
background: inherit;
|
2740
|
-
color: #
|
2536
|
+
color: #a5673f;
|
2741
2537
|
}
|
2742
2538
|
.ui.inverted.scrolling.table > thead.brown,
|
2743
2539
|
.ui.inverted.scrolling.table > tfoot.brown {
|
2744
|
-
background: #
|
2745
|
-
color: #
|
2540
|
+
background: #a5673f;
|
2541
|
+
color: #a5673f;
|
2746
2542
|
}
|
2747
2543
|
.ui.inverted.scrolling.table > thead.brown > tr > th,
|
2748
2544
|
.ui.inverted.scrolling.table > tfoot.brown > tr > th,
|
2749
2545
|
.ui.inverted.scrolling.table > thead.brown > tr > td,
|
2750
2546
|
.ui.inverted.scrolling.table > tfoot.brown > tr > td {
|
2751
2547
|
background: inherit;
|
2752
|
-
color: #
|
2548
|
+
color: #fff;
|
2753
2549
|
}
|
2754
2550
|
.ui.ui.ui.ui.table tr[class*="brown colored"],
|
2755
2551
|
.ui.ui.table th[class*="brown colored"],
|
@@ -2758,7 +2554,7 @@
|
|
2758
2554
|
.ui.ui.table th.brown:not(.marked),
|
2759
2555
|
.ui.ui.table td.brown:not(.marked) {
|
2760
2556
|
background: #f7e5d2;
|
2761
|
-
color: #
|
2557
|
+
color: #a5673f;
|
2762
2558
|
}
|
2763
2559
|
.ui.table > thead > tr[class*="brown colored"] > th,
|
2764
2560
|
.ui.table > tfoot > tr[class*="brown colored"] > th,
|
@@ -2767,7 +2563,7 @@
|
|
2767
2563
|
.ui.table > tfoot > tr.brown:not(.marked) > th,
|
2768
2564
|
.ui.table > tfoot > tr.brown:not(.marked) > td {
|
2769
2565
|
background: inherit;
|
2770
|
-
color: #
|
2566
|
+
color: #a5673f;
|
2771
2567
|
}
|
2772
2568
|
.ui.ui.ui.ui.inverted.table tr[class*="brown colored"],
|
2773
2569
|
.ui.ui.inverted.table th[class*="brown colored"],
|
@@ -2775,8 +2571,8 @@
|
|
2775
2571
|
.ui.ui.ui.ui.inverted.table tr.brown:not(.marked),
|
2776
2572
|
.ui.ui.inverted.table th.brown:not(.marked),
|
2777
2573
|
.ui.ui.inverted.table td.brown:not(.marked) {
|
2778
|
-
background: #
|
2779
|
-
color: #
|
2574
|
+
background: #a5673f;
|
2575
|
+
color: #fff;
|
2780
2576
|
}
|
2781
2577
|
.ui.inverted.table > thead > tr[class*="brown colored"] > th,
|
2782
2578
|
.ui.inverted.table > tfoot > tr[class*="brown colored"] > th,
|
@@ -2785,7 +2581,7 @@
|
|
2785
2581
|
.ui.inverted.table > tfoot > tr.brown:not(.marked) > th,
|
2786
2582
|
.ui.inverted.table > tfoot > tr.brown:not(.marked) > td {
|
2787
2583
|
background: inherit;
|
2788
|
-
color: #
|
2584
|
+
color: #fff;
|
2789
2585
|
}
|
2790
2586
|
.ui.ui.selectable.table tr[class*="brown colored"]:hover,
|
2791
2587
|
.ui.table tr td.selectable[class*="brown colored"]:hover,
|
@@ -2794,7 +2590,7 @@
|
|
2794
2590
|
.ui.table tr td.selectable.brown:not(.marked):hover,
|
2795
2591
|
.ui.selectable.table tr:hover td.brown:not(.marked) {
|
2796
2592
|
background: #efe0cf;
|
2797
|
-
color: #
|
2593
|
+
color: #a5673f;
|
2798
2594
|
}
|
2799
2595
|
.ui.ui.inverted.selectable.table tr[class*="brown colored"]:hover,
|
2800
2596
|
.ui.inverted.table tr td.selectable[class*="brown colored"]:hover,
|
@@ -2803,41 +2599,37 @@
|
|
2803
2599
|
.ui.inverted.table tr td.selectable.brown:not(.marked):hover,
|
2804
2600
|
.ui.inverted.selectable.table tr:hover td.brown:not(.marked) {
|
2805
2601
|
background: #b0620f;
|
2806
|
-
color: #
|
2602
|
+
color: #fff;
|
2807
2603
|
}
|
2808
2604
|
.ui.table td[class*="brown marked"].left,
|
2809
2605
|
.ui.table tr[class*="brown marked"].left {
|
2810
|
-
|
2811
|
-
box-shadow: 0.2em 0 0 0 #A5673F inset;
|
2606
|
+
box-shadow: 0.2em 0 0 0 #a5673f inset;
|
2812
2607
|
}
|
2813
2608
|
.ui.table td[class*="brown marked"].right,
|
2814
2609
|
.ui.table tr[class*="brown marked"].right {
|
2815
|
-
|
2816
|
-
box-shadow: -0.2em 0 0 0 #A5673F inset;
|
2610
|
+
box-shadow: -0.2em 0 0 0 #a5673f inset;
|
2817
2611
|
}
|
2818
2612
|
.ui.inverted.table td[class*="brown marked"].left,
|
2819
2613
|
.ui.inverted.table tr[class*="brown marked"].left {
|
2820
|
-
|
2821
|
-
box-shadow: 0.2em 0 0 0 #D67C1C inset;
|
2614
|
+
box-shadow: 0.2em 0 0 0 #d67c1c inset;
|
2822
2615
|
}
|
2823
2616
|
.ui.inverted.table td[class*="brown marked"].right,
|
2824
2617
|
.ui.inverted.table tr[class*="brown marked"].right {
|
2825
|
-
|
2826
|
-
box-shadow: -0.2em 0 0 0 #D67C1C inset;
|
2618
|
+
box-shadow: -0.2em 0 0 0 #d67c1c inset;
|
2827
2619
|
}
|
2828
2620
|
.ui.grey.table {
|
2829
2621
|
border-top: 0.2em solid #767676;
|
2830
2622
|
}
|
2831
2623
|
.ui.inverted.grey.table {
|
2832
2624
|
background: #767676;
|
2833
|
-
color: #
|
2625
|
+
color: #fff;
|
2834
2626
|
}
|
2835
2627
|
|
2836
2628
|
/* Same color for background and color to camouflage the scrollbar */
|
2837
2629
|
.ui.scrolling.table > thead.grey,
|
2838
2630
|
.ui.scrolling.table > tfoot.grey {
|
2839
|
-
background: #
|
2840
|
-
color: #
|
2631
|
+
background: #dcddde;
|
2632
|
+
color: #dcddde;
|
2841
2633
|
}
|
2842
2634
|
.ui.scrolling.table > thead.grey > tr > th,
|
2843
2635
|
.ui.scrolling.table > tfoot.grey > tr > th,
|
@@ -2856,7 +2648,7 @@
|
|
2856
2648
|
.ui.inverted.scrolling.table > thead.grey > tr > td,
|
2857
2649
|
.ui.inverted.scrolling.table > tfoot.grey > tr > td {
|
2858
2650
|
background: inherit;
|
2859
|
-
color: #
|
2651
|
+
color: #fff;
|
2860
2652
|
}
|
2861
2653
|
.ui.ui.ui.ui.table tr[class*="grey colored"],
|
2862
2654
|
.ui.ui.table th[class*="grey colored"],
|
@@ -2864,7 +2656,7 @@
|
|
2864
2656
|
.ui.ui.ui.ui.table tr.grey:not(.marked),
|
2865
2657
|
.ui.ui.table th.grey:not(.marked),
|
2866
2658
|
.ui.ui.table td.grey:not(.marked) {
|
2867
|
-
background: #
|
2659
|
+
background: #dcddde;
|
2868
2660
|
color: #767676;
|
2869
2661
|
}
|
2870
2662
|
.ui.table > thead > tr[class*="grey colored"] > th,
|
@@ -2883,7 +2675,7 @@
|
|
2883
2675
|
.ui.ui.inverted.table th.grey:not(.marked),
|
2884
2676
|
.ui.ui.inverted.table td.grey:not(.marked) {
|
2885
2677
|
background: #767676;
|
2886
|
-
color: #
|
2678
|
+
color: #fff;
|
2887
2679
|
}
|
2888
2680
|
.ui.inverted.table > thead > tr[class*="grey colored"] > th,
|
2889
2681
|
.ui.inverted.table > tfoot > tr[class*="grey colored"] > th,
|
@@ -2892,7 +2684,7 @@
|
|
2892
2684
|
.ui.inverted.table > tfoot > tr.grey:not(.marked) > th,
|
2893
2685
|
.ui.inverted.table > tfoot > tr.grey:not(.marked) > td {
|
2894
2686
|
background: inherit;
|
2895
|
-
color: #
|
2687
|
+
color: #fff;
|
2896
2688
|
}
|
2897
2689
|
.ui.ui.selectable.table tr[class*="grey colored"]:hover,
|
2898
2690
|
.ui.table tr td.selectable[class*="grey colored"]:hover,
|
@@ -2910,34 +2702,30 @@
|
|
2910
2702
|
.ui.inverted.table tr td.selectable.grey:not(.marked):hover,
|
2911
2703
|
.ui.inverted.selectable.table tr:hover td.grey:not(.marked) {
|
2912
2704
|
background: #c2c4c5;
|
2913
|
-
color: #
|
2705
|
+
color: #fff;
|
2914
2706
|
}
|
2915
2707
|
.ui.table td[class*="grey marked"].left,
|
2916
2708
|
.ui.table tr[class*="grey marked"].left {
|
2917
|
-
|
2918
|
-
box-shadow: 0.2em 0 0 0 #767676 inset;
|
2709
|
+
box-shadow: 0.2em 0 0 0 #767676 inset;
|
2919
2710
|
}
|
2920
2711
|
.ui.table td[class*="grey marked"].right,
|
2921
2712
|
.ui.table tr[class*="grey marked"].right {
|
2922
|
-
|
2923
|
-
box-shadow: -0.2em 0 0 0 #767676 inset;
|
2713
|
+
box-shadow: -0.2em 0 0 0 #767676 inset;
|
2924
2714
|
}
|
2925
2715
|
.ui.inverted.table td[class*="grey marked"].left,
|
2926
2716
|
.ui.inverted.table tr[class*="grey marked"].left {
|
2927
|
-
|
2928
|
-
box-shadow: 0.2em 0 0 0 #DCDDDE inset;
|
2717
|
+
box-shadow: 0.2em 0 0 0 #dcddde inset;
|
2929
2718
|
}
|
2930
2719
|
.ui.inverted.table td[class*="grey marked"].right,
|
2931
2720
|
.ui.inverted.table tr[class*="grey marked"].right {
|
2932
|
-
|
2933
|
-
box-shadow: -0.2em 0 0 0 #DCDDDE inset;
|
2721
|
+
box-shadow: -0.2em 0 0 0 #dcddde inset;
|
2934
2722
|
}
|
2935
2723
|
.ui.black.table {
|
2936
|
-
border-top: 0.2em solid #
|
2724
|
+
border-top: 0.2em solid #1b1c1d;
|
2937
2725
|
}
|
2938
2726
|
.ui.inverted.black.table {
|
2939
|
-
background: #
|
2940
|
-
color: #
|
2727
|
+
background: #1b1c1d;
|
2728
|
+
color: #fff;
|
2941
2729
|
}
|
2942
2730
|
|
2943
2731
|
/* Same color for background and color to camouflage the scrollbar */
|
@@ -2951,19 +2739,19 @@
|
|
2951
2739
|
.ui.scrolling.table > thead.black > tr > td,
|
2952
2740
|
.ui.scrolling.table > tfoot.black > tr > td {
|
2953
2741
|
background: inherit;
|
2954
|
-
color: #
|
2742
|
+
color: #fff;
|
2955
2743
|
}
|
2956
2744
|
.ui.inverted.scrolling.table > thead.black,
|
2957
2745
|
.ui.inverted.scrolling.table > tfoot.black {
|
2958
|
-
background: #
|
2959
|
-
color: #
|
2746
|
+
background: #1b1c1d;
|
2747
|
+
color: #1b1c1d;
|
2960
2748
|
}
|
2961
2749
|
.ui.inverted.scrolling.table > thead.black > tr > th,
|
2962
2750
|
.ui.inverted.scrolling.table > tfoot.black > tr > th,
|
2963
2751
|
.ui.inverted.scrolling.table > thead.black > tr > td,
|
2964
2752
|
.ui.inverted.scrolling.table > tfoot.black > tr > td {
|
2965
2753
|
background: inherit;
|
2966
|
-
color: #
|
2754
|
+
color: #fff;
|
2967
2755
|
}
|
2968
2756
|
.ui.ui.ui.ui.table tr[class*="black colored"],
|
2969
2757
|
.ui.ui.table th[class*="black colored"],
|
@@ -2972,7 +2760,7 @@
|
|
2972
2760
|
.ui.ui.table th.black:not(.marked),
|
2973
2761
|
.ui.ui.table td.black:not(.marked) {
|
2974
2762
|
background: #545454;
|
2975
|
-
color: #
|
2763
|
+
color: #fff;
|
2976
2764
|
}
|
2977
2765
|
.ui.table > thead > tr[class*="black colored"] > th,
|
2978
2766
|
.ui.table > tfoot > tr[class*="black colored"] > th,
|
@@ -2981,7 +2769,7 @@
|
|
2981
2769
|
.ui.table > tfoot > tr.black:not(.marked) > th,
|
2982
2770
|
.ui.table > tfoot > tr.black:not(.marked) > td {
|
2983
2771
|
background: inherit;
|
2984
|
-
color: #
|
2772
|
+
color: #fff;
|
2985
2773
|
}
|
2986
2774
|
.ui.ui.ui.ui.inverted.table tr[class*="black colored"],
|
2987
2775
|
.ui.ui.inverted.table th[class*="black colored"],
|
@@ -2989,8 +2777,8 @@
|
|
2989
2777
|
.ui.ui.ui.ui.inverted.table tr.black:not(.marked),
|
2990
2778
|
.ui.ui.inverted.table th.black:not(.marked),
|
2991
2779
|
.ui.ui.inverted.table td.black:not(.marked) {
|
2992
|
-
background: #
|
2993
|
-
color: #
|
2780
|
+
background: #1b1c1d;
|
2781
|
+
color: #fff;
|
2994
2782
|
}
|
2995
2783
|
.ui.inverted.table > thead > tr[class*="black colored"] > th,
|
2996
2784
|
.ui.inverted.table > tfoot > tr[class*="black colored"] > th,
|
@@ -2999,7 +2787,7 @@
|
|
2999
2787
|
.ui.inverted.table > tfoot > tr.black:not(.marked) > th,
|
3000
2788
|
.ui.inverted.table > tfoot > tr.black:not(.marked) > td {
|
3001
2789
|
background: inherit;
|
3002
|
-
color: #
|
2790
|
+
color: #fff;
|
3003
2791
|
}
|
3004
2792
|
.ui.ui.selectable.table tr[class*="black colored"]:hover,
|
3005
2793
|
.ui.table tr td.selectable[class*="black colored"]:hover,
|
@@ -3008,7 +2796,7 @@
|
|
3008
2796
|
.ui.table tr td.selectable.black:not(.marked):hover,
|
3009
2797
|
.ui.selectable.table tr:hover td.black:not(.marked) {
|
3010
2798
|
background: #000000;
|
3011
|
-
color: #
|
2799
|
+
color: #fff;
|
3012
2800
|
}
|
3013
2801
|
.ui.ui.inverted.selectable.table tr[class*="black colored"]:hover,
|
3014
2802
|
.ui.inverted.table tr td.selectable[class*="black colored"]:hover,
|
@@ -3017,33 +2805,28 @@
|
|
3017
2805
|
.ui.inverted.table tr td.selectable.black:not(.marked):hover,
|
3018
2806
|
.ui.inverted.selectable.table tr:hover td.black:not(.marked) {
|
3019
2807
|
background: #000000;
|
3020
|
-
color: #
|
2808
|
+
color: #1b1c1d;
|
3021
2809
|
}
|
3022
2810
|
.ui.table td[class*="black marked"].left,
|
3023
2811
|
.ui.table tr[class*="black marked"].left {
|
3024
|
-
|
3025
|
-
box-shadow: 0.2em 0 0 0 #1B1C1D inset;
|
2812
|
+
box-shadow: 0.2em 0 0 0 #1b1c1d inset;
|
3026
2813
|
}
|
3027
2814
|
.ui.table td[class*="black marked"].right,
|
3028
2815
|
.ui.table tr[class*="black marked"].right {
|
3029
|
-
|
3030
|
-
box-shadow: -0.2em 0 0 0 #1B1C1D inset;
|
2816
|
+
box-shadow: -0.2em 0 0 0 #1b1c1d inset;
|
3031
2817
|
}
|
3032
2818
|
.ui.inverted.table td[class*="black marked"].left,
|
3033
2819
|
.ui.inverted.table tr[class*="black marked"].left {
|
3034
|
-
|
3035
|
-
box-shadow: 0.2em 0 0 0 #545454 inset;
|
2820
|
+
box-shadow: 0.2em 0 0 0 #545454 inset;
|
3036
2821
|
}
|
3037
2822
|
.ui.inverted.table td[class*="black marked"].right,
|
3038
2823
|
.ui.inverted.table tr[class*="black marked"].right {
|
3039
|
-
|
3040
|
-
box-shadow: -0.2em 0 0 0 #545454 inset;
|
2824
|
+
box-shadow: -0.2em 0 0 0 #545454 inset;
|
3041
2825
|
}
|
3042
2826
|
|
3043
|
-
|
3044
|
-
|
3045
|
-
|
3046
|
-
|
2827
|
+
/* --------------
|
2828
|
+
Column Count
|
2829
|
+
--------------- */
|
3047
2830
|
|
3048
2831
|
/* Grid Based */
|
3049
2832
|
.ui.one.column.table td {
|
@@ -3161,10 +2944,9 @@
|
|
3161
2944
|
width: 100%;
|
3162
2945
|
}
|
3163
2946
|
|
3164
|
-
|
3165
|
-
|
3166
|
-
|
3167
|
-
|
2947
|
+
/* --------------
|
2948
|
+
Sortable
|
2949
|
+
--------------- */
|
3168
2950
|
.ui.sortable.table > thead > tr > th {
|
3169
2951
|
cursor: pointer;
|
3170
2952
|
white-space: nowrap;
|
@@ -3176,7 +2958,6 @@
|
|
3176
2958
|
.ui.sortable.table thead th.sorted,
|
3177
2959
|
.ui.sortable.table thead th.sorted:hover {
|
3178
2960
|
-webkit-user-select: none;
|
3179
|
-
-moz-user-select: none;
|
3180
2961
|
-ms-user-select: none;
|
3181
2962
|
user-select: none;
|
3182
2963
|
}
|
@@ -3185,18 +2966,18 @@
|
|
3185
2966
|
font-style: normal;
|
3186
2967
|
font-weight: normal;
|
3187
2968
|
text-decoration: inherit;
|
3188
|
-
content:
|
2969
|
+
content: "";
|
3189
2970
|
height: 1em;
|
3190
2971
|
width: auto;
|
3191
2972
|
opacity: 0.8;
|
3192
2973
|
margin: 0 0 0 0.5em;
|
3193
|
-
font-family:
|
2974
|
+
font-family: "Icons";
|
3194
2975
|
}
|
3195
2976
|
.ui.sortable.table thead th.ascending::after {
|
3196
|
-
content:
|
2977
|
+
content: "\f0d8";
|
3197
2978
|
}
|
3198
2979
|
.ui.sortable.table thead th.descending::after {
|
3199
|
-
content:
|
2980
|
+
content: "\f0d7";
|
3200
2981
|
}
|
3201
2982
|
|
3202
2983
|
/* Hover */
|
@@ -3235,16 +3016,12 @@
|
|
3235
3016
|
color: #ffffff;
|
3236
3017
|
}
|
3237
3018
|
.ui.inverted.sortable.table:not(.basic) thead th.sorted {
|
3238
|
-
background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
|
3239
|
-
background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
3240
3019
|
background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
3241
3020
|
}
|
3242
3021
|
.ui.inverted.sortable.table > thead > tr > th:hover {
|
3243
3022
|
color: #ffffff;
|
3244
3023
|
}
|
3245
3024
|
.ui.inverted.sortable.table:not(.basic) > thead > tr > th:hover {
|
3246
|
-
background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
|
3247
|
-
background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
3248
3025
|
background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
3249
3026
|
}
|
3250
3027
|
.ui.inverted.sortable.table:not(.basic) > thead > tr > th {
|
@@ -3252,14 +3029,13 @@
|
|
3252
3029
|
border-right-color: transparent;
|
3253
3030
|
}
|
3254
3031
|
|
3255
|
-
|
3256
|
-
|
3257
|
-
|
3258
|
-
|
3032
|
+
/* --------------
|
3033
|
+
Inverted
|
3034
|
+
--------------- */
|
3259
3035
|
|
3260
3036
|
/* Text Color */
|
3261
3037
|
.ui.inverted.table {
|
3262
|
-
background: #
|
3038
|
+
background: #333;
|
3263
3039
|
color: rgba(255, 255, 255, 0.9);
|
3264
3040
|
border: none;
|
3265
3041
|
}
|
@@ -3281,8 +3057,8 @@
|
|
3281
3057
|
.ui.inverted.table > tr > td {
|
3282
3058
|
border-color: rgba(255, 255, 255, 0.1);
|
3283
3059
|
}
|
3284
|
-
.ui.inverted.table tr.disabled td,
|
3285
|
-
.ui.inverted.table tr td.disabled,
|
3060
|
+
.ui.ui.ui.inverted.table tr.disabled td,
|
3061
|
+
.ui.ui.ui.inverted.table tr td.disabled,
|
3286
3062
|
.ui.inverted.table tr.disabled:hover td,
|
3287
3063
|
.ui.inverted.table tr:hover td.disabled {
|
3288
3064
|
pointer-events: none;
|
@@ -3298,7 +3074,7 @@
|
|
3298
3074
|
/* Definition */
|
3299
3075
|
.ui.inverted.definition.table > tfoot:not(.full-width) > tr > th:first-child,
|
3300
3076
|
.ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child {
|
3301
|
-
background: #
|
3077
|
+
background: #fff;
|
3302
3078
|
}
|
3303
3079
|
.ui.inverted.definition.table > tbody > tr > td:first-child,
|
3304
3080
|
.ui.inverted.definition.table > tfoot > tr > td:first-child,
|
@@ -3307,28 +3083,24 @@
|
|
3307
3083
|
color: #ffffff;
|
3308
3084
|
}
|
3309
3085
|
|
3310
|
-
|
3311
|
-
|
3312
|
-
|
3313
|
-
|
3086
|
+
/* --------------
|
3087
|
+
Collapsing
|
3088
|
+
--------------- */
|
3314
3089
|
.ui.collapsing.table {
|
3315
3090
|
width: auto;
|
3316
3091
|
}
|
3317
3092
|
|
3318
|
-
|
3319
|
-
|
3320
|
-
|
3321
|
-
|
3093
|
+
/* --------------
|
3094
|
+
Basic
|
3095
|
+
--------------- */
|
3322
3096
|
.ui.basic.table {
|
3323
3097
|
background: transparent;
|
3324
3098
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
3325
|
-
|
3326
|
-
box-shadow: none;
|
3099
|
+
box-shadow: none;
|
3327
3100
|
}
|
3328
3101
|
.ui.basic.table > thead,
|
3329
3102
|
.ui.basic.table > tfoot {
|
3330
|
-
|
3331
|
-
box-shadow: none;
|
3103
|
+
box-shadow: none;
|
3332
3104
|
}
|
3333
3105
|
.ui.basic.table > thead > tr > th,
|
3334
3106
|
.ui.basic.table > tbody > tr > th,
|
@@ -3359,7 +3131,7 @@
|
|
3359
3131
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
|
3360
3132
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
|
3361
3133
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
|
3362
|
-
padding:
|
3134
|
+
padding: "";
|
3363
3135
|
}
|
3364
3136
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
|
3365
3137
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
|
@@ -3383,10 +3155,9 @@
|
|
3383
3155
|
padding-top: 0;
|
3384
3156
|
}
|
3385
3157
|
|
3386
|
-
|
3387
|
-
|
3388
|
-
|
3389
|
-
|
3158
|
+
/* --------------
|
3159
|
+
Celled
|
3160
|
+
--------------- */
|
3390
3161
|
.ui.celled.table > tr > th,
|
3391
3162
|
.ui.celled.table > thead > tr > th,
|
3392
3163
|
.ui.celled.table > tbody > tr > th,
|
@@ -3410,10 +3181,9 @@
|
|
3410
3181
|
border-left: none;
|
3411
3182
|
}
|
3412
3183
|
|
3413
|
-
|
3414
|
-
|
3415
|
-
|
3416
|
-
|
3184
|
+
/* --------------
|
3185
|
+
Padded
|
3186
|
+
--------------- */
|
3417
3187
|
.ui.padded.table > tr > th,
|
3418
3188
|
.ui.padded.table > thead > tr > th,
|
3419
3189
|
.ui.padded.table > tbody > tr > th,
|
@@ -3445,10 +3215,9 @@
|
|
3445
3215
|
padding: 1.5em 1.5em;
|
3446
3216
|
}
|
3447
3217
|
|
3448
|
-
|
3449
|
-
|
3450
|
-
|
3451
|
-
|
3218
|
+
/* --------------
|
3219
|
+
Compact
|
3220
|
+
--------------- */
|
3452
3221
|
.ui.compact.table > tr > th,
|
3453
3222
|
.ui.compact.table > thead > tr > th,
|
3454
3223
|
.ui.compact.table > tbody > tr > th,
|
@@ -3476,38 +3245,37 @@
|
|
3476
3245
|
padding: 0.4em 0.6em;
|
3477
3246
|
}
|
3478
3247
|
|
3479
|
-
|
3480
|
-
|
3481
|
-
|
3482
|
-
|
3248
|
+
/* --------------
|
3249
|
+
Stuck
|
3250
|
+
--------------- */
|
3483
3251
|
.ui.stuck.table:not(.inverted) {
|
3484
|
-
background: #
|
3252
|
+
background: #fff;
|
3485
3253
|
}
|
3486
3254
|
.ui.stuck.table:not(.inverted) > thead > tr {
|
3487
|
-
background: #
|
3255
|
+
background: #f9fafb;
|
3488
3256
|
}
|
3489
3257
|
.ui.stuck.table:not(.inverted) > tbody > tr {
|
3490
|
-
background: #
|
3258
|
+
background: #fff;
|
3491
3259
|
}
|
3492
3260
|
.ui.stuck.table:not(.inverted) > tfoot > tr {
|
3493
|
-
background: #
|
3261
|
+
background: #f9fafb;
|
3494
3262
|
}
|
3495
3263
|
.ui.stuck.table:not(.inverted).basic > thead > tr,
|
3496
3264
|
.ui.stuck.table:not(.inverted).basic > tfoot > tr {
|
3497
|
-
background: #
|
3265
|
+
background: #fff;
|
3498
3266
|
}
|
3499
3267
|
.ui.inverted.stuck.table > thead > tr {
|
3500
3268
|
background: #252525;
|
3501
3269
|
}
|
3502
3270
|
.ui.inverted.stuck.table > tbody > tr {
|
3503
|
-
background: #
|
3271
|
+
background: #333;
|
3504
3272
|
}
|
3505
3273
|
.ui.inverted.stuck.table > tfoot > tr {
|
3506
3274
|
background: #252525;
|
3507
3275
|
}
|
3508
3276
|
.ui.inverted.stuck.table.basic > thead > tr,
|
3509
3277
|
.ui.inverted.stuck.table.basic > tfoot > tr {
|
3510
|
-
background: #
|
3278
|
+
background: #333;
|
3511
3279
|
}
|
3512
3280
|
.ui.head.stuck.table > thead,
|
3513
3281
|
.ui.foot.stuck.table > tfoot {
|
@@ -3587,10 +3355,9 @@
|
|
3587
3355
|
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
3588
3356
|
}
|
3589
3357
|
|
3590
|
-
|
3358
|
+
/* --------------
|
3591
3359
|
Sizes
|
3592
|
-
|
3593
|
-
|
3360
|
+
--------------- */
|
3594
3361
|
|
3595
3362
|
/* Standard */
|
3596
3363
|
.ui.table {
|
@@ -3619,6 +3386,12 @@
|
|
3619
3386
|
}
|
3620
3387
|
|
3621
3388
|
|
3389
|
+
/*******************************
|
3390
|
+
Overrides
|
3391
|
+
*******************************/
|
3392
|
+
|
3393
|
+
|
3394
|
+
|
3622
3395
|
/*******************************
|
3623
3396
|
Site Overrides
|
3624
3397
|
*******************************/
|