@ntlab/ntjs-assets 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/js/bootstrap-icons/bootstrap-icons.svg +1 -1
- package/assets/js/bootstrap-icons/folder-plus.svg +2 -2
- package/assets/js/bootstrap-icons/font/bootstrap-icons.css +1981 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.json +1955 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.min.css +5 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.scss +1993 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
- package/assets/js/bootstrap-icons/postcard-heart-fill.svg +1 -1
- package/assets/js/bootstrap-icons/trash.svg +2 -2
- package/assets/js/jquery/jquery.js +840 -1045
- package/assets/js/jquery/jquery.min.js +2 -2
- package/assets/js/jquery/jquery.min.map +1 -1
- package/assets/js/jquery/jquery.slim.js +834 -1039
- package/assets/js/jquery/jquery.slim.min.js +2 -2
- package/assets/js/jquery/jquery.slim.min.map +1 -1
- package/assets/js/popper.js/cjs/enums.js +1 -1
- package/assets/js/popper.js/cjs/popper-base.js +12 -170
- package/assets/js/popper.js/cjs/popper-base.js.map +1 -1
- package/assets/js/popper.js/cjs/popper-lite.js +14 -184
- package/assets/js/popper.js/cjs/popper-lite.js.map +1 -1
- package/assets/js/popper.js/cjs/popper.js +14 -197
- package/assets/js/popper.js/cjs/popper.js.map +1 -1
- package/assets/js/popper.js/esm/createPopper.js +6 -66
- package/assets/js/popper.js/esm/modifiers/arrow.js +1 -12
- package/assets/js/popper.js/esm/modifiers/computeStyles.js +2 -14
- package/assets/js/popper.js/esm/utils/computeAutoPlacement.js +0 -4
- package/assets/js/popper.js/esm/utils/userAgent.js +1 -1
- package/assets/js/popper.js/umd/enums.js +1 -1
- package/assets/js/popper.js/umd/enums.min.js +1 -1
- package/assets/js/popper.js/umd/popper-base.js +12 -170
- package/assets/js/popper.js/umd/popper-base.js.map +1 -1
- package/assets/js/popper.js/umd/popper-base.min.js +2 -2
- package/assets/js/popper.js/umd/popper-base.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.js +14 -184
- package/assets/js/popper.js/umd/popper-lite.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.min.js +2 -2
- package/assets/js/popper.js/umd/popper-lite.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper.js +14 -197
- package/assets/js/popper.js/umd/popper.js.map +1 -1
- package/assets/js/popper.js/umd/popper.min.js +2 -2
- package/assets/js/popper.js/umd/popper.min.js.map +1 -1
- package/assets/js/semantic-ui/components/accordion.css +196 -74
- package/assets/js/semantic-ui/components/accordion.js +570 -591
- package/assets/js/semantic-ui/components/accordion.min.css +4 -4
- package/assets/js/semantic-ui/components/accordion.min.js +6 -6
- package/assets/js/semantic-ui/components/ad.css +40 -51
- package/assets/js/semantic-ui/components/ad.min.css +4 -4
- package/assets/js/semantic-ui/components/api.js +1154 -1117
- package/assets/js/semantic-ui/components/api.min.js +6 -6
- package/assets/js/semantic-ui/components/breadcrumb.css +7 -7
- package/assets/js/semantic-ui/components/breadcrumb.min.css +4 -4
- package/assets/js/semantic-ui/components/button.css +895 -1227
- package/assets/js/semantic-ui/components/button.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.css +60 -33
- package/assets/js/semantic-ui/components/calendar.js +1952 -1575
- package/assets/js/semantic-ui/components/calendar.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.min.js +6 -6
- package/assets/js/semantic-ui/components/card.css +1004 -441
- package/assets/js/semantic-ui/components/card.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.css +275 -303
- package/assets/js/semantic-ui/components/checkbox.js +863 -855
- package/assets/js/semantic-ui/components/checkbox.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.min.js +6 -6
- package/assets/js/semantic-ui/components/comment.css +45 -63
- package/assets/js/semantic-ui/components/comment.min.css +4 -4
- package/assets/js/semantic-ui/components/container.css +98 -4
- package/assets/js/semantic-ui/components/container.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.css +95 -196
- package/assets/js/semantic-ui/components/dimmer.js +698 -717
- package/assets/js/semantic-ui/components/dimmer.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.min.js +6 -6
- package/assets/js/semantic-ui/components/divider.css +75 -93
- package/assets/js/semantic-ui/components/divider.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.css +490 -413
- package/assets/js/semantic-ui/components/dropdown.js +4203 -4068
- package/assets/js/semantic-ui/components/dropdown.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.min.js +6 -6
- package/assets/js/semantic-ui/components/embed.css +27 -38
- package/assets/js/semantic-ui/components/embed.js +647 -673
- package/assets/js/semantic-ui/components/embed.min.css +4 -4
- package/assets/js/semantic-ui/components/embed.min.js +6 -6
- package/assets/js/semantic-ui/components/emoji.css +11156 -9192
- package/assets/js/semantic-ui/components/emoji.min.css +3 -3
- package/assets/js/semantic-ui/components/feed.css +56 -78
- package/assets/js/semantic-ui/components/feed.min.css +4 -4
- package/assets/js/semantic-ui/components/flag.css +1037 -929
- package/assets/js/semantic-ui/components/flag.min.css +4 -4
- package/assets/js/semantic-ui/components/flyout.css +552 -0
- package/assets/js/semantic-ui/components/flyout.js +1567 -0
- package/assets/js/semantic-ui/components/flyout.min.css +9 -0
- package/assets/js/semantic-ui/components/flyout.min.js +11 -0
- package/assets/js/semantic-ui/components/form.css +536 -530
- package/assets/js/semantic-ui/components/form.js +2037 -1945
- package/assets/js/semantic-ui/components/form.min.css +4 -4
- package/assets/js/semantic-ui/components/form.min.js +6 -6
- package/assets/js/semantic-ui/components/grid.css +218 -345
- package/assets/js/semantic-ui/components/grid.min.css +4 -4
- package/assets/js/semantic-ui/components/header.css +137 -154
- package/assets/js/semantic-ui/components/header.min.css +4 -4
- package/assets/js/semantic-ui/components/icon.css +3000 -2750
- package/assets/js/semantic-ui/components/icon.min.css +4 -4
- package/assets/js/semantic-ui/components/image.css +54 -49
- package/assets/js/semantic-ui/components/image.min.css +4 -4
- package/assets/js/semantic-ui/components/input.css +1081 -227
- package/assets/js/semantic-ui/components/input.min.css +4 -4
- package/assets/js/semantic-ui/components/item.css +91 -138
- package/assets/js/semantic-ui/components/item.min.css +4 -4
- package/assets/js/semantic-ui/components/label.css +470 -481
- package/assets/js/semantic-ui/components/label.min.css +4 -4
- package/assets/js/semantic-ui/components/list.css +93 -114
- package/assets/js/semantic-ui/components/list.min.css +4 -4
- package/assets/js/semantic-ui/components/loader.css +452 -536
- package/assets/js/semantic-ui/components/loader.min.css +4 -4
- package/assets/js/semantic-ui/components/menu.css +408 -510
- package/assets/js/semantic-ui/components/menu.min.css +9 -1
- package/assets/js/semantic-ui/components/message.css +188 -213
- package/assets/js/semantic-ui/components/message.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.css +174 -166
- package/assets/js/semantic-ui/components/modal.js +1558 -1146
- package/assets/js/semantic-ui/components/modal.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.min.js +6 -6
- package/assets/js/semantic-ui/components/nag.css +183 -41
- package/assets/js/semantic-ui/components/nag.js +527 -467
- package/assets/js/semantic-ui/components/nag.min.css +4 -4
- package/assets/js/semantic-ui/components/nag.min.js +6 -6
- package/assets/js/semantic-ui/components/placeholder.css +62 -76
- package/assets/js/semantic-ui/components/placeholder.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.css +681 -312
- package/assets/js/semantic-ui/components/popup.js +1470 -1463
- package/assets/js/semantic-ui/components/popup.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.min.js +6 -6
- package/assets/js/semantic-ui/components/progress.css +149 -217
- package/assets/js/semantic-ui/components/progress.js +945 -1002
- package/assets/js/semantic-ui/components/progress.min.css +4 -4
- package/assets/js/semantic-ui/components/progress.min.js +6 -6
- package/assets/js/semantic-ui/components/rail.css +17 -22
- package/assets/js/semantic-ui/components/rail.min.css +3 -3
- package/assets/js/semantic-ui/components/rating.css +89 -184
- package/assets/js/semantic-ui/components/rating.js +509 -521
- package/assets/js/semantic-ui/components/rating.min.css +4 -4
- package/assets/js/semantic-ui/components/rating.min.js +6 -6
- package/assets/js/semantic-ui/components/reset.css +12 -17
- package/assets/js/semantic-ui/components/reset.min.css +4 -4
- package/assets/js/semantic-ui/components/reveal.css +46 -85
- package/assets/js/semantic-ui/components/reveal.min.css +4 -4
- package/assets/js/semantic-ui/components/search.css +157 -96
- package/assets/js/semantic-ui/components/search.js +1522 -1479
- package/assets/js/semantic-ui/components/search.min.css +4 -4
- package/assets/js/semantic-ui/components/search.min.js +6 -6
- package/assets/js/semantic-ui/components/segment.css +317 -249
- package/assets/js/semantic-ui/components/segment.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.css +16 -32
- package/assets/js/semantic-ui/components/shape.js +763 -812
- package/assets/js/semantic-ui/components/shape.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.min.js +6 -6
- package/assets/js/semantic-ui/components/sidebar.css +128 -216
- package/assets/js/semantic-ui/components/sidebar.js +1042 -1003
- package/assets/js/semantic-ui/components/sidebar.min.css +4 -4
- package/assets/js/semantic-ui/components/sidebar.min.js +6 -6
- package/assets/js/semantic-ui/components/site.css +123 -48
- package/assets/js/semantic-ui/components/site.js +438 -478
- package/assets/js/semantic-ui/components/site.min.css +4 -4
- package/assets/js/semantic-ui/components/site.min.js +6 -6
- package/assets/js/semantic-ui/components/slider.css +133 -141
- package/assets/js/semantic-ui/components/slider.js +1312 -1274
- package/assets/js/semantic-ui/components/slider.min.css +9 -1
- package/assets/js/semantic-ui/components/slider.min.js +6 -6
- package/assets/js/semantic-ui/components/state.js +640 -659
- package/assets/js/semantic-ui/components/state.min.js +6 -6
- package/assets/js/semantic-ui/components/statistic.css +83 -124
- package/assets/js/semantic-ui/components/statistic.min.css +4 -4
- package/assets/js/semantic-ui/components/step.css +118 -184
- package/assets/js/semantic-ui/components/step.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.css +3 -8
- package/assets/js/semantic-ui/components/sticky.js +849 -892
- package/assets/js/semantic-ui/components/sticky.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.min.js +6 -6
- package/assets/js/semantic-ui/components/tab.css +16 -20
- package/assets/js/semantic-ui/components/tab.js +896 -941
- package/assets/js/semantic-ui/components/tab.min.css +4 -4
- package/assets/js/semantic-ui/components/tab.min.js +6 -6
- package/assets/js/semantic-ui/components/table.css +2073 -884
- package/assets/js/semantic-ui/components/table.min.css +4 -4
- package/assets/js/semantic-ui/components/text.css +51 -30
- package/assets/js/semantic-ui/components/text.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.css +200 -137
- package/assets/js/semantic-ui/components/toast.js +912 -832
- package/assets/js/semantic-ui/components/toast.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.min.js +6 -6
- package/assets/js/semantic-ui/components/transition.css +371 -1282
- package/assets/js/semantic-ui/components/transition.js +999 -1074
- package/assets/js/semantic-ui/components/transition.min.css +4 -4
- package/assets/js/semantic-ui/components/transition.min.js +6 -6
- package/assets/js/semantic-ui/components/visibility.js +1215 -1247
- package/assets/js/semantic-ui/components/visibility.min.js +6 -6
- package/assets/js/semantic-ui/semantic.css +43777 -37429
- package/assets/js/semantic-ui/semantic.js +29152 -26694
- package/assets/js/semantic-ui/semantic.min.css +6 -399
- package/assets/js/semantic-ui/semantic.min.js +6 -6
- package/assets/js/semantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- package/assets/js/semantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/assets/js/socket.io/socket.io.esm.min.js +3 -3
- package/assets/js/socket.io/socket.io.esm.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.js +841 -333
- package/assets/js/socket.io/socket.io.js.map +1 -1
- package/assets/js/socket.io/socket.io.min.js +3 -3
- package/assets/js/socket.io/socket.io.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.msgpack.min.js +3 -3
- package/assets/js/socket.io/socket.io.msgpack.min.js.map +1 -1
- package/cdn.json +19 -4
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Fomantic-UI - Table
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.2 - 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,18 +90,17 @@
|
|
|
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;
|
|
107
|
-
vertical-align:
|
|
103
|
+
vertical-align: inherit;
|
|
108
104
|
font-style: normal;
|
|
109
105
|
font-weight: normal;
|
|
110
106
|
text-transform: none;
|
|
@@ -149,10 +145,10 @@
|
|
|
149
145
|
}
|
|
150
146
|
|
|
151
147
|
/* Icons */
|
|
152
|
-
.ui.table > .icon {
|
|
148
|
+
.ui.table > i.icon {
|
|
153
149
|
vertical-align: baseline;
|
|
154
150
|
}
|
|
155
|
-
.ui.table > .icon:only-child {
|
|
151
|
+
.ui.table > i.icon:only-child {
|
|
156
152
|
margin: 0;
|
|
157
153
|
}
|
|
158
154
|
|
|
@@ -160,10 +156,10 @@
|
|
|
160
156
|
.ui.table.segment {
|
|
161
157
|
padding: 0;
|
|
162
158
|
}
|
|
163
|
-
.ui.table.segment
|
|
159
|
+
.ui.table.segment::after {
|
|
164
160
|
display: none;
|
|
165
161
|
}
|
|
166
|
-
.ui.table.segment.stacked
|
|
162
|
+
.ui.table.segment.stacked::after {
|
|
167
163
|
display: block;
|
|
168
164
|
}
|
|
169
165
|
|
|
@@ -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,425 @@
|
|
|
230
224
|
|
|
231
225
|
/* Definition Table */
|
|
232
226
|
.ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
|
|
233
|
-
|
|
234
|
-
|
|
227
|
+
box-shadow: none !important;
|
|
228
|
+
}
|
|
229
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="primary marked"].left {
|
|
230
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
|
231
|
+
}
|
|
232
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="primary marked"].right {
|
|
233
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
|
234
|
+
}
|
|
235
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="primary marked"].left {
|
|
236
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
|
237
|
+
}
|
|
238
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="primary marked"].right {
|
|
239
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
|
240
|
+
}
|
|
241
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="secondary marked"].left {
|
|
242
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
|
243
|
+
}
|
|
244
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="secondary marked"].right {
|
|
245
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
|
246
|
+
}
|
|
247
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="secondary marked"].left {
|
|
248
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
249
|
+
}
|
|
250
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="secondary marked"].right {
|
|
251
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
|
252
|
+
}
|
|
253
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="red marked"].left {
|
|
254
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #db2828 inset;
|
|
255
|
+
}
|
|
256
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="red marked"].right {
|
|
257
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #db2828 inset;
|
|
258
|
+
}
|
|
259
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="red marked"].left {
|
|
260
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff695e inset;
|
|
261
|
+
}
|
|
262
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="red marked"].right {
|
|
263
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff695e inset;
|
|
264
|
+
}
|
|
265
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].left {
|
|
266
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f2711c inset;
|
|
267
|
+
}
|
|
268
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="orange marked"].right {
|
|
269
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f2711c inset;
|
|
235
270
|
}
|
|
236
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
237
|
-
|
|
238
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
|
|
271
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="orange marked"].left {
|
|
272
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff851b inset;
|
|
239
273
|
}
|
|
240
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
241
|
-
|
|
242
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
|
|
274
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="orange marked"].right {
|
|
275
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff851b inset;
|
|
243
276
|
}
|
|
244
|
-
.ui.ui.ui.ui.
|
|
245
|
-
|
|
246
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
|
|
277
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="yellow marked"].left {
|
|
278
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #fbbd08 inset;
|
|
247
279
|
}
|
|
248
|
-
.ui.ui.ui.ui.
|
|
249
|
-
|
|
250
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
|
|
280
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="yellow marked"].right {
|
|
281
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #fbbd08 inset;
|
|
251
282
|
}
|
|
252
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
253
|
-
|
|
254
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
|
|
283
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="yellow marked"].left {
|
|
284
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ffe21f inset;
|
|
255
285
|
}
|
|
256
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
257
|
-
|
|
258
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
|
|
286
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="yellow marked"].right {
|
|
287
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ffe21f inset;
|
|
259
288
|
}
|
|
260
|
-
.ui.ui.ui.ui.
|
|
261
|
-
|
|
262
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
289
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="olive marked"].left {
|
|
290
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #b5cc18 inset;
|
|
263
291
|
}
|
|
264
|
-
.ui.ui.ui.ui.
|
|
265
|
-
|
|
266
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
|
292
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="olive marked"].right {
|
|
293
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #b5cc18 inset;
|
|
267
294
|
}
|
|
268
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
269
|
-
|
|
270
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset;
|
|
295
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="olive marked"].left {
|
|
296
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d9e778 inset;
|
|
271
297
|
}
|
|
272
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
273
|
-
|
|
274
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset;
|
|
298
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="olive marked"].right {
|
|
299
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d9e778 inset;
|
|
275
300
|
}
|
|
276
|
-
.ui.ui.ui.ui.
|
|
277
|
-
|
|
278
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
|
|
301
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="green marked"].left {
|
|
302
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21ba45 inset;
|
|
279
303
|
}
|
|
280
|
-
.ui.ui.ui.ui.
|
|
281
|
-
|
|
282
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
|
|
304
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="green marked"].right {
|
|
305
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21ba45 inset;
|
|
283
306
|
}
|
|
284
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
285
|
-
|
|
286
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset;
|
|
307
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="green marked"].left {
|
|
308
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ecc40 inset;
|
|
287
309
|
}
|
|
288
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
289
|
-
|
|
290
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset;
|
|
310
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="green marked"].right {
|
|
311
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ecc40 inset;
|
|
291
312
|
}
|
|
292
|
-
.ui.ui.ui.ui.
|
|
293
|
-
|
|
294
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
|
|
313
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="teal marked"].left {
|
|
314
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00b5ad inset;
|
|
295
315
|
}
|
|
296
|
-
.ui.ui.ui.ui.
|
|
297
|
-
|
|
298
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
|
|
316
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="teal marked"].right {
|
|
317
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00b5ad inset;
|
|
299
318
|
}
|
|
300
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
301
|
-
|
|
302
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
|
|
319
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="teal marked"].left {
|
|
320
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6dffff inset;
|
|
303
321
|
}
|
|
304
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
305
|
-
|
|
306
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
|
|
322
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="teal marked"].right {
|
|
323
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6dffff inset;
|
|
307
324
|
}
|
|
308
|
-
.ui.ui.ui.ui.
|
|
309
|
-
|
|
310
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
|
|
325
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="blue marked"].left {
|
|
326
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
|
311
327
|
}
|
|
312
|
-
.ui.ui.ui.ui.
|
|
313
|
-
|
|
314
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
|
|
328
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="blue marked"].right {
|
|
329
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
|
315
330
|
}
|
|
316
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
317
|
-
|
|
318
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
|
|
331
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="blue marked"].left {
|
|
332
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
|
319
333
|
}
|
|
320
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
321
|
-
|
|
322
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
|
|
334
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="blue marked"].right {
|
|
335
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
|
323
336
|
}
|
|
324
|
-
.ui.ui.ui.ui.
|
|
325
|
-
|
|
326
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
|
|
337
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="violet marked"].left {
|
|
338
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435c9 inset;
|
|
327
339
|
}
|
|
328
|
-
.ui.ui.ui.ui.
|
|
329
|
-
|
|
330
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
|
|
340
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="violet marked"].right {
|
|
341
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435c9 inset;
|
|
331
342
|
}
|
|
332
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
333
|
-
|
|
334
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
|
|
343
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="violet marked"].left {
|
|
344
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a291fb inset;
|
|
335
345
|
}
|
|
336
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
337
|
-
|
|
338
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
|
|
346
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="violet marked"].right {
|
|
347
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a291fb inset;
|
|
339
348
|
}
|
|
340
|
-
.ui.ui.ui.ui.
|
|
341
|
-
|
|
342
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
|
|
349
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].left {
|
|
350
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a333c8 inset;
|
|
343
351
|
}
|
|
344
|
-
.ui.ui.ui.ui.
|
|
345
|
-
|
|
346
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
|
|
352
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="purple marked"].right {
|
|
353
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a333c8 inset;
|
|
347
354
|
}
|
|
348
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
349
|
-
|
|
350
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset;
|
|
355
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="purple marked"].left {
|
|
356
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dc73ff inset;
|
|
351
357
|
}
|
|
352
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
353
|
-
|
|
354
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset;
|
|
358
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="purple marked"].right {
|
|
359
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dc73ff inset;
|
|
355
360
|
}
|
|
356
|
-
.ui.ui.ui.ui.
|
|
357
|
-
|
|
358
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
|
|
361
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].left {
|
|
362
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #e03997 inset;
|
|
359
363
|
}
|
|
360
|
-
.ui.ui.ui.ui.
|
|
361
|
-
|
|
362
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
|
|
364
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="pink marked"].right {
|
|
365
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #e03997 inset;
|
|
363
366
|
}
|
|
364
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
365
|
-
|
|
366
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
|
|
367
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="pink marked"].left {
|
|
368
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff8edf inset;
|
|
367
369
|
}
|
|
368
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
369
|
-
|
|
370
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
|
|
370
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="pink marked"].right {
|
|
371
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff8edf inset;
|
|
371
372
|
}
|
|
372
|
-
.ui.ui.ui.ui.
|
|
373
|
-
|
|
374
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
|
|
373
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].left {
|
|
374
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a5673f inset;
|
|
375
375
|
}
|
|
376
|
-
.ui.ui.ui.ui.
|
|
377
|
-
|
|
378
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
|
|
376
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="brown marked"].right {
|
|
377
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a5673f inset;
|
|
379
378
|
}
|
|
380
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
381
|
-
|
|
382
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
|
|
379
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="brown marked"].left {
|
|
380
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d67c1c inset;
|
|
383
381
|
}
|
|
384
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
385
|
-
|
|
386
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
|
|
382
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="brown marked"].right {
|
|
383
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d67c1c inset;
|
|
387
384
|
}
|
|
388
|
-
.ui.ui.ui.ui.
|
|
389
|
-
|
|
390
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
|
|
385
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="grey marked"].left {
|
|
386
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
|
|
391
387
|
}
|
|
392
|
-
.ui.ui.ui.ui.
|
|
393
|
-
|
|
394
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
|
|
388
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="grey marked"].right {
|
|
389
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
|
|
395
390
|
}
|
|
396
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
397
|
-
|
|
398
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
|
|
391
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="grey marked"].left {
|
|
392
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dcddde inset;
|
|
399
393
|
}
|
|
400
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
401
|
-
|
|
402
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
|
|
394
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="grey marked"].right {
|
|
395
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dcddde inset;
|
|
403
396
|
}
|
|
404
|
-
.ui.ui.ui.ui.
|
|
405
|
-
|
|
406
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
|
|
397
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="black marked"].left {
|
|
398
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
|
407
399
|
}
|
|
408
|
-
.ui.ui.ui.ui.
|
|
409
|
-
|
|
410
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
|
|
400
|
+
.ui.ui.ui.ui.table:not(.unstackable) tr[class*="black marked"].right {
|
|
401
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
|
411
402
|
}
|
|
412
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
413
|
-
|
|
414
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
|
|
403
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="black marked"].left {
|
|
404
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
415
405
|
}
|
|
416
|
-
.ui.ui.ui.ui.table:not(.unstackable) tr
|
|
417
|
-
|
|
418
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
|
|
406
|
+
.ui.ui.ui.ui.inverted.table:not(.unstackable) tr[class*="black marked"].right {
|
|
407
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
|
419
408
|
}
|
|
420
|
-
.ui.
|
|
421
|
-
-
|
|
422
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
|
|
409
|
+
.ui.scrolling.table.short > tbody {
|
|
410
|
+
max-height: 6.74983929em;
|
|
423
411
|
}
|
|
424
|
-
.ui.
|
|
425
|
-
-
|
|
426
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
|
|
412
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
|
413
|
+
max-height: 4.49989286em;
|
|
427
414
|
}
|
|
428
|
-
.ui.
|
|
429
|
-
-
|
|
430
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
|
|
415
|
+
.ui.scrolling.table > tbody {
|
|
416
|
+
max-height: 8.99978571em;
|
|
431
417
|
}
|
|
432
|
-
.ui.
|
|
433
|
-
-
|
|
434
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
|
|
418
|
+
.ui.scrolling.table.long > tbody {
|
|
419
|
+
max-height: 17.99957143em;
|
|
435
420
|
}
|
|
436
|
-
.ui.
|
|
437
|
-
-
|
|
438
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
|
|
421
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
|
422
|
+
max-height: 26.99935714em;
|
|
439
423
|
}
|
|
440
|
-
.ui.
|
|
441
|
-
-
|
|
442
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
|
|
424
|
+
.ui.overflowing.table.short {
|
|
425
|
+
max-height: 11.24973214em;
|
|
443
426
|
}
|
|
444
|
-
.ui.
|
|
445
|
-
-
|
|
446
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
|
|
427
|
+
.ui.overflowing.table[class*="very short"] {
|
|
428
|
+
max-height: 7.49982143em;
|
|
447
429
|
}
|
|
448
|
-
.ui.
|
|
449
|
-
-
|
|
450
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
|
|
430
|
+
.ui.overflowing.table {
|
|
431
|
+
max-height: 14.99964286em;
|
|
451
432
|
}
|
|
452
|
-
.ui.
|
|
453
|
-
-
|
|
454
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
|
|
433
|
+
.ui.overflowing.table.long {
|
|
434
|
+
max-height: 29.99928571em;
|
|
455
435
|
}
|
|
456
|
-
.ui.
|
|
457
|
-
-
|
|
458
|
-
|
|
436
|
+
.ui.overflowing.table[class*="very long"] {
|
|
437
|
+
max-height: 44.99892857em;
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
/* --------------
|
|
442
|
+
Scrolling
|
|
443
|
+
--------------- */
|
|
444
|
+
@media only screen and (min-width: 768px) {
|
|
445
|
+
.ui.scrolling.table.short > tbody {
|
|
446
|
+
max-height: 8.99978571em;
|
|
447
|
+
}
|
|
448
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
|
449
|
+
max-height: 5.99985714em;
|
|
450
|
+
}
|
|
451
|
+
.ui.scrolling.table > tbody {
|
|
452
|
+
max-height: 11.99971429em;
|
|
453
|
+
}
|
|
454
|
+
.ui.scrolling.table.long > tbody {
|
|
455
|
+
max-height: 23.99942857em;
|
|
456
|
+
}
|
|
457
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
|
458
|
+
max-height: 35.99914286em;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
@media only screen and (min-width: 992px) {
|
|
462
|
+
.ui.scrolling.table.short > tbody {
|
|
463
|
+
max-height: 13.49967857em;
|
|
464
|
+
}
|
|
465
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
|
466
|
+
max-height: 8.99978571em;
|
|
467
|
+
}
|
|
468
|
+
.ui.scrolling.table > tbody {
|
|
469
|
+
max-height: 17.99957143em;
|
|
470
|
+
}
|
|
471
|
+
.ui.scrolling.table.long > tbody {
|
|
472
|
+
max-height: 35.99914286em;
|
|
473
|
+
}
|
|
474
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
|
475
|
+
max-height: 53.99871429em;
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
@media only screen and (min-width: 1920px) {
|
|
479
|
+
.ui.scrolling.table.short > tbody {
|
|
480
|
+
max-height: 17.99957143em;
|
|
459
481
|
}
|
|
460
|
-
.ui.
|
|
461
|
-
-
|
|
462
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
|
|
482
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
|
483
|
+
max-height: 11.99971429em;
|
|
463
484
|
}
|
|
464
|
-
.ui.
|
|
465
|
-
-
|
|
466
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
|
|
485
|
+
.ui.scrolling.table > tbody {
|
|
486
|
+
max-height: 23.99942857em;
|
|
467
487
|
}
|
|
468
|
-
.ui.
|
|
469
|
-
-
|
|
470
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
488
|
+
.ui.scrolling.table.long > tbody {
|
|
489
|
+
max-height: 47.99885714em;
|
|
471
490
|
}
|
|
472
|
-
.ui.
|
|
473
|
-
-
|
|
474
|
-
|
|
491
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
|
492
|
+
max-height: 71.99828571em;
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
.ui.scrolling.table > thead,
|
|
496
|
+
.ui.scrolling.table > tfoot,
|
|
497
|
+
.ui.scrolling.table > tbody {
|
|
498
|
+
display: block;
|
|
499
|
+
overflow-y: scroll;
|
|
500
|
+
-ms-scroll-chaining: none;
|
|
501
|
+
overscroll-behavior: none;
|
|
502
|
+
scrollbar-width: thin;
|
|
503
|
+
|
|
504
|
+
/* Firefox */
|
|
505
|
+
}
|
|
506
|
+
.ui.scrolling.table > thead > tr,
|
|
507
|
+
.ui.scrolling.table > tfoot > tr,
|
|
508
|
+
.ui.scrolling.table > tbody > tr {
|
|
509
|
+
display: table;
|
|
510
|
+
table-layout: fixed;
|
|
511
|
+
width: 100%;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
/* Camouflage scrollbars, we need them only to gain the same width as tbody */
|
|
515
|
+
.ui.scrolling.table > thead {
|
|
516
|
+
background: #f9fafb;
|
|
517
|
+
color: #f9fafb;
|
|
518
|
+
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
|
519
|
+
}
|
|
520
|
+
.ui.scrolling.table > tfoot {
|
|
521
|
+
background: #f9fafb;
|
|
522
|
+
color: #f9fafb;
|
|
523
|
+
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
524
|
+
}
|
|
525
|
+
.ui.inverted.scrolling.table > thead {
|
|
526
|
+
background: rgba(0, 0, 0, 0.15);
|
|
527
|
+
color: rgba(0, 0, 0, 0.15);
|
|
528
|
+
}
|
|
529
|
+
.ui.inverted.scrolling.table > tfoot {
|
|
530
|
+
background: rgba(0, 0, 0, 0.15);
|
|
531
|
+
color: rgba(0, 0, 0, 0.15);
|
|
532
|
+
}
|
|
533
|
+
.ui.scrolling.table > thead::-webkit-scrollbar-track,
|
|
534
|
+
.ui.scrolling.table > tfoot::-webkit-scrollbar-track {
|
|
535
|
+
background: inherit;
|
|
536
|
+
border-radius: 0.28571429rem;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
/* Firefox & IE */
|
|
540
|
+
.ui.scrolling.table > thead,
|
|
541
|
+
.ui.scrolling.table > tfoot {
|
|
542
|
+
scrollbar-color: currentColor currentColor;
|
|
543
|
+
scrollbar-face-color: currentColor;
|
|
544
|
+
scrollbar-shadow-color: currentColor;
|
|
545
|
+
scrollbar-track-color: currentColor;
|
|
546
|
+
scrollbar-arrow-color: currentColor;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
/* IE scrollbar color needs hex values */
|
|
550
|
+
@media all and (-ms-high-contrast: none) {
|
|
551
|
+
.ui.scrolling.table > thead {
|
|
552
|
+
color: #f9fafb;
|
|
553
|
+
}
|
|
554
|
+
.ui.scrolling.table > tfoot {
|
|
555
|
+
color: #f9fafb;
|
|
556
|
+
}
|
|
557
|
+
.ui.inverted.scrolling.table > thead {
|
|
558
|
+
color: #252525;
|
|
559
|
+
}
|
|
560
|
+
.ui.inverted.scrolling.table > tfoot {
|
|
561
|
+
color: #252525;
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-track {
|
|
565
|
+
background: rgba(255, 255, 255, 0.1);
|
|
566
|
+
}
|
|
567
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb {
|
|
568
|
+
background: rgba(255, 255, 255, 0.25);
|
|
569
|
+
}
|
|
570
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:window-inactive {
|
|
571
|
+
background: rgba(255, 255, 255, 0.15);
|
|
572
|
+
}
|
|
573
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:hover {
|
|
574
|
+
background: rgba(255, 255, 255, 0.35);
|
|
575
|
+
}
|
|
576
|
+
.ui.inverted.scrolling.table > tbody {
|
|
577
|
+
|
|
578
|
+
/* IE11 */
|
|
579
|
+
scrollbar-face-color: #656565;
|
|
580
|
+
scrollbar-shadow-color: #656565;
|
|
581
|
+
scrollbar-track-color: #323232;
|
|
582
|
+
scrollbar-arrow-color: #323232;
|
|
583
|
+
|
|
584
|
+
/* firefox: first color thumb, second track */
|
|
585
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
/* --------------
|
|
589
|
+
Overflowing
|
|
590
|
+
--------------- */
|
|
591
|
+
.ui.overflowing.table {
|
|
592
|
+
display: block;
|
|
593
|
+
overflow: auto;
|
|
594
|
+
-ms-scroll-chaining: none;
|
|
595
|
+
overscroll-behavior: none;
|
|
596
|
+
}
|
|
597
|
+
@media only screen and (min-width: 768px) {
|
|
598
|
+
.ui.overflowing.table.short {
|
|
599
|
+
max-height: 13.49967857em;
|
|
600
|
+
}
|
|
601
|
+
.ui.overflowing.table[class*="very short"] {
|
|
602
|
+
max-height: 8.99978571em;
|
|
603
|
+
}
|
|
604
|
+
.ui.overflowing.table {
|
|
605
|
+
max-height: 17.99957143em;
|
|
606
|
+
}
|
|
607
|
+
.ui.overflowing.table.long {
|
|
608
|
+
max-height: 35.99914286em;
|
|
609
|
+
}
|
|
610
|
+
.ui.overflowing.table[class*="very long"] {
|
|
611
|
+
max-height: 53.99871429em;
|
|
612
|
+
}
|
|
613
|
+
}
|
|
614
|
+
@media only screen and (min-width: 992px) {
|
|
615
|
+
.ui.overflowing.table.short {
|
|
616
|
+
max-height: 17.99957143em;
|
|
617
|
+
}
|
|
618
|
+
.ui.overflowing.table[class*="very short"] {
|
|
619
|
+
max-height: 11.99971429em;
|
|
620
|
+
}
|
|
621
|
+
.ui.overflowing.table {
|
|
622
|
+
max-height: 23.99942857em;
|
|
623
|
+
}
|
|
624
|
+
.ui.overflowing.table.long {
|
|
625
|
+
max-height: 47.99885714em;
|
|
626
|
+
}
|
|
627
|
+
.ui.overflowing.table[class*="very long"] {
|
|
628
|
+
max-height: 71.99828571em;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
@media only screen and (min-width: 1920px) {
|
|
632
|
+
.ui.overflowing.table.short {
|
|
633
|
+
max-height: 22.49946429em;
|
|
634
|
+
}
|
|
635
|
+
.ui.overflowing.table[class*="very short"] {
|
|
636
|
+
max-height: 14.99964286em;
|
|
637
|
+
}
|
|
638
|
+
.ui.overflowing.table {
|
|
639
|
+
max-height: 29.99928571em;
|
|
640
|
+
}
|
|
641
|
+
.ui.overflowing.table.long {
|
|
642
|
+
max-height: 59.99857143em;
|
|
643
|
+
}
|
|
644
|
+
.ui.overflowing.table[class*="very long"] {
|
|
645
|
+
max-height: 89.99785714em;
|
|
475
646
|
}
|
|
476
647
|
}
|
|
477
648
|
|
|
@@ -493,10 +664,9 @@
|
|
|
493
664
|
*******************************/
|
|
494
665
|
|
|
495
666
|
|
|
496
|
-
|
|
667
|
+
/* --------------
|
|
497
668
|
Complex
|
|
498
|
-
|
|
499
|
-
|
|
669
|
+
--------------- */
|
|
500
670
|
.ui.structured.table {
|
|
501
671
|
border-collapse: collapse;
|
|
502
672
|
}
|
|
@@ -526,26 +696,26 @@
|
|
|
526
696
|
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
|
527
697
|
}
|
|
528
698
|
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
699
|
+
/* --------------
|
|
700
|
+
Definition
|
|
701
|
+
--------------- */
|
|
533
702
|
.ui.definition.table > thead:not(.full-width) > tr > th:first-child {
|
|
534
703
|
pointer-events: none;
|
|
535
|
-
background: #
|
|
704
|
+
background: #fff;
|
|
536
705
|
font-weight: normal;
|
|
537
706
|
color: rgba(0, 0, 0, 0.4);
|
|
538
|
-
|
|
539
|
-
box-shadow: -0.1em -0.2em 0 0.1em #FFFFFF;
|
|
707
|
+
box-shadow: -0.1em -0.2em 0 0.1em #fff;
|
|
540
708
|
-moz-transform: scale(1);
|
|
541
709
|
}
|
|
710
|
+
.ui.definition.table > thead:not(.full-width) > tr > th:first-child:not(:empty) {
|
|
711
|
+
pointer-events: auto;
|
|
712
|
+
}
|
|
542
713
|
.ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
|
|
543
714
|
pointer-events: none;
|
|
544
|
-
background: #
|
|
715
|
+
background: #fff;
|
|
545
716
|
font-weight: normal;
|
|
546
717
|
color: rgba(0, 0, 0, 0.4);
|
|
547
|
-
|
|
548
|
-
box-shadow: -0.1em 0.2em 0 0.1em #FFFFFF;
|
|
718
|
+
box-shadow: -0.1em 0.2em 0 0.1em #fff;
|
|
549
719
|
-moz-transform: scale(1);
|
|
550
720
|
}
|
|
551
721
|
|
|
@@ -557,13 +727,12 @@
|
|
|
557
727
|
background: rgba(0, 0, 0, 0.03);
|
|
558
728
|
font-weight: bold;
|
|
559
729
|
color: rgba(0, 0, 0, 0.95);
|
|
560
|
-
text-transform:
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
text-align: '';
|
|
730
|
+
text-transform: "";
|
|
731
|
+
box-shadow: "";
|
|
732
|
+
text-align: "";
|
|
564
733
|
font-size: 1em;
|
|
565
|
-
padding-left:
|
|
566
|
-
padding-right:
|
|
734
|
+
padding-left: "";
|
|
735
|
+
padding-right: "";
|
|
567
736
|
}
|
|
568
737
|
|
|
569
738
|
/* Fix 2nd Column */
|
|
@@ -585,72 +754,86 @@
|
|
|
585
754
|
*******************************/
|
|
586
755
|
|
|
587
756
|
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
757
|
+
/* --------------
|
|
758
|
+
Positive
|
|
759
|
+
--------------- */
|
|
592
760
|
.ui.ui.ui.ui.table tr.positive,
|
|
593
761
|
.ui.ui.table td.positive {
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
762
|
+
box-shadow: 0 0 0 #a3c293 inset;
|
|
763
|
+
background: #fcfff5;
|
|
764
|
+
color: #2c662d;
|
|
765
|
+
}
|
|
766
|
+
.ui.ui.ui.ui.inverted.table tr.positive,
|
|
767
|
+
.ui.ui.inverted.table td.positive {
|
|
768
|
+
background: #a3c293;
|
|
769
|
+
color: #2c662d;
|
|
598
770
|
}
|
|
599
771
|
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
772
|
+
/* --------------
|
|
773
|
+
Negative
|
|
774
|
+
--------------- */
|
|
604
775
|
.ui.ui.ui.ui.table tr.negative,
|
|
605
776
|
.ui.ui.table td.negative {
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
777
|
+
box-shadow: 0 0 0 #e0b4b4 inset;
|
|
778
|
+
background: #fff6f6;
|
|
779
|
+
color: #9f3a38;
|
|
780
|
+
}
|
|
781
|
+
.ui.ui.ui.ui.inverted.table tr.negative,
|
|
782
|
+
.ui.ui.inverted.table td.negative {
|
|
783
|
+
background: #e0b4b4;
|
|
784
|
+
color: #9f3a38;
|
|
610
785
|
}
|
|
611
786
|
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
787
|
+
/* --------------
|
|
788
|
+
Error
|
|
789
|
+
--------------- */
|
|
616
790
|
.ui.ui.ui.ui.table tr.error,
|
|
617
791
|
.ui.ui.table td.error {
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
792
|
+
box-shadow: 0 0 0 #e0b4b4 inset;
|
|
793
|
+
background: #fff6f6;
|
|
794
|
+
color: #9f3a38;
|
|
795
|
+
}
|
|
796
|
+
.ui.ui.ui.ui.inverted.table tr.error,
|
|
797
|
+
.ui.ui.inverted.table td.error {
|
|
798
|
+
background: #e0b4b4;
|
|
799
|
+
color: #9f3a38;
|
|
622
800
|
}
|
|
623
801
|
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
802
|
+
/* --------------
|
|
803
|
+
Warning
|
|
804
|
+
--------------- */
|
|
628
805
|
.ui.ui.ui.ui.table tr.warning,
|
|
629
806
|
.ui.ui.table td.warning {
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
807
|
+
box-shadow: 0 0 0 #c9ba9b inset;
|
|
808
|
+
background: #fffaf3;
|
|
809
|
+
color: #573a08;
|
|
810
|
+
}
|
|
811
|
+
.ui.ui.ui.ui.inverted.table tr.warning,
|
|
812
|
+
.ui.ui.inverted.table td.warning {
|
|
813
|
+
background: #eec97e;
|
|
814
|
+
color: #573a08;
|
|
634
815
|
}
|
|
635
816
|
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
817
|
+
/* --------------
|
|
818
|
+
Active
|
|
819
|
+
--------------- */
|
|
640
820
|
.ui.ui.ui.ui.table tr.active,
|
|
641
821
|
.ui.ui.table td.active {
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
822
|
+
box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
|
|
823
|
+
background: #e0e0e0;
|
|
824
|
+
color: rgba(0, 0, 0, 0.87);
|
|
825
|
+
}
|
|
826
|
+
.ui.ui.ui.ui.inverted.table tr.active,
|
|
827
|
+
.ui.ui.inverted.table td.active {
|
|
828
|
+
background: #a0a0a0;
|
|
645
829
|
color: rgba(0, 0, 0, 0.87);
|
|
646
830
|
}
|
|
647
831
|
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
.ui.table tr.disabled
|
|
653
|
-
.ui.table tr td.disabled,
|
|
832
|
+
/* --------------
|
|
833
|
+
Disabled
|
|
834
|
+
--------------- */
|
|
835
|
+
.ui.ui.ui.table tr.disabled td,
|
|
836
|
+
.ui.ui.ui.table tr td.disabled,
|
|
654
837
|
.ui.table tr.disabled:hover,
|
|
655
838
|
.ui.table tr:hover td.disabled {
|
|
656
839
|
pointer-events: none;
|
|
@@ -663,10 +846,9 @@
|
|
|
663
846
|
*******************************/
|
|
664
847
|
|
|
665
848
|
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
849
|
+
/* --------------
|
|
850
|
+
Stackable
|
|
851
|
+
--------------- */
|
|
670
852
|
@media only screen and (max-width: 991.98px) {
|
|
671
853
|
.ui[class*="tablet stackable"].table,
|
|
672
854
|
.ui[class*="tablet stackable"].table > thead,
|
|
@@ -701,8 +883,7 @@
|
|
|
701
883
|
.ui.ui.ui.ui[class*="tablet stackable"].table > tr {
|
|
702
884
|
padding-top: 1em;
|
|
703
885
|
padding-bottom: 1em;
|
|
704
|
-
|
|
705
|
-
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;
|
|
706
887
|
}
|
|
707
888
|
.ui[class*="tablet stackable"].table > thead > tr > th,
|
|
708
889
|
.ui[class*="tablet stackable"].table > tbody > tr > th,
|
|
@@ -714,261 +895,198 @@
|
|
|
714
895
|
background: none;
|
|
715
896
|
border: none !important;
|
|
716
897
|
padding: 0.25em 0.75em;
|
|
717
|
-
|
|
718
|
-
box-shadow: none;
|
|
898
|
+
box-shadow: none;
|
|
719
899
|
}
|
|
720
900
|
|
|
721
901
|
/* Definition Table */
|
|
722
902
|
.ui.definition[class*="tablet stackable"].table > thead > tr > th:first-child {
|
|
723
|
-
|
|
724
|
-
box-shadow: none !important;
|
|
903
|
+
box-shadow: none !important;
|
|
725
904
|
}
|
|
726
905
|
}
|
|
727
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
728
|
-
|
|
729
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
|
|
906
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="primary marked"].left {
|
|
907
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
|
730
908
|
}
|
|
731
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
732
|
-
|
|
733
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
|
|
909
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="primary marked"].right {
|
|
910
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
|
734
911
|
}
|
|
735
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
736
|
-
|
|
737
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
|
|
912
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="primary marked"].left {
|
|
913
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
|
738
914
|
}
|
|
739
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
740
|
-
|
|
741
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
|
|
915
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="primary marked"].right {
|
|
916
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
|
742
917
|
}
|
|
743
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
744
|
-
|
|
745
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
|
|
918
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].left {
|
|
919
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
|
746
920
|
}
|
|
747
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
748
|
-
|
|
749
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
|
|
921
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].right {
|
|
922
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
|
750
923
|
}
|
|
751
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
752
|
-
|
|
753
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
924
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="secondary marked"].left {
|
|
925
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
754
926
|
}
|
|
755
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
756
|
-
|
|
757
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
|
927
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="secondary marked"].right {
|
|
928
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
|
758
929
|
}
|
|
759
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
760
|
-
|
|
761
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DB2828 inset;
|
|
930
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="red marked"].left {
|
|
931
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #db2828 inset;
|
|
762
932
|
}
|
|
763
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
764
|
-
|
|
765
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DB2828 inset;
|
|
933
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="red marked"].right {
|
|
934
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #db2828 inset;
|
|
766
935
|
}
|
|
767
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
768
|
-
|
|
769
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF695E inset;
|
|
936
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="red marked"].left {
|
|
937
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff695e inset;
|
|
770
938
|
}
|
|
771
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
772
|
-
|
|
773
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF695E inset;
|
|
939
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="red marked"].right {
|
|
940
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff695e inset;
|
|
774
941
|
}
|
|
775
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
776
|
-
|
|
777
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #F2711C inset;
|
|
942
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].left {
|
|
943
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f2711c inset;
|
|
778
944
|
}
|
|
779
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
780
|
-
|
|
781
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #F2711C inset;
|
|
945
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].right {
|
|
946
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f2711c inset;
|
|
782
947
|
}
|
|
783
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
784
|
-
|
|
785
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF851B inset;
|
|
948
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].left {
|
|
949
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff851b inset;
|
|
786
950
|
}
|
|
787
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
788
|
-
|
|
789
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF851B inset;
|
|
951
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].right {
|
|
952
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff851b inset;
|
|
790
953
|
}
|
|
791
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
792
|
-
|
|
793
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FBBD08 inset;
|
|
954
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="yellow marked"].left {
|
|
955
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #fbbd08 inset;
|
|
794
956
|
}
|
|
795
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
796
|
-
|
|
797
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FBBD08 inset;
|
|
957
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="yellow marked"].right {
|
|
958
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #fbbd08 inset;
|
|
798
959
|
}
|
|
799
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
800
|
-
|
|
801
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FFE21F inset;
|
|
960
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="yellow marked"].left {
|
|
961
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ffe21f inset;
|
|
802
962
|
}
|
|
803
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
804
|
-
|
|
805
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FFE21F inset;
|
|
963
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="yellow marked"].right {
|
|
964
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ffe21f inset;
|
|
806
965
|
}
|
|
807
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
808
|
-
|
|
809
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #B5CC18 inset;
|
|
966
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].left {
|
|
967
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #b5cc18 inset;
|
|
810
968
|
}
|
|
811
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
812
|
-
|
|
813
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #B5CC18 inset;
|
|
969
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].right {
|
|
970
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #b5cc18 inset;
|
|
814
971
|
}
|
|
815
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
816
|
-
|
|
817
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D9E778 inset;
|
|
972
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="olive marked"].left {
|
|
973
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d9e778 inset;
|
|
818
974
|
}
|
|
819
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
820
|
-
|
|
821
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D9E778 inset;
|
|
975
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="olive marked"].right {
|
|
976
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d9e778 inset;
|
|
822
977
|
}
|
|
823
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
824
|
-
|
|
825
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21BA45 inset;
|
|
978
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].left {
|
|
979
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21ba45 inset;
|
|
826
980
|
}
|
|
827
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
828
|
-
|
|
829
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21BA45 inset;
|
|
981
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].right {
|
|
982
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21ba45 inset;
|
|
830
983
|
}
|
|
831
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
832
|
-
|
|
833
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ECC40 inset;
|
|
984
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="green marked"].left {
|
|
985
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ecc40 inset;
|
|
834
986
|
}
|
|
835
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
836
|
-
|
|
837
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ECC40 inset;
|
|
987
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="green marked"].right {
|
|
988
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ecc40 inset;
|
|
838
989
|
}
|
|
839
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
840
|
-
|
|
841
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00B5AD inset;
|
|
990
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].left {
|
|
991
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00b5ad inset;
|
|
842
992
|
}
|
|
843
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
844
|
-
|
|
845
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00B5AD inset;
|
|
993
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].right {
|
|
994
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00b5ad inset;
|
|
846
995
|
}
|
|
847
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
848
|
-
|
|
849
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6DFFFF inset;
|
|
996
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="teal marked"].left {
|
|
997
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6dffff inset;
|
|
850
998
|
}
|
|
851
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
852
|
-
|
|
853
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6DFFFF inset;
|
|
999
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="teal marked"].right {
|
|
1000
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6dffff inset;
|
|
854
1001
|
}
|
|
855
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
856
|
-
|
|
857
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185D0 inset;
|
|
1002
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="blue marked"].left {
|
|
1003
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
|
858
1004
|
}
|
|
859
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
860
|
-
|
|
861
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185D0 inset;
|
|
1005
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="blue marked"].right {
|
|
1006
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
|
862
1007
|
}
|
|
863
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
864
|
-
|
|
865
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54C8FF inset;
|
|
1008
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="blue marked"].left {
|
|
1009
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
|
866
1010
|
}
|
|
867
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
868
|
-
|
|
869
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54C8FF inset;
|
|
1011
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="blue marked"].right {
|
|
1012
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
|
870
1013
|
}
|
|
871
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
872
|
-
|
|
873
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435C9 inset;
|
|
1014
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].left {
|
|
1015
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435c9 inset;
|
|
874
1016
|
}
|
|
875
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
876
|
-
|
|
877
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435C9 inset;
|
|
1017
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].right {
|
|
1018
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435c9 inset;
|
|
878
1019
|
}
|
|
879
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
880
|
-
|
|
881
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A291FB inset;
|
|
1020
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="violet marked"].left {
|
|
1021
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a291fb inset;
|
|
882
1022
|
}
|
|
883
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
884
|
-
|
|
885
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A291FB inset;
|
|
1023
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="violet marked"].right {
|
|
1024
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a291fb inset;
|
|
886
1025
|
}
|
|
887
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
888
|
-
|
|
889
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A333C8 inset;
|
|
1026
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].left {
|
|
1027
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a333c8 inset;
|
|
890
1028
|
}
|
|
891
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
892
|
-
|
|
893
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A333C8 inset;
|
|
1029
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].right {
|
|
1030
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a333c8 inset;
|
|
894
1031
|
}
|
|
895
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
896
|
-
|
|
897
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DC73FF inset;
|
|
1032
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].left {
|
|
1033
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dc73ff inset;
|
|
898
1034
|
}
|
|
899
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
900
|
-
|
|
901
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DC73FF inset;
|
|
1035
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].right {
|
|
1036
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dc73ff inset;
|
|
902
1037
|
}
|
|
903
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
904
|
-
|
|
905
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #E03997 inset;
|
|
1038
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].left {
|
|
1039
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #e03997 inset;
|
|
906
1040
|
}
|
|
907
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
908
|
-
|
|
909
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #E03997 inset;
|
|
1041
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].right {
|
|
1042
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #e03997 inset;
|
|
910
1043
|
}
|
|
911
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
912
|
-
|
|
913
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #FF8EDF inset;
|
|
1044
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].left {
|
|
1045
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff8edf inset;
|
|
914
1046
|
}
|
|
915
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
916
|
-
|
|
917
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #FF8EDF inset;
|
|
1047
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].right {
|
|
1048
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff8edf inset;
|
|
918
1049
|
}
|
|
919
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
920
|
-
|
|
921
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #A5673F inset;
|
|
1050
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].left {
|
|
1051
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a5673f inset;
|
|
922
1052
|
}
|
|
923
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
924
|
-
|
|
925
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #A5673F inset;
|
|
1053
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].right {
|
|
1054
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a5673f inset;
|
|
926
1055
|
}
|
|
927
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
928
|
-
|
|
929
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #D67C1C inset;
|
|
1056
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].left {
|
|
1057
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d67c1c inset;
|
|
930
1058
|
}
|
|
931
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
932
|
-
|
|
933
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #D67C1C inset;
|
|
1059
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].right {
|
|
1060
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d67c1c inset;
|
|
934
1061
|
}
|
|
935
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
936
|
-
|
|
937
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
|
|
1062
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].left {
|
|
1063
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
|
|
938
1064
|
}
|
|
939
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
940
|
-
|
|
941
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
|
|
1065
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].right {
|
|
1066
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
|
|
942
1067
|
}
|
|
943
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
944
|
-
|
|
945
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #DCDDDE inset;
|
|
1068
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="grey marked"].left {
|
|
1069
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dcddde inset;
|
|
946
1070
|
}
|
|
947
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
948
|
-
|
|
949
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #DCDDDE inset;
|
|
1071
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="grey marked"].right {
|
|
1072
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dcddde inset;
|
|
950
1073
|
}
|
|
951
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
952
|
-
|
|
953
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1B1C1D inset;
|
|
1074
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="black marked"].left {
|
|
1075
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
|
954
1076
|
}
|
|
955
|
-
.ui.ui.ui.ui[class*="tablet stackable"].table tr
|
|
956
|
-
|
|
957
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1B1C1D inset;
|
|
1077
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="black marked"].right {
|
|
1078
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
|
958
1079
|
}
|
|
959
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
960
|
-
|
|
961
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
1080
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="black marked"].left {
|
|
1081
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
962
1082
|
}
|
|
963
|
-
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr
|
|
964
|
-
|
|
965
|
-
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
|
1083
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="black marked"].right {
|
|
1084
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
|
966
1085
|
}
|
|
967
1086
|
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
1087
|
+
/* --------------
|
|
1088
|
+
Text Alignment
|
|
1089
|
+
--------------- */
|
|
972
1090
|
.ui.table[class*="left aligned"],
|
|
973
1091
|
.ui.table [class*="left aligned"] {
|
|
974
1092
|
text-align: left;
|
|
@@ -982,10 +1100,9 @@
|
|
|
982
1100
|
text-align: right;
|
|
983
1101
|
}
|
|
984
1102
|
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
1103
|
+
/* ------------------
|
|
1104
|
+
Vertical Alignment
|
|
1105
|
+
------------------ */
|
|
989
1106
|
.ui.table[class*="top aligned"],
|
|
990
1107
|
.ui.table [class*="top aligned"] {
|
|
991
1108
|
vertical-align: top;
|
|
@@ -999,20 +1116,18 @@
|
|
|
999
1116
|
vertical-align: bottom;
|
|
1000
1117
|
}
|
|
1001
1118
|
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1119
|
+
/* --------------
|
|
1120
|
+
Collapsing
|
|
1121
|
+
--------------- */
|
|
1006
1122
|
.ui.table th.collapsing,
|
|
1007
1123
|
.ui.table td.collapsing {
|
|
1008
1124
|
width: 1px;
|
|
1009
1125
|
white-space: nowrap;
|
|
1010
1126
|
}
|
|
1011
1127
|
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1128
|
+
/* --------------
|
|
1129
|
+
Fixed
|
|
1130
|
+
--------------- */
|
|
1016
1131
|
.ui.fixed.table {
|
|
1017
1132
|
table-layout: fixed;
|
|
1018
1133
|
}
|
|
@@ -1022,10 +1137,9 @@
|
|
|
1022
1137
|
text-overflow: ellipsis;
|
|
1023
1138
|
}
|
|
1024
1139
|
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1140
|
+
/* --------------
|
|
1141
|
+
Selectable
|
|
1142
|
+
--------------- */
|
|
1029
1143
|
.ui.ui.selectable.table > tbody > tr:hover,
|
|
1030
1144
|
.ui.table tbody tr td.selectable:hover {
|
|
1031
1145
|
background: rgba(0, 0, 0, 0.05);
|
|
@@ -1044,6 +1158,8 @@
|
|
|
1044
1158
|
.ui.table tbody tr td.selectable > a:not(.ui) {
|
|
1045
1159
|
display: block;
|
|
1046
1160
|
color: inherit;
|
|
1161
|
+
}
|
|
1162
|
+
.ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
|
|
1047
1163
|
padding: 0.78571429em 0.78571429em;
|
|
1048
1164
|
}
|
|
1049
1165
|
.ui.table > tr > td.selectable,
|
|
@@ -1069,7 +1185,7 @@
|
|
|
1069
1185
|
.ui.ui.selectable.table tr.active:hover,
|
|
1070
1186
|
.ui.table tr td.selectable.active:hover,
|
|
1071
1187
|
.ui.selectable.table tr:hover td.active {
|
|
1072
|
-
background: #
|
|
1188
|
+
background: #e0e0e0;
|
|
1073
1189
|
color: rgba(0, 0, 0, 0.87);
|
|
1074
1190
|
}
|
|
1075
1191
|
.ui.ui.selectable.table tr.positive:hover,
|
|
@@ -1085,10 +1201,9 @@
|
|
|
1085
1201
|
color: #943634;
|
|
1086
1202
|
}
|
|
1087
1203
|
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1204
|
+
/* -------------------
|
|
1205
|
+
Attached
|
|
1206
|
+
-------------------- */
|
|
1092
1207
|
|
|
1093
1208
|
/* Middle */
|
|
1094
1209
|
.ui.attached.table {
|
|
@@ -1098,9 +1213,8 @@
|
|
|
1098
1213
|
margin: 0 -1px;
|
|
1099
1214
|
width: calc(100% + 2px);
|
|
1100
1215
|
max-width: calc(100% + 2px);
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
border: 1px solid #D4D4D5;
|
|
1216
|
+
box-shadow: none;
|
|
1217
|
+
border: 1px solid #d4d4d5;
|
|
1104
1218
|
}
|
|
1105
1219
|
.ui.attached + .ui.attached.table:not(.top) {
|
|
1106
1220
|
border-top: none;
|
|
@@ -1124,18 +1238,16 @@
|
|
|
1124
1238
|
margin-top: 0;
|
|
1125
1239
|
top: 0;
|
|
1126
1240
|
margin-bottom: 1em;
|
|
1127
|
-
|
|
1128
|
-
box-shadow: none, none;
|
|
1241
|
+
box-shadow: none;
|
|
1129
1242
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
1130
1243
|
}
|
|
1131
1244
|
.ui[class*="bottom attached"].table:last-child {
|
|
1132
1245
|
margin-bottom: 0;
|
|
1133
1246
|
}
|
|
1134
1247
|
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1248
|
+
/* --------------
|
|
1249
|
+
Striped
|
|
1250
|
+
--------------- */
|
|
1139
1251
|
|
|
1140
1252
|
/* Table Striping */
|
|
1141
1253
|
.ui.striped.table > tr:nth-child(2n),
|
|
@@ -1151,598 +1263,1570 @@
|
|
|
1151
1263
|
|
|
1152
1264
|
/* Allow striped active hover */
|
|
1153
1265
|
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
|
|
1154
|
-
background: #
|
|
1266
|
+
background: #efefef;
|
|
1155
1267
|
color: rgba(0, 0, 0, 0.95);
|
|
1156
1268
|
}
|
|
1157
1269
|
|
|
1158
|
-
|
|
1270
|
+
/* --------------
|
|
1159
1271
|
Single Line
|
|
1160
|
-
|
|
1161
|
-
|
|
1272
|
+
--------------- */
|
|
1162
1273
|
.ui.table[class*="single line"],
|
|
1163
1274
|
.ui.table [class*="single line"] {
|
|
1164
1275
|
white-space: nowrap;
|
|
1165
1276
|
}
|
|
1166
1277
|
|
|
1167
|
-
|
|
1278
|
+
/* -------------------
|
|
1168
1279
|
Colors
|
|
1169
|
-
|
|
1170
|
-
|
|
1280
|
+
-------------------- */
|
|
1171
1281
|
.ui.primary.table {
|
|
1172
|
-
border-top: 0.2em solid #
|
|
1282
|
+
border-top: 0.2em solid #2185d0;
|
|
1173
1283
|
}
|
|
1174
1284
|
.ui.inverted.primary.table {
|
|
1175
|
-
background
|
|
1176
|
-
color: #
|
|
1285
|
+
background: #2185d0;
|
|
1286
|
+
color: #fff;
|
|
1177
1287
|
}
|
|
1288
|
+
|
|
1289
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1290
|
+
.ui.scrolling.table > thead.primary,
|
|
1291
|
+
.ui.scrolling.table > tfoot.primary {
|
|
1292
|
+
background: #ddf4ff;
|
|
1293
|
+
color: #ddf4ff;
|
|
1294
|
+
}
|
|
1295
|
+
.ui.scrolling.table > thead.primary > tr > th,
|
|
1296
|
+
.ui.scrolling.table > tfoot.primary > tr > th,
|
|
1297
|
+
.ui.scrolling.table > thead.primary > tr > td,
|
|
1298
|
+
.ui.scrolling.table > tfoot.primary > tr > td {
|
|
1299
|
+
background: inherit;
|
|
1300
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1301
|
+
}
|
|
1302
|
+
.ui.inverted.scrolling.table > thead.primary,
|
|
1303
|
+
.ui.inverted.scrolling.table > tfoot.primary {
|
|
1304
|
+
background: #2185d0;
|
|
1305
|
+
color: #2185d0;
|
|
1306
|
+
}
|
|
1307
|
+
.ui.inverted.scrolling.table > thead.primary > tr > th,
|
|
1308
|
+
.ui.inverted.scrolling.table > tfoot.primary > tr > th,
|
|
1309
|
+
.ui.inverted.scrolling.table > thead.primary > tr > td,
|
|
1310
|
+
.ui.inverted.scrolling.table > tfoot.primary > tr > td {
|
|
1311
|
+
background: inherit;
|
|
1312
|
+
color: #fff;
|
|
1313
|
+
}
|
|
1314
|
+
.ui.ui.ui.ui.table tr[class*="primary colored"],
|
|
1315
|
+
.ui.ui.table th[class*="primary colored"],
|
|
1316
|
+
.ui.ui.table td[class*="primary colored"],
|
|
1178
1317
|
.ui.ui.ui.ui.table tr.primary:not(.marked),
|
|
1318
|
+
.ui.ui.table th.primary:not(.marked),
|
|
1179
1319
|
.ui.ui.table td.primary:not(.marked) {
|
|
1180
1320
|
background: #ddf4ff;
|
|
1181
1321
|
color: rgba(255, 255, 255, 0.9);
|
|
1182
1322
|
}
|
|
1323
|
+
.ui.table > thead > tr[class*="primary colored"] > th,
|
|
1324
|
+
.ui.table > tfoot > tr[class*="primary colored"] > th,
|
|
1325
|
+
.ui.table > tfoot > tr[class*="primary colored"] > td,
|
|
1326
|
+
.ui.table > thead > tr.primary:not(.marked) > th,
|
|
1327
|
+
.ui.table > tfoot > tr.primary:not(.marked) > th,
|
|
1328
|
+
.ui.table > tfoot > tr.primary:not(.marked) > td {
|
|
1329
|
+
background: inherit;
|
|
1330
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1331
|
+
}
|
|
1332
|
+
.ui.ui.ui.ui.inverted.table tr[class*="primary colored"],
|
|
1333
|
+
.ui.ui.inverted.table th[class*="primary colored"],
|
|
1334
|
+
.ui.ui.inverted.table td[class*="primary colored"],
|
|
1335
|
+
.ui.ui.ui.ui.inverted.table tr.primary:not(.marked),
|
|
1336
|
+
.ui.ui.inverted.table th.primary:not(.marked),
|
|
1337
|
+
.ui.ui.inverted.table td.primary:not(.marked) {
|
|
1338
|
+
background: #2185d0;
|
|
1339
|
+
color: #fff;
|
|
1340
|
+
}
|
|
1341
|
+
.ui.inverted.table > thead > tr[class*="primary colored"] > th,
|
|
1342
|
+
.ui.inverted.table > tfoot > tr[class*="primary colored"] > th,
|
|
1343
|
+
.ui.inverted.table > tfoot > tr[class*="primary colored"] > td,
|
|
1344
|
+
.ui.inverted.table > thead > tr.primary:not(.marked) > th,
|
|
1345
|
+
.ui.inverted.table > tfoot > tr.primary:not(.marked) > th,
|
|
1346
|
+
.ui.inverted.table > tfoot > tr.primary:not(.marked) > td {
|
|
1347
|
+
background: inherit;
|
|
1348
|
+
color: #fff;
|
|
1349
|
+
}
|
|
1350
|
+
.ui.ui.selectable.table tr[class*="primary colored"]:hover,
|
|
1351
|
+
.ui.table tr td.selectable[class*="primary colored"]:hover,
|
|
1352
|
+
.ui.selectable.table tr:hover td[class*="primary colored"],
|
|
1183
1353
|
.ui.ui.selectable.table tr.primary:not(.marked):hover,
|
|
1184
1354
|
.ui.table tr td.selectable.primary:not(.marked):hover,
|
|
1185
1355
|
.ui.selectable.table tr:hover td.primary:not(.marked) {
|
|
1186
1356
|
background: #d3f1ff;
|
|
1187
1357
|
color: rgba(255, 255, 255, 0.9);
|
|
1188
1358
|
}
|
|
1189
|
-
.ui.table
|
|
1190
|
-
.ui.table tr.
|
|
1191
|
-
|
|
1192
|
-
|
|
1359
|
+
.ui.ui.inverted.selectable.table tr[class*="primary colored"]:hover,
|
|
1360
|
+
.ui.inverted.table tr td.selectable[class*="primary colored"]:hover,
|
|
1361
|
+
.ui.inverted.selectable.table tr:hover td[class*="primary colored"],
|
|
1362
|
+
.ui.ui.inverted.selectable.table tr.primary:not(.marked):hover,
|
|
1363
|
+
.ui.inverted.table tr td.selectable.primary:not(.marked):hover,
|
|
1364
|
+
.ui.inverted.selectable.table tr:hover td.primary:not(.marked) {
|
|
1365
|
+
background: #21b8ff;
|
|
1366
|
+
color: #fff;
|
|
1367
|
+
}
|
|
1368
|
+
.ui.table td[class*="primary marked"].left,
|
|
1369
|
+
.ui.table tr[class*="primary marked"].left {
|
|
1370
|
+
box-shadow: 0.2em 0 0 0 #2185d0 inset;
|
|
1193
1371
|
}
|
|
1194
|
-
.ui.table td
|
|
1195
|
-
.ui.table tr
|
|
1196
|
-
|
|
1197
|
-
box-shadow: -0.2em 0 0 0 #2185D0 inset;
|
|
1372
|
+
.ui.table td[class*="primary marked"].right,
|
|
1373
|
+
.ui.table tr[class*="primary marked"].right {
|
|
1374
|
+
box-shadow: -0.2em 0 0 0 #2185d0 inset;
|
|
1198
1375
|
}
|
|
1199
|
-
.ui.inverted.table td
|
|
1200
|
-
.ui.inverted.table tr
|
|
1201
|
-
|
|
1202
|
-
box-shadow: 0.2em 0 0 0 #54C8FF inset;
|
|
1376
|
+
.ui.inverted.table td[class*="primary marked"].left,
|
|
1377
|
+
.ui.inverted.table tr[class*="primary marked"].left {
|
|
1378
|
+
box-shadow: 0.2em 0 0 0 #54c8ff inset;
|
|
1203
1379
|
}
|
|
1204
|
-
.ui.inverted.table td
|
|
1205
|
-
.ui.inverted.table tr
|
|
1206
|
-
|
|
1207
|
-
box-shadow: -0.2em 0 0 0 #54C8FF inset;
|
|
1380
|
+
.ui.inverted.table td[class*="primary marked"].right,
|
|
1381
|
+
.ui.inverted.table tr[class*="primary marked"].right {
|
|
1382
|
+
box-shadow: -0.2em 0 0 0 #54c8ff inset;
|
|
1208
1383
|
}
|
|
1209
1384
|
.ui.secondary.table {
|
|
1210
|
-
border-top: 0.2em solid #
|
|
1385
|
+
border-top: 0.2em solid #1b1c1d;
|
|
1211
1386
|
}
|
|
1212
1387
|
.ui.inverted.secondary.table {
|
|
1213
|
-
background
|
|
1214
|
-
color: #
|
|
1388
|
+
background: #1b1c1d;
|
|
1389
|
+
color: #fff;
|
|
1215
1390
|
}
|
|
1391
|
+
|
|
1392
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1393
|
+
.ui.scrolling.table > thead.secondary,
|
|
1394
|
+
.ui.scrolling.table > tfoot.secondary {
|
|
1395
|
+
background: #dddddd;
|
|
1396
|
+
color: #dddddd;
|
|
1397
|
+
}
|
|
1398
|
+
.ui.scrolling.table > thead.secondary > tr > th,
|
|
1399
|
+
.ui.scrolling.table > tfoot.secondary > tr > th,
|
|
1400
|
+
.ui.scrolling.table > thead.secondary > tr > td,
|
|
1401
|
+
.ui.scrolling.table > tfoot.secondary > tr > td {
|
|
1402
|
+
background: inherit;
|
|
1403
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1404
|
+
}
|
|
1405
|
+
.ui.inverted.scrolling.table > thead.secondary,
|
|
1406
|
+
.ui.inverted.scrolling.table > tfoot.secondary {
|
|
1407
|
+
background: #1b1c1d;
|
|
1408
|
+
color: #1b1c1d;
|
|
1409
|
+
}
|
|
1410
|
+
.ui.inverted.scrolling.table > thead.secondary > tr > th,
|
|
1411
|
+
.ui.inverted.scrolling.table > tfoot.secondary > tr > th,
|
|
1412
|
+
.ui.inverted.scrolling.table > thead.secondary > tr > td,
|
|
1413
|
+
.ui.inverted.scrolling.table > tfoot.secondary > tr > td {
|
|
1414
|
+
background: inherit;
|
|
1415
|
+
color: #fff;
|
|
1416
|
+
}
|
|
1417
|
+
.ui.ui.ui.ui.table tr[class*="secondary colored"],
|
|
1418
|
+
.ui.ui.table th[class*="secondary colored"],
|
|
1419
|
+
.ui.ui.table td[class*="secondary colored"],
|
|
1216
1420
|
.ui.ui.ui.ui.table tr.secondary:not(.marked),
|
|
1421
|
+
.ui.ui.table th.secondary:not(.marked),
|
|
1217
1422
|
.ui.ui.table td.secondary:not(.marked) {
|
|
1218
1423
|
background: #dddddd;
|
|
1219
1424
|
color: rgba(255, 255, 255, 0.9);
|
|
1220
1425
|
}
|
|
1426
|
+
.ui.table > thead > tr[class*="secondary colored"] > th,
|
|
1427
|
+
.ui.table > tfoot > tr[class*="secondary colored"] > th,
|
|
1428
|
+
.ui.table > tfoot > tr[class*="secondary colored"] > td,
|
|
1429
|
+
.ui.table > thead > tr.secondary:not(.marked) > th,
|
|
1430
|
+
.ui.table > tfoot > tr.secondary:not(.marked) > th,
|
|
1431
|
+
.ui.table > tfoot > tr.secondary:not(.marked) > td {
|
|
1432
|
+
background: inherit;
|
|
1433
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1434
|
+
}
|
|
1435
|
+
.ui.ui.ui.ui.inverted.table tr[class*="secondary colored"],
|
|
1436
|
+
.ui.ui.inverted.table th[class*="secondary colored"],
|
|
1437
|
+
.ui.ui.inverted.table td[class*="secondary colored"],
|
|
1438
|
+
.ui.ui.ui.ui.inverted.table tr.secondary:not(.marked),
|
|
1439
|
+
.ui.ui.inverted.table th.secondary:not(.marked),
|
|
1440
|
+
.ui.ui.inverted.table td.secondary:not(.marked) {
|
|
1441
|
+
background: #1b1c1d;
|
|
1442
|
+
color: #fff;
|
|
1443
|
+
}
|
|
1444
|
+
.ui.inverted.table > thead > tr[class*="secondary colored"] > th,
|
|
1445
|
+
.ui.inverted.table > tfoot > tr[class*="secondary colored"] > th,
|
|
1446
|
+
.ui.inverted.table > tfoot > tr[class*="secondary colored"] > td,
|
|
1447
|
+
.ui.inverted.table > thead > tr.secondary:not(.marked) > th,
|
|
1448
|
+
.ui.inverted.table > tfoot > tr.secondary:not(.marked) > th,
|
|
1449
|
+
.ui.inverted.table > tfoot > tr.secondary:not(.marked) > td {
|
|
1450
|
+
background: inherit;
|
|
1451
|
+
color: #fff;
|
|
1452
|
+
}
|
|
1453
|
+
.ui.ui.selectable.table tr[class*="secondary colored"]:hover,
|
|
1454
|
+
.ui.table tr td.selectable[class*="secondary colored"]:hover,
|
|
1455
|
+
.ui.selectable.table tr:hover td[class*="secondary colored"],
|
|
1221
1456
|
.ui.ui.selectable.table tr.secondary:not(.marked):hover,
|
|
1222
1457
|
.ui.table tr td.selectable.secondary:not(.marked):hover,
|
|
1223
1458
|
.ui.selectable.table tr:hover td.secondary:not(.marked) {
|
|
1224
1459
|
background: #e2e2e2;
|
|
1225
1460
|
color: rgba(255, 255, 255, 0.9);
|
|
1226
1461
|
}
|
|
1227
|
-
.ui.table
|
|
1228
|
-
.ui.table tr.
|
|
1229
|
-
|
|
1230
|
-
|
|
1462
|
+
.ui.ui.inverted.selectable.table tr[class*="secondary colored"]:hover,
|
|
1463
|
+
.ui.inverted.table tr td.selectable[class*="secondary colored"]:hover,
|
|
1464
|
+
.ui.inverted.selectable.table tr:hover td[class*="secondary colored"],
|
|
1465
|
+
.ui.ui.inverted.selectable.table tr.secondary:not(.marked):hover,
|
|
1466
|
+
.ui.inverted.table tr td.selectable.secondary:not(.marked):hover,
|
|
1467
|
+
.ui.inverted.selectable.table tr:hover td.secondary:not(.marked) {
|
|
1468
|
+
background: #6e6e6e;
|
|
1469
|
+
color: #fff;
|
|
1231
1470
|
}
|
|
1232
|
-
.ui.table td
|
|
1233
|
-
.ui.table tr
|
|
1234
|
-
|
|
1235
|
-
box-shadow: -0.2em 0 0 0 #1B1C1D inset;
|
|
1471
|
+
.ui.table td[class*="secondary marked"].left,
|
|
1472
|
+
.ui.table tr[class*="secondary marked"].left {
|
|
1473
|
+
box-shadow: 0.2em 0 0 0 #1b1c1d inset;
|
|
1236
1474
|
}
|
|
1237
|
-
.ui.
|
|
1238
|
-
.ui.
|
|
1239
|
-
|
|
1240
|
-
box-shadow: 0.2em 0 0 0 #545454 inset;
|
|
1475
|
+
.ui.table td[class*="secondary marked"].right,
|
|
1476
|
+
.ui.table tr[class*="secondary marked"].right {
|
|
1477
|
+
box-shadow: -0.2em 0 0 0 #1b1c1d inset;
|
|
1241
1478
|
}
|
|
1242
|
-
.ui.inverted.table td
|
|
1243
|
-
.ui.inverted.table tr
|
|
1244
|
-
|
|
1245
|
-
|
|
1479
|
+
.ui.inverted.table td[class*="secondary marked"].left,
|
|
1480
|
+
.ui.inverted.table tr[class*="secondary marked"].left {
|
|
1481
|
+
box-shadow: 0.2em 0 0 0 #545454 inset;
|
|
1482
|
+
}
|
|
1483
|
+
.ui.inverted.table td[class*="secondary marked"].right,
|
|
1484
|
+
.ui.inverted.table tr[class*="secondary marked"].right {
|
|
1485
|
+
box-shadow: -0.2em 0 0 0 #545454 inset;
|
|
1246
1486
|
}
|
|
1247
1487
|
.ui.red.table {
|
|
1248
|
-
border-top: 0.2em solid #
|
|
1488
|
+
border-top: 0.2em solid #db2828;
|
|
1249
1489
|
}
|
|
1250
1490
|
.ui.inverted.red.table {
|
|
1251
|
-
background
|
|
1252
|
-
color: #
|
|
1491
|
+
background: #db2828;
|
|
1492
|
+
color: #fff;
|
|
1253
1493
|
}
|
|
1494
|
+
|
|
1495
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1496
|
+
.ui.scrolling.table > thead.red,
|
|
1497
|
+
.ui.scrolling.table > tfoot.red {
|
|
1498
|
+
background: #ffe1df;
|
|
1499
|
+
color: #ffe1df;
|
|
1500
|
+
}
|
|
1501
|
+
.ui.scrolling.table > thead.red > tr > th,
|
|
1502
|
+
.ui.scrolling.table > tfoot.red > tr > th,
|
|
1503
|
+
.ui.scrolling.table > thead.red > tr > td,
|
|
1504
|
+
.ui.scrolling.table > tfoot.red > tr > td {
|
|
1505
|
+
background: inherit;
|
|
1506
|
+
color: #db2828;
|
|
1507
|
+
}
|
|
1508
|
+
.ui.inverted.scrolling.table > thead.red,
|
|
1509
|
+
.ui.inverted.scrolling.table > tfoot.red {
|
|
1510
|
+
background: #db2828;
|
|
1511
|
+
color: #db2828;
|
|
1512
|
+
}
|
|
1513
|
+
.ui.inverted.scrolling.table > thead.red > tr > th,
|
|
1514
|
+
.ui.inverted.scrolling.table > tfoot.red > tr > th,
|
|
1515
|
+
.ui.inverted.scrolling.table > thead.red > tr > td,
|
|
1516
|
+
.ui.inverted.scrolling.table > tfoot.red > tr > td {
|
|
1517
|
+
background: inherit;
|
|
1518
|
+
color: #fff;
|
|
1519
|
+
}
|
|
1520
|
+
.ui.ui.ui.ui.table tr[class*="red colored"],
|
|
1521
|
+
.ui.ui.table th[class*="red colored"],
|
|
1522
|
+
.ui.ui.table td[class*="red colored"],
|
|
1254
1523
|
.ui.ui.ui.ui.table tr.red:not(.marked),
|
|
1524
|
+
.ui.ui.table th.red:not(.marked),
|
|
1255
1525
|
.ui.ui.table td.red:not(.marked) {
|
|
1256
1526
|
background: #ffe1df;
|
|
1257
|
-
color: #
|
|
1258
|
-
}
|
|
1527
|
+
color: #db2828;
|
|
1528
|
+
}
|
|
1529
|
+
.ui.table > thead > tr[class*="red colored"] > th,
|
|
1530
|
+
.ui.table > tfoot > tr[class*="red colored"] > th,
|
|
1531
|
+
.ui.table > tfoot > tr[class*="red colored"] > td,
|
|
1532
|
+
.ui.table > thead > tr.red:not(.marked) > th,
|
|
1533
|
+
.ui.table > tfoot > tr.red:not(.marked) > th,
|
|
1534
|
+
.ui.table > tfoot > tr.red:not(.marked) > td {
|
|
1535
|
+
background: inherit;
|
|
1536
|
+
color: #db2828;
|
|
1537
|
+
}
|
|
1538
|
+
.ui.ui.ui.ui.inverted.table tr[class*="red colored"],
|
|
1539
|
+
.ui.ui.inverted.table th[class*="red colored"],
|
|
1540
|
+
.ui.ui.inverted.table td[class*="red colored"],
|
|
1541
|
+
.ui.ui.ui.ui.inverted.table tr.red:not(.marked),
|
|
1542
|
+
.ui.ui.inverted.table th.red:not(.marked),
|
|
1543
|
+
.ui.ui.inverted.table td.red:not(.marked) {
|
|
1544
|
+
background: #db2828;
|
|
1545
|
+
color: #fff;
|
|
1546
|
+
}
|
|
1547
|
+
.ui.inverted.table > thead > tr[class*="red colored"] > th,
|
|
1548
|
+
.ui.inverted.table > tfoot > tr[class*="red colored"] > th,
|
|
1549
|
+
.ui.inverted.table > tfoot > tr[class*="red colored"] > td,
|
|
1550
|
+
.ui.inverted.table > thead > tr.red:not(.marked) > th,
|
|
1551
|
+
.ui.inverted.table > tfoot > tr.red:not(.marked) > th,
|
|
1552
|
+
.ui.inverted.table > tfoot > tr.red:not(.marked) > td {
|
|
1553
|
+
background: inherit;
|
|
1554
|
+
color: #fff;
|
|
1555
|
+
}
|
|
1556
|
+
.ui.ui.selectable.table tr[class*="red colored"]:hover,
|
|
1557
|
+
.ui.table tr td.selectable[class*="red colored"]:hover,
|
|
1558
|
+
.ui.selectable.table tr:hover td[class*="red colored"],
|
|
1259
1559
|
.ui.ui.selectable.table tr.red:not(.marked):hover,
|
|
1260
1560
|
.ui.table tr td.selectable.red:not(.marked):hover,
|
|
1261
1561
|
.ui.selectable.table tr:hover td.red:not(.marked) {
|
|
1262
1562
|
background: #ffd7d5;
|
|
1263
|
-
color: #
|
|
1563
|
+
color: #db2828;
|
|
1264
1564
|
}
|
|
1265
|
-
.ui.table
|
|
1266
|
-
.ui.table tr.
|
|
1267
|
-
|
|
1268
|
-
|
|
1565
|
+
.ui.ui.inverted.selectable.table tr[class*="red colored"]:hover,
|
|
1566
|
+
.ui.inverted.table tr td.selectable[class*="red colored"]:hover,
|
|
1567
|
+
.ui.inverted.selectable.table tr:hover td[class*="red colored"],
|
|
1568
|
+
.ui.ui.inverted.selectable.table tr.red:not(.marked):hover,
|
|
1569
|
+
.ui.inverted.table tr td.selectable.red:not(.marked):hover,
|
|
1570
|
+
.ui.inverted.selectable.table tr:hover td.red:not(.marked) {
|
|
1571
|
+
background: #ff392b;
|
|
1572
|
+
color: #fff;
|
|
1269
1573
|
}
|
|
1270
|
-
.ui.table td
|
|
1271
|
-
.ui.table tr
|
|
1272
|
-
|
|
1273
|
-
box-shadow: -0.2em 0 0 0 #DB2828 inset;
|
|
1574
|
+
.ui.table td[class*="red marked"].left,
|
|
1575
|
+
.ui.table tr[class*="red marked"].left {
|
|
1576
|
+
box-shadow: 0.2em 0 0 0 #db2828 inset;
|
|
1274
1577
|
}
|
|
1275
|
-
.ui.
|
|
1276
|
-
.ui.
|
|
1277
|
-
|
|
1278
|
-
box-shadow: 0.2em 0 0 0 #FF695E inset;
|
|
1578
|
+
.ui.table td[class*="red marked"].right,
|
|
1579
|
+
.ui.table tr[class*="red marked"].right {
|
|
1580
|
+
box-shadow: -0.2em 0 0 0 #db2828 inset;
|
|
1279
1581
|
}
|
|
1280
|
-
.ui.inverted.table td
|
|
1281
|
-
.ui.inverted.table tr
|
|
1282
|
-
|
|
1283
|
-
|
|
1582
|
+
.ui.inverted.table td[class*="red marked"].left,
|
|
1583
|
+
.ui.inverted.table tr[class*="red marked"].left {
|
|
1584
|
+
box-shadow: 0.2em 0 0 0 #ff695e inset;
|
|
1585
|
+
}
|
|
1586
|
+
.ui.inverted.table td[class*="red marked"].right,
|
|
1587
|
+
.ui.inverted.table tr[class*="red marked"].right {
|
|
1588
|
+
box-shadow: -0.2em 0 0 0 #ff695e inset;
|
|
1284
1589
|
}
|
|
1285
1590
|
.ui.orange.table {
|
|
1286
|
-
border-top: 0.2em solid #
|
|
1591
|
+
border-top: 0.2em solid #f2711c;
|
|
1287
1592
|
}
|
|
1288
1593
|
.ui.inverted.orange.table {
|
|
1289
|
-
background
|
|
1290
|
-
color: #
|
|
1594
|
+
background: #f2711c;
|
|
1595
|
+
color: #fff;
|
|
1291
1596
|
}
|
|
1597
|
+
|
|
1598
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1599
|
+
.ui.scrolling.table > thead.orange,
|
|
1600
|
+
.ui.scrolling.table > tfoot.orange {
|
|
1601
|
+
background: #ffe7d1;
|
|
1602
|
+
color: #ffe7d1;
|
|
1603
|
+
}
|
|
1604
|
+
.ui.scrolling.table > thead.orange > tr > th,
|
|
1605
|
+
.ui.scrolling.table > tfoot.orange > tr > th,
|
|
1606
|
+
.ui.scrolling.table > thead.orange > tr > td,
|
|
1607
|
+
.ui.scrolling.table > tfoot.orange > tr > td {
|
|
1608
|
+
background: inherit;
|
|
1609
|
+
color: #f2711c;
|
|
1610
|
+
}
|
|
1611
|
+
.ui.inverted.scrolling.table > thead.orange,
|
|
1612
|
+
.ui.inverted.scrolling.table > tfoot.orange {
|
|
1613
|
+
background: #f2711c;
|
|
1614
|
+
color: #f2711c;
|
|
1615
|
+
}
|
|
1616
|
+
.ui.inverted.scrolling.table > thead.orange > tr > th,
|
|
1617
|
+
.ui.inverted.scrolling.table > tfoot.orange > tr > th,
|
|
1618
|
+
.ui.inverted.scrolling.table > thead.orange > tr > td,
|
|
1619
|
+
.ui.inverted.scrolling.table > tfoot.orange > tr > td {
|
|
1620
|
+
background: inherit;
|
|
1621
|
+
color: #fff;
|
|
1622
|
+
}
|
|
1623
|
+
.ui.ui.ui.ui.table tr[class*="orange colored"],
|
|
1624
|
+
.ui.ui.table th[class*="orange colored"],
|
|
1625
|
+
.ui.ui.table td[class*="orange colored"],
|
|
1292
1626
|
.ui.ui.ui.ui.table tr.orange:not(.marked),
|
|
1627
|
+
.ui.ui.table th.orange:not(.marked),
|
|
1293
1628
|
.ui.ui.table td.orange:not(.marked) {
|
|
1294
1629
|
background: #ffe7d1;
|
|
1295
|
-
color: #
|
|
1296
|
-
}
|
|
1630
|
+
color: #f2711c;
|
|
1631
|
+
}
|
|
1632
|
+
.ui.table > thead > tr[class*="orange colored"] > th,
|
|
1633
|
+
.ui.table > tfoot > tr[class*="orange colored"] > th,
|
|
1634
|
+
.ui.table > tfoot > tr[class*="orange colored"] > td,
|
|
1635
|
+
.ui.table > thead > tr.orange:not(.marked) > th,
|
|
1636
|
+
.ui.table > tfoot > tr.orange:not(.marked) > th,
|
|
1637
|
+
.ui.table > tfoot > tr.orange:not(.marked) > td {
|
|
1638
|
+
background: inherit;
|
|
1639
|
+
color: #f2711c;
|
|
1640
|
+
}
|
|
1641
|
+
.ui.ui.ui.ui.inverted.table tr[class*="orange colored"],
|
|
1642
|
+
.ui.ui.inverted.table th[class*="orange colored"],
|
|
1643
|
+
.ui.ui.inverted.table td[class*="orange colored"],
|
|
1644
|
+
.ui.ui.ui.ui.inverted.table tr.orange:not(.marked),
|
|
1645
|
+
.ui.ui.inverted.table th.orange:not(.marked),
|
|
1646
|
+
.ui.ui.inverted.table td.orange:not(.marked) {
|
|
1647
|
+
background: #f2711c;
|
|
1648
|
+
color: #fff;
|
|
1649
|
+
}
|
|
1650
|
+
.ui.inverted.table > thead > tr[class*="orange colored"] > th,
|
|
1651
|
+
.ui.inverted.table > tfoot > tr[class*="orange colored"] > th,
|
|
1652
|
+
.ui.inverted.table > tfoot > tr[class*="orange colored"] > td,
|
|
1653
|
+
.ui.inverted.table > thead > tr.orange:not(.marked) > th,
|
|
1654
|
+
.ui.inverted.table > tfoot > tr.orange:not(.marked) > th,
|
|
1655
|
+
.ui.inverted.table > tfoot > tr.orange:not(.marked) > td {
|
|
1656
|
+
background: inherit;
|
|
1657
|
+
color: #fff;
|
|
1658
|
+
}
|
|
1659
|
+
.ui.ui.selectable.table tr[class*="orange colored"]:hover,
|
|
1660
|
+
.ui.table tr td.selectable[class*="orange colored"]:hover,
|
|
1661
|
+
.ui.selectable.table tr:hover td[class*="orange colored"],
|
|
1297
1662
|
.ui.ui.selectable.table tr.orange:not(.marked):hover,
|
|
1298
1663
|
.ui.table tr td.selectable.orange:not(.marked):hover,
|
|
1299
1664
|
.ui.selectable.table tr:hover td.orange:not(.marked) {
|
|
1300
1665
|
background: #fae1cc;
|
|
1301
|
-
color: #
|
|
1666
|
+
color: #f2711c;
|
|
1302
1667
|
}
|
|
1303
|
-
.ui.table
|
|
1304
|
-
.ui.table tr.
|
|
1305
|
-
|
|
1306
|
-
|
|
1668
|
+
.ui.ui.inverted.selectable.table tr[class*="orange colored"]:hover,
|
|
1669
|
+
.ui.inverted.table tr td.selectable[class*="orange colored"]:hover,
|
|
1670
|
+
.ui.inverted.selectable.table tr:hover td[class*="orange colored"],
|
|
1671
|
+
.ui.ui.inverted.selectable.table tr.orange:not(.marked):hover,
|
|
1672
|
+
.ui.inverted.table tr td.selectable.orange:not(.marked):hover,
|
|
1673
|
+
.ui.inverted.selectable.table tr:hover td.orange:not(.marked) {
|
|
1674
|
+
background: #e76b00;
|
|
1675
|
+
color: #fff;
|
|
1307
1676
|
}
|
|
1308
|
-
.ui.table td
|
|
1309
|
-
.ui.table tr
|
|
1310
|
-
|
|
1311
|
-
box-shadow: -0.2em 0 0 0 #F2711C inset;
|
|
1677
|
+
.ui.table td[class*="orange marked"].left,
|
|
1678
|
+
.ui.table tr[class*="orange marked"].left {
|
|
1679
|
+
box-shadow: 0.2em 0 0 0 #f2711c inset;
|
|
1312
1680
|
}
|
|
1313
|
-
.ui.
|
|
1314
|
-
.ui.
|
|
1315
|
-
|
|
1316
|
-
box-shadow: 0.2em 0 0 0 #FF851B inset;
|
|
1681
|
+
.ui.table td[class*="orange marked"].right,
|
|
1682
|
+
.ui.table tr[class*="orange marked"].right {
|
|
1683
|
+
box-shadow: -0.2em 0 0 0 #f2711c inset;
|
|
1317
1684
|
}
|
|
1318
|
-
.ui.inverted.table td
|
|
1319
|
-
.ui.inverted.table tr
|
|
1320
|
-
|
|
1321
|
-
|
|
1685
|
+
.ui.inverted.table td[class*="orange marked"].left,
|
|
1686
|
+
.ui.inverted.table tr[class*="orange marked"].left {
|
|
1687
|
+
box-shadow: 0.2em 0 0 0 #ff851b inset;
|
|
1688
|
+
}
|
|
1689
|
+
.ui.inverted.table td[class*="orange marked"].right,
|
|
1690
|
+
.ui.inverted.table tr[class*="orange marked"].right {
|
|
1691
|
+
box-shadow: -0.2em 0 0 0 #ff851b inset;
|
|
1322
1692
|
}
|
|
1323
1693
|
.ui.yellow.table {
|
|
1324
|
-
border-top: 0.2em solid #
|
|
1694
|
+
border-top: 0.2em solid #fbbd08;
|
|
1325
1695
|
}
|
|
1326
1696
|
.ui.inverted.yellow.table {
|
|
1327
|
-
background
|
|
1328
|
-
color: #
|
|
1697
|
+
background: #fbbd08;
|
|
1698
|
+
color: #fff;
|
|
1329
1699
|
}
|
|
1700
|
+
|
|
1701
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1702
|
+
.ui.scrolling.table > thead.yellow,
|
|
1703
|
+
.ui.scrolling.table > tfoot.yellow {
|
|
1704
|
+
background: #fff9d2;
|
|
1705
|
+
color: #fff9d2;
|
|
1706
|
+
}
|
|
1707
|
+
.ui.scrolling.table > thead.yellow > tr > th,
|
|
1708
|
+
.ui.scrolling.table > tfoot.yellow > tr > th,
|
|
1709
|
+
.ui.scrolling.table > thead.yellow > tr > td,
|
|
1710
|
+
.ui.scrolling.table > tfoot.yellow > tr > td {
|
|
1711
|
+
background: inherit;
|
|
1712
|
+
color: #b58105;
|
|
1713
|
+
}
|
|
1714
|
+
.ui.inverted.scrolling.table > thead.yellow,
|
|
1715
|
+
.ui.inverted.scrolling.table > tfoot.yellow {
|
|
1716
|
+
background: #fbbd08;
|
|
1717
|
+
color: #fbbd08;
|
|
1718
|
+
}
|
|
1719
|
+
.ui.inverted.scrolling.table > thead.yellow > tr > th,
|
|
1720
|
+
.ui.inverted.scrolling.table > tfoot.yellow > tr > th,
|
|
1721
|
+
.ui.inverted.scrolling.table > thead.yellow > tr > td,
|
|
1722
|
+
.ui.inverted.scrolling.table > tfoot.yellow > tr > td {
|
|
1723
|
+
background: inherit;
|
|
1724
|
+
color: #fff;
|
|
1725
|
+
}
|
|
1726
|
+
.ui.ui.ui.ui.table tr[class*="yellow colored"],
|
|
1727
|
+
.ui.ui.table th[class*="yellow colored"],
|
|
1728
|
+
.ui.ui.table td[class*="yellow colored"],
|
|
1330
1729
|
.ui.ui.ui.ui.table tr.yellow:not(.marked),
|
|
1730
|
+
.ui.ui.table th.yellow:not(.marked),
|
|
1331
1731
|
.ui.ui.table td.yellow:not(.marked) {
|
|
1332
1732
|
background: #fff9d2;
|
|
1333
|
-
color: #
|
|
1334
|
-
}
|
|
1733
|
+
color: #b58105;
|
|
1734
|
+
}
|
|
1735
|
+
.ui.table > thead > tr[class*="yellow colored"] > th,
|
|
1736
|
+
.ui.table > tfoot > tr[class*="yellow colored"] > th,
|
|
1737
|
+
.ui.table > tfoot > tr[class*="yellow colored"] > td,
|
|
1738
|
+
.ui.table > thead > tr.yellow:not(.marked) > th,
|
|
1739
|
+
.ui.table > tfoot > tr.yellow:not(.marked) > th,
|
|
1740
|
+
.ui.table > tfoot > tr.yellow:not(.marked) > td {
|
|
1741
|
+
background: inherit;
|
|
1742
|
+
color: #b58105;
|
|
1743
|
+
}
|
|
1744
|
+
.ui.ui.ui.ui.inverted.table tr[class*="yellow colored"],
|
|
1745
|
+
.ui.ui.inverted.table th[class*="yellow colored"],
|
|
1746
|
+
.ui.ui.inverted.table td[class*="yellow colored"],
|
|
1747
|
+
.ui.ui.ui.ui.inverted.table tr.yellow:not(.marked),
|
|
1748
|
+
.ui.ui.inverted.table th.yellow:not(.marked),
|
|
1749
|
+
.ui.ui.inverted.table td.yellow:not(.marked) {
|
|
1750
|
+
background: #fbbd08;
|
|
1751
|
+
color: #fff;
|
|
1752
|
+
}
|
|
1753
|
+
.ui.inverted.table > thead > tr[class*="yellow colored"] > th,
|
|
1754
|
+
.ui.inverted.table > tfoot > tr[class*="yellow colored"] > th,
|
|
1755
|
+
.ui.inverted.table > tfoot > tr[class*="yellow colored"] > td,
|
|
1756
|
+
.ui.inverted.table > thead > tr.yellow:not(.marked) > th,
|
|
1757
|
+
.ui.inverted.table > tfoot > tr.yellow:not(.marked) > th,
|
|
1758
|
+
.ui.inverted.table > tfoot > tr.yellow:not(.marked) > td {
|
|
1759
|
+
background: inherit;
|
|
1760
|
+
color: #fff;
|
|
1761
|
+
}
|
|
1762
|
+
.ui.ui.selectable.table tr[class*="yellow colored"]:hover,
|
|
1763
|
+
.ui.table tr td.selectable[class*="yellow colored"]:hover,
|
|
1764
|
+
.ui.selectable.table tr:hover td[class*="yellow colored"],
|
|
1335
1765
|
.ui.ui.selectable.table tr.yellow:not(.marked):hover,
|
|
1336
1766
|
.ui.table tr td.selectable.yellow:not(.marked):hover,
|
|
1337
1767
|
.ui.selectable.table tr:hover td.yellow:not(.marked) {
|
|
1338
1768
|
background: #fbf5cc;
|
|
1339
|
-
color: #
|
|
1769
|
+
color: #b58105;
|
|
1340
1770
|
}
|
|
1341
|
-
.ui.table
|
|
1342
|
-
.ui.table tr.
|
|
1343
|
-
|
|
1344
|
-
|
|
1771
|
+
.ui.ui.inverted.selectable.table tr[class*="yellow colored"]:hover,
|
|
1772
|
+
.ui.inverted.table tr td.selectable[class*="yellow colored"]:hover,
|
|
1773
|
+
.ui.inverted.selectable.table tr:hover td[class*="yellow colored"],
|
|
1774
|
+
.ui.ui.inverted.selectable.table tr.yellow:not(.marked):hover,
|
|
1775
|
+
.ui.inverted.table tr td.selectable.yellow:not(.marked):hover,
|
|
1776
|
+
.ui.inverted.selectable.table tr:hover td.yellow:not(.marked) {
|
|
1777
|
+
background: #ebcd00;
|
|
1778
|
+
color: #fff;
|
|
1345
1779
|
}
|
|
1346
|
-
.ui.table td
|
|
1347
|
-
.ui.table tr
|
|
1348
|
-
|
|
1349
|
-
box-shadow: -0.2em 0 0 0 #FBBD08 inset;
|
|
1780
|
+
.ui.table td[class*="yellow marked"].left,
|
|
1781
|
+
.ui.table tr[class*="yellow marked"].left {
|
|
1782
|
+
box-shadow: 0.2em 0 0 0 #fbbd08 inset;
|
|
1350
1783
|
}
|
|
1351
|
-
.ui.
|
|
1352
|
-
.ui.
|
|
1353
|
-
|
|
1354
|
-
box-shadow: 0.2em 0 0 0 #FFE21F inset;
|
|
1784
|
+
.ui.table td[class*="yellow marked"].right,
|
|
1785
|
+
.ui.table tr[class*="yellow marked"].right {
|
|
1786
|
+
box-shadow: -0.2em 0 0 0 #fbbd08 inset;
|
|
1355
1787
|
}
|
|
1356
|
-
.ui.inverted.table td
|
|
1357
|
-
.ui.inverted.table tr
|
|
1358
|
-
|
|
1359
|
-
|
|
1788
|
+
.ui.inverted.table td[class*="yellow marked"].left,
|
|
1789
|
+
.ui.inverted.table tr[class*="yellow marked"].left {
|
|
1790
|
+
box-shadow: 0.2em 0 0 0 #ffe21f inset;
|
|
1791
|
+
}
|
|
1792
|
+
.ui.inverted.table td[class*="yellow marked"].right,
|
|
1793
|
+
.ui.inverted.table tr[class*="yellow marked"].right {
|
|
1794
|
+
box-shadow: -0.2em 0 0 0 #ffe21f inset;
|
|
1360
1795
|
}
|
|
1361
1796
|
.ui.olive.table {
|
|
1362
|
-
border-top: 0.2em solid #
|
|
1797
|
+
border-top: 0.2em solid #b5cc18;
|
|
1363
1798
|
}
|
|
1364
1799
|
.ui.inverted.olive.table {
|
|
1365
|
-
background
|
|
1366
|
-
color: #
|
|
1800
|
+
background: #b5cc18;
|
|
1801
|
+
color: #fff;
|
|
1367
1802
|
}
|
|
1803
|
+
|
|
1804
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1805
|
+
.ui.scrolling.table > thead.olive,
|
|
1806
|
+
.ui.scrolling.table > tfoot.olive {
|
|
1807
|
+
background: #f7fae4;
|
|
1808
|
+
color: #f7fae4;
|
|
1809
|
+
}
|
|
1810
|
+
.ui.scrolling.table > thead.olive > tr > th,
|
|
1811
|
+
.ui.scrolling.table > tfoot.olive > tr > th,
|
|
1812
|
+
.ui.scrolling.table > thead.olive > tr > td,
|
|
1813
|
+
.ui.scrolling.table > tfoot.olive > tr > td {
|
|
1814
|
+
background: inherit;
|
|
1815
|
+
color: #8abc1e;
|
|
1816
|
+
}
|
|
1817
|
+
.ui.inverted.scrolling.table > thead.olive,
|
|
1818
|
+
.ui.inverted.scrolling.table > tfoot.olive {
|
|
1819
|
+
background: #b5cc18;
|
|
1820
|
+
color: #b5cc18;
|
|
1821
|
+
}
|
|
1822
|
+
.ui.inverted.scrolling.table > thead.olive > tr > th,
|
|
1823
|
+
.ui.inverted.scrolling.table > tfoot.olive > tr > th,
|
|
1824
|
+
.ui.inverted.scrolling.table > thead.olive > tr > td,
|
|
1825
|
+
.ui.inverted.scrolling.table > tfoot.olive > tr > td {
|
|
1826
|
+
background: inherit;
|
|
1827
|
+
color: #fff;
|
|
1828
|
+
}
|
|
1829
|
+
.ui.ui.ui.ui.table tr[class*="olive colored"],
|
|
1830
|
+
.ui.ui.table th[class*="olive colored"],
|
|
1831
|
+
.ui.ui.table td[class*="olive colored"],
|
|
1368
1832
|
.ui.ui.ui.ui.table tr.olive:not(.marked),
|
|
1833
|
+
.ui.ui.table th.olive:not(.marked),
|
|
1369
1834
|
.ui.ui.table td.olive:not(.marked) {
|
|
1370
1835
|
background: #f7fae4;
|
|
1371
|
-
color: #
|
|
1372
|
-
}
|
|
1836
|
+
color: #8abc1e;
|
|
1837
|
+
}
|
|
1838
|
+
.ui.table > thead > tr[class*="olive colored"] > th,
|
|
1839
|
+
.ui.table > tfoot > tr[class*="olive colored"] > th,
|
|
1840
|
+
.ui.table > tfoot > tr[class*="olive colored"] > td,
|
|
1841
|
+
.ui.table > thead > tr.olive:not(.marked) > th,
|
|
1842
|
+
.ui.table > tfoot > tr.olive:not(.marked) > th,
|
|
1843
|
+
.ui.table > tfoot > tr.olive:not(.marked) > td {
|
|
1844
|
+
background: inherit;
|
|
1845
|
+
color: #8abc1e;
|
|
1846
|
+
}
|
|
1847
|
+
.ui.ui.ui.ui.inverted.table tr[class*="olive colored"],
|
|
1848
|
+
.ui.ui.inverted.table th[class*="olive colored"],
|
|
1849
|
+
.ui.ui.inverted.table td[class*="olive colored"],
|
|
1850
|
+
.ui.ui.ui.ui.inverted.table tr.olive:not(.marked),
|
|
1851
|
+
.ui.ui.inverted.table th.olive:not(.marked),
|
|
1852
|
+
.ui.ui.inverted.table td.olive:not(.marked) {
|
|
1853
|
+
background: #b5cc18;
|
|
1854
|
+
color: #fff;
|
|
1855
|
+
}
|
|
1856
|
+
.ui.inverted.table > thead > tr[class*="olive colored"] > th,
|
|
1857
|
+
.ui.inverted.table > tfoot > tr[class*="olive colored"] > th,
|
|
1858
|
+
.ui.inverted.table > tfoot > tr[class*="olive colored"] > td,
|
|
1859
|
+
.ui.inverted.table > thead > tr.olive:not(.marked) > th,
|
|
1860
|
+
.ui.inverted.table > tfoot > tr.olive:not(.marked) > th,
|
|
1861
|
+
.ui.inverted.table > tfoot > tr.olive:not(.marked) > td {
|
|
1862
|
+
background: inherit;
|
|
1863
|
+
color: #fff;
|
|
1864
|
+
}
|
|
1865
|
+
.ui.ui.selectable.table tr[class*="olive colored"]:hover,
|
|
1866
|
+
.ui.table tr td.selectable[class*="olive colored"]:hover,
|
|
1867
|
+
.ui.selectable.table tr:hover td[class*="olive colored"],
|
|
1373
1868
|
.ui.ui.selectable.table tr.olive:not(.marked):hover,
|
|
1374
1869
|
.ui.table tr td.selectable.olive:not(.marked):hover,
|
|
1375
1870
|
.ui.selectable.table tr:hover td.olive:not(.marked) {
|
|
1376
1871
|
background: #f6fada;
|
|
1377
|
-
color: #
|
|
1872
|
+
color: #8abc1e;
|
|
1378
1873
|
}
|
|
1379
|
-
.ui.table
|
|
1380
|
-
.ui.table tr.
|
|
1381
|
-
|
|
1382
|
-
|
|
1874
|
+
.ui.ui.inverted.selectable.table tr[class*="olive colored"]:hover,
|
|
1875
|
+
.ui.inverted.table tr td.selectable[class*="olive colored"]:hover,
|
|
1876
|
+
.ui.inverted.selectable.table tr:hover td[class*="olive colored"],
|
|
1877
|
+
.ui.ui.inverted.selectable.table tr.olive:not(.marked):hover,
|
|
1878
|
+
.ui.inverted.table tr td.selectable.olive:not(.marked):hover,
|
|
1879
|
+
.ui.inverted.selectable.table tr:hover td.olive:not(.marked) {
|
|
1880
|
+
background: #d2e745;
|
|
1881
|
+
color: #fff;
|
|
1383
1882
|
}
|
|
1384
|
-
.ui.table td
|
|
1385
|
-
.ui.table tr
|
|
1386
|
-
|
|
1387
|
-
box-shadow: -0.2em 0 0 0 #B5CC18 inset;
|
|
1883
|
+
.ui.table td[class*="olive marked"].left,
|
|
1884
|
+
.ui.table tr[class*="olive marked"].left {
|
|
1885
|
+
box-shadow: 0.2em 0 0 0 #b5cc18 inset;
|
|
1388
1886
|
}
|
|
1389
|
-
.ui.
|
|
1390
|
-
.ui.
|
|
1391
|
-
|
|
1392
|
-
box-shadow: 0.2em 0 0 0 #D9E778 inset;
|
|
1887
|
+
.ui.table td[class*="olive marked"].right,
|
|
1888
|
+
.ui.table tr[class*="olive marked"].right {
|
|
1889
|
+
box-shadow: -0.2em 0 0 0 #b5cc18 inset;
|
|
1393
1890
|
}
|
|
1394
|
-
.ui.inverted.table td
|
|
1395
|
-
.ui.inverted.table tr
|
|
1396
|
-
|
|
1397
|
-
|
|
1891
|
+
.ui.inverted.table td[class*="olive marked"].left,
|
|
1892
|
+
.ui.inverted.table tr[class*="olive marked"].left {
|
|
1893
|
+
box-shadow: 0.2em 0 0 0 #d9e778 inset;
|
|
1894
|
+
}
|
|
1895
|
+
.ui.inverted.table td[class*="olive marked"].right,
|
|
1896
|
+
.ui.inverted.table tr[class*="olive marked"].right {
|
|
1897
|
+
box-shadow: -0.2em 0 0 0 #d9e778 inset;
|
|
1398
1898
|
}
|
|
1399
1899
|
.ui.green.table {
|
|
1400
|
-
border-top: 0.2em solid #
|
|
1900
|
+
border-top: 0.2em solid #21ba45;
|
|
1401
1901
|
}
|
|
1402
1902
|
.ui.inverted.green.table {
|
|
1403
|
-
background
|
|
1404
|
-
color: #
|
|
1903
|
+
background: #21ba45;
|
|
1904
|
+
color: #fff;
|
|
1405
1905
|
}
|
|
1906
|
+
|
|
1907
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1908
|
+
.ui.scrolling.table > thead.green,
|
|
1909
|
+
.ui.scrolling.table > tfoot.green {
|
|
1910
|
+
background: #d5f5d9;
|
|
1911
|
+
color: #d5f5d9;
|
|
1912
|
+
}
|
|
1913
|
+
.ui.scrolling.table > thead.green > tr > th,
|
|
1914
|
+
.ui.scrolling.table > tfoot.green > tr > th,
|
|
1915
|
+
.ui.scrolling.table > thead.green > tr > td,
|
|
1916
|
+
.ui.scrolling.table > tfoot.green > tr > td {
|
|
1917
|
+
background: inherit;
|
|
1918
|
+
color: #1ebc30;
|
|
1919
|
+
}
|
|
1920
|
+
.ui.inverted.scrolling.table > thead.green,
|
|
1921
|
+
.ui.inverted.scrolling.table > tfoot.green {
|
|
1922
|
+
background: #21ba45;
|
|
1923
|
+
color: #21ba45;
|
|
1924
|
+
}
|
|
1925
|
+
.ui.inverted.scrolling.table > thead.green > tr > th,
|
|
1926
|
+
.ui.inverted.scrolling.table > tfoot.green > tr > th,
|
|
1927
|
+
.ui.inverted.scrolling.table > thead.green > tr > td,
|
|
1928
|
+
.ui.inverted.scrolling.table > tfoot.green > tr > td {
|
|
1929
|
+
background: inherit;
|
|
1930
|
+
color: #fff;
|
|
1931
|
+
}
|
|
1932
|
+
.ui.ui.ui.ui.table tr[class*="green colored"],
|
|
1933
|
+
.ui.ui.table th[class*="green colored"],
|
|
1934
|
+
.ui.ui.table td[class*="green colored"],
|
|
1406
1935
|
.ui.ui.ui.ui.table tr.green:not(.marked),
|
|
1936
|
+
.ui.ui.table th.green:not(.marked),
|
|
1407
1937
|
.ui.ui.table td.green:not(.marked) {
|
|
1408
1938
|
background: #d5f5d9;
|
|
1409
|
-
color: #
|
|
1410
|
-
}
|
|
1939
|
+
color: #1ebc30;
|
|
1940
|
+
}
|
|
1941
|
+
.ui.table > thead > tr[class*="green colored"] > th,
|
|
1942
|
+
.ui.table > tfoot > tr[class*="green colored"] > th,
|
|
1943
|
+
.ui.table > tfoot > tr[class*="green colored"] > td,
|
|
1944
|
+
.ui.table > thead > tr.green:not(.marked) > th,
|
|
1945
|
+
.ui.table > tfoot > tr.green:not(.marked) > th,
|
|
1946
|
+
.ui.table > tfoot > tr.green:not(.marked) > td {
|
|
1947
|
+
background: inherit;
|
|
1948
|
+
color: #1ebc30;
|
|
1949
|
+
}
|
|
1950
|
+
.ui.ui.ui.ui.inverted.table tr[class*="green colored"],
|
|
1951
|
+
.ui.ui.inverted.table th[class*="green colored"],
|
|
1952
|
+
.ui.ui.inverted.table td[class*="green colored"],
|
|
1953
|
+
.ui.ui.ui.ui.inverted.table tr.green:not(.marked),
|
|
1954
|
+
.ui.ui.inverted.table th.green:not(.marked),
|
|
1955
|
+
.ui.ui.inverted.table td.green:not(.marked) {
|
|
1956
|
+
background: #21ba45;
|
|
1957
|
+
color: #fff;
|
|
1958
|
+
}
|
|
1959
|
+
.ui.inverted.table > thead > tr[class*="green colored"] > th,
|
|
1960
|
+
.ui.inverted.table > tfoot > tr[class*="green colored"] > th,
|
|
1961
|
+
.ui.inverted.table > tfoot > tr[class*="green colored"] > td,
|
|
1962
|
+
.ui.inverted.table > thead > tr.green:not(.marked) > th,
|
|
1963
|
+
.ui.inverted.table > tfoot > tr.green:not(.marked) > th,
|
|
1964
|
+
.ui.inverted.table > tfoot > tr.green:not(.marked) > td {
|
|
1965
|
+
background: inherit;
|
|
1966
|
+
color: #fff;
|
|
1967
|
+
}
|
|
1968
|
+
.ui.ui.selectable.table tr[class*="green colored"]:hover,
|
|
1969
|
+
.ui.table tr td.selectable[class*="green colored"]:hover,
|
|
1970
|
+
.ui.selectable.table tr:hover td[class*="green colored"],
|
|
1411
1971
|
.ui.ui.selectable.table tr.green:not(.marked):hover,
|
|
1412
1972
|
.ui.table tr td.selectable.green:not(.marked):hover,
|
|
1413
1973
|
.ui.selectable.table tr:hover td.green:not(.marked) {
|
|
1414
1974
|
background: #d2eed5;
|
|
1415
|
-
color: #
|
|
1975
|
+
color: #1ebc30;
|
|
1416
1976
|
}
|
|
1417
|
-
.ui.table
|
|
1418
|
-
.ui.table tr.
|
|
1419
|
-
|
|
1420
|
-
|
|
1977
|
+
.ui.ui.inverted.selectable.table tr[class*="green colored"]:hover,
|
|
1978
|
+
.ui.inverted.table tr td.selectable[class*="green colored"]:hover,
|
|
1979
|
+
.ui.inverted.selectable.table tr:hover td[class*="green colored"],
|
|
1980
|
+
.ui.ui.inverted.selectable.table tr.green:not(.marked):hover,
|
|
1981
|
+
.ui.inverted.table tr td.selectable.green:not(.marked):hover,
|
|
1982
|
+
.ui.inverted.selectable.table tr:hover td.green:not(.marked) {
|
|
1983
|
+
background: #1ea92e;
|
|
1984
|
+
color: #fff;
|
|
1421
1985
|
}
|
|
1422
|
-
.ui.table td
|
|
1423
|
-
.ui.table tr
|
|
1424
|
-
|
|
1425
|
-
box-shadow: -0.2em 0 0 0 #21BA45 inset;
|
|
1986
|
+
.ui.table td[class*="green marked"].left,
|
|
1987
|
+
.ui.table tr[class*="green marked"].left {
|
|
1988
|
+
box-shadow: 0.2em 0 0 0 #21ba45 inset;
|
|
1426
1989
|
}
|
|
1427
|
-
.ui.
|
|
1428
|
-
.ui.
|
|
1429
|
-
|
|
1430
|
-
box-shadow: 0.2em 0 0 0 #2ECC40 inset;
|
|
1990
|
+
.ui.table td[class*="green marked"].right,
|
|
1991
|
+
.ui.table tr[class*="green marked"].right {
|
|
1992
|
+
box-shadow: -0.2em 0 0 0 #21ba45 inset;
|
|
1431
1993
|
}
|
|
1432
|
-
.ui.inverted.table td
|
|
1433
|
-
.ui.inverted.table tr
|
|
1434
|
-
|
|
1435
|
-
|
|
1994
|
+
.ui.inverted.table td[class*="green marked"].left,
|
|
1995
|
+
.ui.inverted.table tr[class*="green marked"].left {
|
|
1996
|
+
box-shadow: 0.2em 0 0 0 #2ecc40 inset;
|
|
1997
|
+
}
|
|
1998
|
+
.ui.inverted.table td[class*="green marked"].right,
|
|
1999
|
+
.ui.inverted.table tr[class*="green marked"].right {
|
|
2000
|
+
box-shadow: -0.2em 0 0 0 #2ecc40 inset;
|
|
1436
2001
|
}
|
|
1437
2002
|
.ui.teal.table {
|
|
1438
|
-
border-top: 0.2em solid #
|
|
2003
|
+
border-top: 0.2em solid #00b5ad;
|
|
1439
2004
|
}
|
|
1440
2005
|
.ui.inverted.teal.table {
|
|
1441
|
-
background
|
|
1442
|
-
color: #
|
|
2006
|
+
background: #00b5ad;
|
|
2007
|
+
color: #fff;
|
|
1443
2008
|
}
|
|
2009
|
+
|
|
2010
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2011
|
+
.ui.scrolling.table > thead.teal,
|
|
2012
|
+
.ui.scrolling.table > tfoot.teal {
|
|
2013
|
+
background: #e2ffff;
|
|
2014
|
+
color: #e2ffff;
|
|
2015
|
+
}
|
|
2016
|
+
.ui.scrolling.table > thead.teal > tr > th,
|
|
2017
|
+
.ui.scrolling.table > tfoot.teal > tr > th,
|
|
2018
|
+
.ui.scrolling.table > thead.teal > tr > td,
|
|
2019
|
+
.ui.scrolling.table > tfoot.teal > tr > td {
|
|
2020
|
+
background: inherit;
|
|
2021
|
+
color: #10a3a3;
|
|
2022
|
+
}
|
|
2023
|
+
.ui.inverted.scrolling.table > thead.teal,
|
|
2024
|
+
.ui.inverted.scrolling.table > tfoot.teal {
|
|
2025
|
+
background: #00b5ad;
|
|
2026
|
+
color: #00b5ad;
|
|
2027
|
+
}
|
|
2028
|
+
.ui.inverted.scrolling.table > thead.teal > tr > th,
|
|
2029
|
+
.ui.inverted.scrolling.table > tfoot.teal > tr > th,
|
|
2030
|
+
.ui.inverted.scrolling.table > thead.teal > tr > td,
|
|
2031
|
+
.ui.inverted.scrolling.table > tfoot.teal > tr > td {
|
|
2032
|
+
background: inherit;
|
|
2033
|
+
color: #fff;
|
|
2034
|
+
}
|
|
2035
|
+
.ui.ui.ui.ui.table tr[class*="teal colored"],
|
|
2036
|
+
.ui.ui.table th[class*="teal colored"],
|
|
2037
|
+
.ui.ui.table td[class*="teal colored"],
|
|
1444
2038
|
.ui.ui.ui.ui.table tr.teal:not(.marked),
|
|
2039
|
+
.ui.ui.table th.teal:not(.marked),
|
|
1445
2040
|
.ui.ui.table td.teal:not(.marked) {
|
|
1446
2041
|
background: #e2ffff;
|
|
1447
|
-
color: #
|
|
1448
|
-
}
|
|
2042
|
+
color: #10a3a3;
|
|
2043
|
+
}
|
|
2044
|
+
.ui.table > thead > tr[class*="teal colored"] > th,
|
|
2045
|
+
.ui.table > tfoot > tr[class*="teal colored"] > th,
|
|
2046
|
+
.ui.table > tfoot > tr[class*="teal colored"] > td,
|
|
2047
|
+
.ui.table > thead > tr.teal:not(.marked) > th,
|
|
2048
|
+
.ui.table > tfoot > tr.teal:not(.marked) > th,
|
|
2049
|
+
.ui.table > tfoot > tr.teal:not(.marked) > td {
|
|
2050
|
+
background: inherit;
|
|
2051
|
+
color: #10a3a3;
|
|
2052
|
+
}
|
|
2053
|
+
.ui.ui.ui.ui.inverted.table tr[class*="teal colored"],
|
|
2054
|
+
.ui.ui.inverted.table th[class*="teal colored"],
|
|
2055
|
+
.ui.ui.inverted.table td[class*="teal colored"],
|
|
2056
|
+
.ui.ui.ui.ui.inverted.table tr.teal:not(.marked),
|
|
2057
|
+
.ui.ui.inverted.table th.teal:not(.marked),
|
|
2058
|
+
.ui.ui.inverted.table td.teal:not(.marked) {
|
|
2059
|
+
background: #00b5ad;
|
|
2060
|
+
color: #fff;
|
|
2061
|
+
}
|
|
2062
|
+
.ui.inverted.table > thead > tr[class*="teal colored"] > th,
|
|
2063
|
+
.ui.inverted.table > tfoot > tr[class*="teal colored"] > th,
|
|
2064
|
+
.ui.inverted.table > tfoot > tr[class*="teal colored"] > td,
|
|
2065
|
+
.ui.inverted.table > thead > tr.teal:not(.marked) > th,
|
|
2066
|
+
.ui.inverted.table > tfoot > tr.teal:not(.marked) > th,
|
|
2067
|
+
.ui.inverted.table > tfoot > tr.teal:not(.marked) > td {
|
|
2068
|
+
background: inherit;
|
|
2069
|
+
color: #fff;
|
|
2070
|
+
}
|
|
2071
|
+
.ui.ui.selectable.table tr[class*="teal colored"]:hover,
|
|
2072
|
+
.ui.table tr td.selectable[class*="teal colored"]:hover,
|
|
2073
|
+
.ui.selectable.table tr:hover td[class*="teal colored"],
|
|
1449
2074
|
.ui.ui.selectable.table tr.teal:not(.marked):hover,
|
|
1450
2075
|
.ui.table tr td.selectable.teal:not(.marked):hover,
|
|
1451
2076
|
.ui.selectable.table tr:hover td.teal:not(.marked) {
|
|
1452
2077
|
background: #d8ffff;
|
|
1453
|
-
color: #
|
|
2078
|
+
color: #10a3a3;
|
|
1454
2079
|
}
|
|
1455
|
-
.ui.table
|
|
1456
|
-
.ui.table tr.
|
|
1457
|
-
|
|
1458
|
-
|
|
2080
|
+
.ui.ui.inverted.selectable.table tr[class*="teal colored"]:hover,
|
|
2081
|
+
.ui.inverted.table tr td.selectable[class*="teal colored"]:hover,
|
|
2082
|
+
.ui.inverted.selectable.table tr:hover td[class*="teal colored"],
|
|
2083
|
+
.ui.ui.inverted.selectable.table tr.teal:not(.marked):hover,
|
|
2084
|
+
.ui.inverted.table tr td.selectable.teal:not(.marked):hover,
|
|
2085
|
+
.ui.inverted.selectable.table tr:hover td.teal:not(.marked) {
|
|
2086
|
+
background: #3affff;
|
|
2087
|
+
color: #fff;
|
|
1459
2088
|
}
|
|
1460
|
-
.ui.table td
|
|
1461
|
-
.ui.table tr
|
|
1462
|
-
|
|
1463
|
-
box-shadow: -0.2em 0 0 0 #00B5AD inset;
|
|
2089
|
+
.ui.table td[class*="teal marked"].left,
|
|
2090
|
+
.ui.table tr[class*="teal marked"].left {
|
|
2091
|
+
box-shadow: 0.2em 0 0 0 #00b5ad inset;
|
|
1464
2092
|
}
|
|
1465
|
-
.ui.
|
|
1466
|
-
.ui.
|
|
1467
|
-
|
|
1468
|
-
box-shadow: 0.2em 0 0 0 #6DFFFF inset;
|
|
2093
|
+
.ui.table td[class*="teal marked"].right,
|
|
2094
|
+
.ui.table tr[class*="teal marked"].right {
|
|
2095
|
+
box-shadow: -0.2em 0 0 0 #00b5ad inset;
|
|
1469
2096
|
}
|
|
1470
|
-
.ui.inverted.table td
|
|
1471
|
-
.ui.inverted.table tr
|
|
1472
|
-
|
|
1473
|
-
|
|
2097
|
+
.ui.inverted.table td[class*="teal marked"].left,
|
|
2098
|
+
.ui.inverted.table tr[class*="teal marked"].left {
|
|
2099
|
+
box-shadow: 0.2em 0 0 0 #6dffff inset;
|
|
2100
|
+
}
|
|
2101
|
+
.ui.inverted.table td[class*="teal marked"].right,
|
|
2102
|
+
.ui.inverted.table tr[class*="teal marked"].right {
|
|
2103
|
+
box-shadow: -0.2em 0 0 0 #6dffff inset;
|
|
1474
2104
|
}
|
|
1475
2105
|
.ui.blue.table {
|
|
1476
|
-
border-top: 0.2em solid #
|
|
2106
|
+
border-top: 0.2em solid #2185d0;
|
|
1477
2107
|
}
|
|
1478
2108
|
.ui.inverted.blue.table {
|
|
1479
|
-
background
|
|
1480
|
-
color: #
|
|
2109
|
+
background: #2185d0;
|
|
2110
|
+
color: #fff;
|
|
1481
2111
|
}
|
|
2112
|
+
|
|
2113
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2114
|
+
.ui.scrolling.table > thead.blue,
|
|
2115
|
+
.ui.scrolling.table > tfoot.blue {
|
|
2116
|
+
background: #ddf4ff;
|
|
2117
|
+
color: #ddf4ff;
|
|
2118
|
+
}
|
|
2119
|
+
.ui.scrolling.table > thead.blue > tr > th,
|
|
2120
|
+
.ui.scrolling.table > tfoot.blue > tr > th,
|
|
2121
|
+
.ui.scrolling.table > thead.blue > tr > td,
|
|
2122
|
+
.ui.scrolling.table > tfoot.blue > tr > td {
|
|
2123
|
+
background: inherit;
|
|
2124
|
+
color: #2185d0;
|
|
2125
|
+
}
|
|
2126
|
+
.ui.inverted.scrolling.table > thead.blue,
|
|
2127
|
+
.ui.inverted.scrolling.table > tfoot.blue {
|
|
2128
|
+
background: #2185d0;
|
|
2129
|
+
color: #2185d0;
|
|
2130
|
+
}
|
|
2131
|
+
.ui.inverted.scrolling.table > thead.blue > tr > th,
|
|
2132
|
+
.ui.inverted.scrolling.table > tfoot.blue > tr > th,
|
|
2133
|
+
.ui.inverted.scrolling.table > thead.blue > tr > td,
|
|
2134
|
+
.ui.inverted.scrolling.table > tfoot.blue > tr > td {
|
|
2135
|
+
background: inherit;
|
|
2136
|
+
color: #fff;
|
|
2137
|
+
}
|
|
2138
|
+
.ui.ui.ui.ui.table tr[class*="blue colored"],
|
|
2139
|
+
.ui.ui.table th[class*="blue colored"],
|
|
2140
|
+
.ui.ui.table td[class*="blue colored"],
|
|
1482
2141
|
.ui.ui.ui.ui.table tr.blue:not(.marked),
|
|
2142
|
+
.ui.ui.table th.blue:not(.marked),
|
|
1483
2143
|
.ui.ui.table td.blue:not(.marked) {
|
|
1484
2144
|
background: #ddf4ff;
|
|
1485
|
-
color: #
|
|
1486
|
-
}
|
|
2145
|
+
color: #2185d0;
|
|
2146
|
+
}
|
|
2147
|
+
.ui.table > thead > tr[class*="blue colored"] > th,
|
|
2148
|
+
.ui.table > tfoot > tr[class*="blue colored"] > th,
|
|
2149
|
+
.ui.table > tfoot > tr[class*="blue colored"] > td,
|
|
2150
|
+
.ui.table > thead > tr.blue:not(.marked) > th,
|
|
2151
|
+
.ui.table > tfoot > tr.blue:not(.marked) > th,
|
|
2152
|
+
.ui.table > tfoot > tr.blue:not(.marked) > td {
|
|
2153
|
+
background: inherit;
|
|
2154
|
+
color: #2185d0;
|
|
2155
|
+
}
|
|
2156
|
+
.ui.ui.ui.ui.inverted.table tr[class*="blue colored"],
|
|
2157
|
+
.ui.ui.inverted.table th[class*="blue colored"],
|
|
2158
|
+
.ui.ui.inverted.table td[class*="blue colored"],
|
|
2159
|
+
.ui.ui.ui.ui.inverted.table tr.blue:not(.marked),
|
|
2160
|
+
.ui.ui.inverted.table th.blue:not(.marked),
|
|
2161
|
+
.ui.ui.inverted.table td.blue:not(.marked) {
|
|
2162
|
+
background: #2185d0;
|
|
2163
|
+
color: #fff;
|
|
2164
|
+
}
|
|
2165
|
+
.ui.inverted.table > thead > tr[class*="blue colored"] > th,
|
|
2166
|
+
.ui.inverted.table > tfoot > tr[class*="blue colored"] > th,
|
|
2167
|
+
.ui.inverted.table > tfoot > tr[class*="blue colored"] > td,
|
|
2168
|
+
.ui.inverted.table > thead > tr.blue:not(.marked) > th,
|
|
2169
|
+
.ui.inverted.table > tfoot > tr.blue:not(.marked) > th,
|
|
2170
|
+
.ui.inverted.table > tfoot > tr.blue:not(.marked) > td {
|
|
2171
|
+
background: inherit;
|
|
2172
|
+
color: #fff;
|
|
2173
|
+
}
|
|
2174
|
+
.ui.ui.selectable.table tr[class*="blue colored"]:hover,
|
|
2175
|
+
.ui.table tr td.selectable[class*="blue colored"]:hover,
|
|
2176
|
+
.ui.selectable.table tr:hover td[class*="blue colored"],
|
|
1487
2177
|
.ui.ui.selectable.table tr.blue:not(.marked):hover,
|
|
1488
2178
|
.ui.table tr td.selectable.blue:not(.marked):hover,
|
|
1489
2179
|
.ui.selectable.table tr:hover td.blue:not(.marked) {
|
|
1490
2180
|
background: #d3f1ff;
|
|
1491
|
-
color: #
|
|
2181
|
+
color: #2185d0;
|
|
1492
2182
|
}
|
|
1493
|
-
.ui.table
|
|
1494
|
-
.ui.table tr.
|
|
1495
|
-
|
|
1496
|
-
|
|
2183
|
+
.ui.ui.inverted.selectable.table tr[class*="blue colored"]:hover,
|
|
2184
|
+
.ui.inverted.table tr td.selectable[class*="blue colored"]:hover,
|
|
2185
|
+
.ui.inverted.selectable.table tr:hover td[class*="blue colored"],
|
|
2186
|
+
.ui.ui.inverted.selectable.table tr.blue:not(.marked):hover,
|
|
2187
|
+
.ui.inverted.table tr td.selectable.blue:not(.marked):hover,
|
|
2188
|
+
.ui.inverted.selectable.table tr:hover td.blue:not(.marked) {
|
|
2189
|
+
background: #21b8ff;
|
|
2190
|
+
color: #fff;
|
|
1497
2191
|
}
|
|
1498
|
-
.ui.table td
|
|
1499
|
-
.ui.table tr
|
|
1500
|
-
|
|
1501
|
-
box-shadow: -0.2em 0 0 0 #2185D0 inset;
|
|
2192
|
+
.ui.table td[class*="blue marked"].left,
|
|
2193
|
+
.ui.table tr[class*="blue marked"].left {
|
|
2194
|
+
box-shadow: 0.2em 0 0 0 #2185d0 inset;
|
|
1502
2195
|
}
|
|
1503
|
-
.ui.
|
|
1504
|
-
.ui.
|
|
1505
|
-
|
|
1506
|
-
box-shadow: 0.2em 0 0 0 #54C8FF inset;
|
|
2196
|
+
.ui.table td[class*="blue marked"].right,
|
|
2197
|
+
.ui.table tr[class*="blue marked"].right {
|
|
2198
|
+
box-shadow: -0.2em 0 0 0 #2185d0 inset;
|
|
1507
2199
|
}
|
|
1508
|
-
.ui.inverted.table td
|
|
1509
|
-
.ui.inverted.table tr
|
|
1510
|
-
|
|
1511
|
-
|
|
2200
|
+
.ui.inverted.table td[class*="blue marked"].left,
|
|
2201
|
+
.ui.inverted.table tr[class*="blue marked"].left {
|
|
2202
|
+
box-shadow: 0.2em 0 0 0 #54c8ff inset;
|
|
2203
|
+
}
|
|
2204
|
+
.ui.inverted.table td[class*="blue marked"].right,
|
|
2205
|
+
.ui.inverted.table tr[class*="blue marked"].right {
|
|
2206
|
+
box-shadow: -0.2em 0 0 0 #54c8ff inset;
|
|
1512
2207
|
}
|
|
1513
2208
|
.ui.violet.table {
|
|
1514
|
-
border-top: 0.2em solid #
|
|
2209
|
+
border-top: 0.2em solid #6435c9;
|
|
1515
2210
|
}
|
|
1516
2211
|
.ui.inverted.violet.table {
|
|
1517
|
-
background
|
|
1518
|
-
color: #
|
|
2212
|
+
background: #6435c9;
|
|
2213
|
+
color: #fff;
|
|
1519
2214
|
}
|
|
2215
|
+
|
|
2216
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2217
|
+
.ui.scrolling.table > thead.violet,
|
|
2218
|
+
.ui.scrolling.table > tfoot.violet {
|
|
2219
|
+
background: #ece9fe;
|
|
2220
|
+
color: #ece9fe;
|
|
2221
|
+
}
|
|
2222
|
+
.ui.scrolling.table > thead.violet > tr > th,
|
|
2223
|
+
.ui.scrolling.table > tfoot.violet > tr > th,
|
|
2224
|
+
.ui.scrolling.table > thead.violet > tr > td,
|
|
2225
|
+
.ui.scrolling.table > tfoot.violet > tr > td {
|
|
2226
|
+
background: inherit;
|
|
2227
|
+
color: #6435c9;
|
|
2228
|
+
}
|
|
2229
|
+
.ui.inverted.scrolling.table > thead.violet,
|
|
2230
|
+
.ui.inverted.scrolling.table > tfoot.violet {
|
|
2231
|
+
background: #6435c9;
|
|
2232
|
+
color: #6435c9;
|
|
2233
|
+
}
|
|
2234
|
+
.ui.inverted.scrolling.table > thead.violet > tr > th,
|
|
2235
|
+
.ui.inverted.scrolling.table > tfoot.violet > tr > th,
|
|
2236
|
+
.ui.inverted.scrolling.table > thead.violet > tr > td,
|
|
2237
|
+
.ui.inverted.scrolling.table > tfoot.violet > tr > td {
|
|
2238
|
+
background: inherit;
|
|
2239
|
+
color: #fff;
|
|
2240
|
+
}
|
|
2241
|
+
.ui.ui.ui.ui.table tr[class*="violet colored"],
|
|
2242
|
+
.ui.ui.table th[class*="violet colored"],
|
|
2243
|
+
.ui.ui.table td[class*="violet colored"],
|
|
1520
2244
|
.ui.ui.ui.ui.table tr.violet:not(.marked),
|
|
2245
|
+
.ui.ui.table th.violet:not(.marked),
|
|
1521
2246
|
.ui.ui.table td.violet:not(.marked) {
|
|
1522
2247
|
background: #ece9fe;
|
|
1523
|
-
color: #
|
|
1524
|
-
}
|
|
2248
|
+
color: #6435c9;
|
|
2249
|
+
}
|
|
2250
|
+
.ui.table > thead > tr[class*="violet colored"] > th,
|
|
2251
|
+
.ui.table > tfoot > tr[class*="violet colored"] > th,
|
|
2252
|
+
.ui.table > tfoot > tr[class*="violet colored"] > td,
|
|
2253
|
+
.ui.table > thead > tr.violet:not(.marked) > th,
|
|
2254
|
+
.ui.table > tfoot > tr.violet:not(.marked) > th,
|
|
2255
|
+
.ui.table > tfoot > tr.violet:not(.marked) > td {
|
|
2256
|
+
background: inherit;
|
|
2257
|
+
color: #6435c9;
|
|
2258
|
+
}
|
|
2259
|
+
.ui.ui.ui.ui.inverted.table tr[class*="violet colored"],
|
|
2260
|
+
.ui.ui.inverted.table th[class*="violet colored"],
|
|
2261
|
+
.ui.ui.inverted.table td[class*="violet colored"],
|
|
2262
|
+
.ui.ui.ui.ui.inverted.table tr.violet:not(.marked),
|
|
2263
|
+
.ui.ui.inverted.table th.violet:not(.marked),
|
|
2264
|
+
.ui.ui.inverted.table td.violet:not(.marked) {
|
|
2265
|
+
background: #6435c9;
|
|
2266
|
+
color: #fff;
|
|
2267
|
+
}
|
|
2268
|
+
.ui.inverted.table > thead > tr[class*="violet colored"] > th,
|
|
2269
|
+
.ui.inverted.table > tfoot > tr[class*="violet colored"] > th,
|
|
2270
|
+
.ui.inverted.table > tfoot > tr[class*="violet colored"] > td,
|
|
2271
|
+
.ui.inverted.table > thead > tr.violet:not(.marked) > th,
|
|
2272
|
+
.ui.inverted.table > tfoot > tr.violet:not(.marked) > th,
|
|
2273
|
+
.ui.inverted.table > tfoot > tr.violet:not(.marked) > td {
|
|
2274
|
+
background: inherit;
|
|
2275
|
+
color: #fff;
|
|
2276
|
+
}
|
|
2277
|
+
.ui.ui.selectable.table tr[class*="violet colored"]:hover,
|
|
2278
|
+
.ui.table tr td.selectable[class*="violet colored"]:hover,
|
|
2279
|
+
.ui.selectable.table tr:hover td[class*="violet colored"],
|
|
1525
2280
|
.ui.ui.selectable.table tr.violet:not(.marked):hover,
|
|
1526
2281
|
.ui.table tr td.selectable.violet:not(.marked):hover,
|
|
1527
2282
|
.ui.selectable.table tr:hover td.violet:not(.marked) {
|
|
1528
2283
|
background: #e3deff;
|
|
1529
|
-
color: #
|
|
2284
|
+
color: #6435c9;
|
|
2285
|
+
}
|
|
2286
|
+
.ui.ui.inverted.selectable.table tr[class*="violet colored"]:hover,
|
|
2287
|
+
.ui.inverted.table tr td.selectable[class*="violet colored"]:hover,
|
|
2288
|
+
.ui.inverted.selectable.table tr:hover td[class*="violet colored"],
|
|
2289
|
+
.ui.ui.inverted.selectable.table tr.violet:not(.marked):hover,
|
|
2290
|
+
.ui.inverted.table tr td.selectable.violet:not(.marked):hover,
|
|
2291
|
+
.ui.inverted.selectable.table tr:hover td.violet:not(.marked) {
|
|
2292
|
+
background: #745aff;
|
|
2293
|
+
color: #fff;
|
|
1530
2294
|
}
|
|
1531
|
-
.ui.table td
|
|
1532
|
-
.ui.table tr
|
|
1533
|
-
|
|
1534
|
-
box-shadow: 0.2em 0 0 0 #6435C9 inset;
|
|
2295
|
+
.ui.table td[class*="violet marked"].left,
|
|
2296
|
+
.ui.table tr[class*="violet marked"].left {
|
|
2297
|
+
box-shadow: 0.2em 0 0 0 #6435c9 inset;
|
|
1535
2298
|
}
|
|
1536
|
-
.ui.table td
|
|
1537
|
-
.ui.table tr
|
|
1538
|
-
|
|
1539
|
-
box-shadow: -0.2em 0 0 0 #6435C9 inset;
|
|
2299
|
+
.ui.table td[class*="violet marked"].right,
|
|
2300
|
+
.ui.table tr[class*="violet marked"].right {
|
|
2301
|
+
box-shadow: -0.2em 0 0 0 #6435c9 inset;
|
|
1540
2302
|
}
|
|
1541
|
-
.ui.inverted.table td
|
|
1542
|
-
.ui.inverted.table tr
|
|
1543
|
-
|
|
1544
|
-
box-shadow: 0.2em 0 0 0 #A291FB inset;
|
|
2303
|
+
.ui.inverted.table td[class*="violet marked"].left,
|
|
2304
|
+
.ui.inverted.table tr[class*="violet marked"].left {
|
|
2305
|
+
box-shadow: 0.2em 0 0 0 #a291fb inset;
|
|
1545
2306
|
}
|
|
1546
|
-
.ui.inverted.table td
|
|
1547
|
-
.ui.inverted.table tr
|
|
1548
|
-
|
|
1549
|
-
box-shadow: -0.2em 0 0 0 #A291FB inset;
|
|
2307
|
+
.ui.inverted.table td[class*="violet marked"].right,
|
|
2308
|
+
.ui.inverted.table tr[class*="violet marked"].right {
|
|
2309
|
+
box-shadow: -0.2em 0 0 0 #a291fb inset;
|
|
1550
2310
|
}
|
|
1551
2311
|
.ui.purple.table {
|
|
1552
|
-
border-top: 0.2em solid #
|
|
2312
|
+
border-top: 0.2em solid #a333c8;
|
|
1553
2313
|
}
|
|
1554
2314
|
.ui.inverted.purple.table {
|
|
1555
|
-
background
|
|
1556
|
-
color: #
|
|
2315
|
+
background: #a333c8;
|
|
2316
|
+
color: #fff;
|
|
1557
2317
|
}
|
|
2318
|
+
|
|
2319
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2320
|
+
.ui.scrolling.table > thead.purple,
|
|
2321
|
+
.ui.scrolling.table > tfoot.purple {
|
|
2322
|
+
background: #f8e3ff;
|
|
2323
|
+
color: #f8e3ff;
|
|
2324
|
+
}
|
|
2325
|
+
.ui.scrolling.table > thead.purple > tr > th,
|
|
2326
|
+
.ui.scrolling.table > tfoot.purple > tr > th,
|
|
2327
|
+
.ui.scrolling.table > thead.purple > tr > td,
|
|
2328
|
+
.ui.scrolling.table > tfoot.purple > tr > td {
|
|
2329
|
+
background: inherit;
|
|
2330
|
+
color: #a333c8;
|
|
2331
|
+
}
|
|
2332
|
+
.ui.inverted.scrolling.table > thead.purple,
|
|
2333
|
+
.ui.inverted.scrolling.table > tfoot.purple {
|
|
2334
|
+
background: #a333c8;
|
|
2335
|
+
color: #a333c8;
|
|
2336
|
+
}
|
|
2337
|
+
.ui.inverted.scrolling.table > thead.purple > tr > th,
|
|
2338
|
+
.ui.inverted.scrolling.table > tfoot.purple > tr > th,
|
|
2339
|
+
.ui.inverted.scrolling.table > thead.purple > tr > td,
|
|
2340
|
+
.ui.inverted.scrolling.table > tfoot.purple > tr > td {
|
|
2341
|
+
background: inherit;
|
|
2342
|
+
color: #fff;
|
|
2343
|
+
}
|
|
2344
|
+
.ui.ui.ui.ui.table tr[class*="purple colored"],
|
|
2345
|
+
.ui.ui.table th[class*="purple colored"],
|
|
2346
|
+
.ui.ui.table td[class*="purple colored"],
|
|
1558
2347
|
.ui.ui.ui.ui.table tr.purple:not(.marked),
|
|
2348
|
+
.ui.ui.table th.purple:not(.marked),
|
|
1559
2349
|
.ui.ui.table td.purple:not(.marked) {
|
|
1560
2350
|
background: #f8e3ff;
|
|
1561
|
-
color: #
|
|
1562
|
-
}
|
|
2351
|
+
color: #a333c8;
|
|
2352
|
+
}
|
|
2353
|
+
.ui.table > thead > tr[class*="purple colored"] > th,
|
|
2354
|
+
.ui.table > tfoot > tr[class*="purple colored"] > th,
|
|
2355
|
+
.ui.table > tfoot > tr[class*="purple colored"] > td,
|
|
2356
|
+
.ui.table > thead > tr.purple:not(.marked) > th,
|
|
2357
|
+
.ui.table > tfoot > tr.purple:not(.marked) > th,
|
|
2358
|
+
.ui.table > tfoot > tr.purple:not(.marked) > td {
|
|
2359
|
+
background: inherit;
|
|
2360
|
+
color: #a333c8;
|
|
2361
|
+
}
|
|
2362
|
+
.ui.ui.ui.ui.inverted.table tr[class*="purple colored"],
|
|
2363
|
+
.ui.ui.inverted.table th[class*="purple colored"],
|
|
2364
|
+
.ui.ui.inverted.table td[class*="purple colored"],
|
|
2365
|
+
.ui.ui.ui.ui.inverted.table tr.purple:not(.marked),
|
|
2366
|
+
.ui.ui.inverted.table th.purple:not(.marked),
|
|
2367
|
+
.ui.ui.inverted.table td.purple:not(.marked) {
|
|
2368
|
+
background: #a333c8;
|
|
2369
|
+
color: #fff;
|
|
2370
|
+
}
|
|
2371
|
+
.ui.inverted.table > thead > tr[class*="purple colored"] > th,
|
|
2372
|
+
.ui.inverted.table > tfoot > tr[class*="purple colored"] > th,
|
|
2373
|
+
.ui.inverted.table > tfoot > tr[class*="purple colored"] > td,
|
|
2374
|
+
.ui.inverted.table > thead > tr.purple:not(.marked) > th,
|
|
2375
|
+
.ui.inverted.table > tfoot > tr.purple:not(.marked) > th,
|
|
2376
|
+
.ui.inverted.table > tfoot > tr.purple:not(.marked) > td {
|
|
2377
|
+
background: inherit;
|
|
2378
|
+
color: #fff;
|
|
2379
|
+
}
|
|
2380
|
+
.ui.ui.selectable.table tr[class*="purple colored"]:hover,
|
|
2381
|
+
.ui.table tr td.selectable[class*="purple colored"]:hover,
|
|
2382
|
+
.ui.selectable.table tr:hover td[class*="purple colored"],
|
|
1563
2383
|
.ui.ui.selectable.table tr.purple:not(.marked):hover,
|
|
1564
2384
|
.ui.table tr td.selectable.purple:not(.marked):hover,
|
|
1565
2385
|
.ui.selectable.table tr:hover td.purple:not(.marked) {
|
|
1566
2386
|
background: #f5d9ff;
|
|
1567
|
-
color: #
|
|
2387
|
+
color: #a333c8;
|
|
2388
|
+
}
|
|
2389
|
+
.ui.ui.inverted.selectable.table tr[class*="purple colored"]:hover,
|
|
2390
|
+
.ui.inverted.table tr td.selectable[class*="purple colored"]:hover,
|
|
2391
|
+
.ui.inverted.selectable.table tr:hover td[class*="purple colored"],
|
|
2392
|
+
.ui.ui.inverted.selectable.table tr.purple:not(.marked):hover,
|
|
2393
|
+
.ui.inverted.table tr td.selectable.purple:not(.marked):hover,
|
|
2394
|
+
.ui.inverted.selectable.table tr:hover td.purple:not(.marked) {
|
|
2395
|
+
background: #cf40ff;
|
|
2396
|
+
color: #fff;
|
|
1568
2397
|
}
|
|
1569
|
-
.ui.table td
|
|
1570
|
-
.ui.table tr
|
|
1571
|
-
|
|
1572
|
-
box-shadow: 0.2em 0 0 0 #A333C8 inset;
|
|
2398
|
+
.ui.table td[class*="purple marked"].left,
|
|
2399
|
+
.ui.table tr[class*="purple marked"].left {
|
|
2400
|
+
box-shadow: 0.2em 0 0 0 #a333c8 inset;
|
|
1573
2401
|
}
|
|
1574
|
-
.ui.table td
|
|
1575
|
-
.ui.table tr
|
|
1576
|
-
|
|
1577
|
-
box-shadow: -0.2em 0 0 0 #A333C8 inset;
|
|
2402
|
+
.ui.table td[class*="purple marked"].right,
|
|
2403
|
+
.ui.table tr[class*="purple marked"].right {
|
|
2404
|
+
box-shadow: -0.2em 0 0 0 #a333c8 inset;
|
|
1578
2405
|
}
|
|
1579
|
-
.ui.inverted.table td
|
|
1580
|
-
.ui.inverted.table tr
|
|
1581
|
-
|
|
1582
|
-
box-shadow: 0.2em 0 0 0 #DC73FF inset;
|
|
2406
|
+
.ui.inverted.table td[class*="purple marked"].left,
|
|
2407
|
+
.ui.inverted.table tr[class*="purple marked"].left {
|
|
2408
|
+
box-shadow: 0.2em 0 0 0 #dc73ff inset;
|
|
1583
2409
|
}
|
|
1584
|
-
.ui.inverted.table td
|
|
1585
|
-
.ui.inverted.table tr
|
|
1586
|
-
|
|
1587
|
-
box-shadow: -0.2em 0 0 0 #DC73FF inset;
|
|
2410
|
+
.ui.inverted.table td[class*="purple marked"].right,
|
|
2411
|
+
.ui.inverted.table tr[class*="purple marked"].right {
|
|
2412
|
+
box-shadow: -0.2em 0 0 0 #dc73ff inset;
|
|
1588
2413
|
}
|
|
1589
2414
|
.ui.pink.table {
|
|
1590
|
-
border-top: 0.2em solid #
|
|
2415
|
+
border-top: 0.2em solid #e03997;
|
|
1591
2416
|
}
|
|
1592
2417
|
.ui.inverted.pink.table {
|
|
1593
|
-
background
|
|
1594
|
-
color: #
|
|
2418
|
+
background: #e03997;
|
|
2419
|
+
color: #fff;
|
|
1595
2420
|
}
|
|
2421
|
+
|
|
2422
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2423
|
+
.ui.scrolling.table > thead.pink,
|
|
2424
|
+
.ui.scrolling.table > tfoot.pink {
|
|
2425
|
+
background: #ffe8f9;
|
|
2426
|
+
color: #ffe8f9;
|
|
2427
|
+
}
|
|
2428
|
+
.ui.scrolling.table > thead.pink > tr > th,
|
|
2429
|
+
.ui.scrolling.table > tfoot.pink > tr > th,
|
|
2430
|
+
.ui.scrolling.table > thead.pink > tr > td,
|
|
2431
|
+
.ui.scrolling.table > tfoot.pink > tr > td {
|
|
2432
|
+
background: inherit;
|
|
2433
|
+
color: #e03997;
|
|
2434
|
+
}
|
|
2435
|
+
.ui.inverted.scrolling.table > thead.pink,
|
|
2436
|
+
.ui.inverted.scrolling.table > tfoot.pink {
|
|
2437
|
+
background: #e03997;
|
|
2438
|
+
color: #e03997;
|
|
2439
|
+
}
|
|
2440
|
+
.ui.inverted.scrolling.table > thead.pink > tr > th,
|
|
2441
|
+
.ui.inverted.scrolling.table > tfoot.pink > tr > th,
|
|
2442
|
+
.ui.inverted.scrolling.table > thead.pink > tr > td,
|
|
2443
|
+
.ui.inverted.scrolling.table > tfoot.pink > tr > td {
|
|
2444
|
+
background: inherit;
|
|
2445
|
+
color: #fff;
|
|
2446
|
+
}
|
|
2447
|
+
.ui.ui.ui.ui.table tr[class*="pink colored"],
|
|
2448
|
+
.ui.ui.table th[class*="pink colored"],
|
|
2449
|
+
.ui.ui.table td[class*="pink colored"],
|
|
1596
2450
|
.ui.ui.ui.ui.table tr.pink:not(.marked),
|
|
2451
|
+
.ui.ui.table th.pink:not(.marked),
|
|
1597
2452
|
.ui.ui.table td.pink:not(.marked) {
|
|
1598
2453
|
background: #ffe8f9;
|
|
1599
|
-
color: #
|
|
1600
|
-
}
|
|
2454
|
+
color: #e03997;
|
|
2455
|
+
}
|
|
2456
|
+
.ui.table > thead > tr[class*="pink colored"] > th,
|
|
2457
|
+
.ui.table > tfoot > tr[class*="pink colored"] > th,
|
|
2458
|
+
.ui.table > tfoot > tr[class*="pink colored"] > td,
|
|
2459
|
+
.ui.table > thead > tr.pink:not(.marked) > th,
|
|
2460
|
+
.ui.table > tfoot > tr.pink:not(.marked) > th,
|
|
2461
|
+
.ui.table > tfoot > tr.pink:not(.marked) > td {
|
|
2462
|
+
background: inherit;
|
|
2463
|
+
color: #e03997;
|
|
2464
|
+
}
|
|
2465
|
+
.ui.ui.ui.ui.inverted.table tr[class*="pink colored"],
|
|
2466
|
+
.ui.ui.inverted.table th[class*="pink colored"],
|
|
2467
|
+
.ui.ui.inverted.table td[class*="pink colored"],
|
|
2468
|
+
.ui.ui.ui.ui.inverted.table tr.pink:not(.marked),
|
|
2469
|
+
.ui.ui.inverted.table th.pink:not(.marked),
|
|
2470
|
+
.ui.ui.inverted.table td.pink:not(.marked) {
|
|
2471
|
+
background: #e03997;
|
|
2472
|
+
color: #fff;
|
|
2473
|
+
}
|
|
2474
|
+
.ui.inverted.table > thead > tr[class*="pink colored"] > th,
|
|
2475
|
+
.ui.inverted.table > tfoot > tr[class*="pink colored"] > th,
|
|
2476
|
+
.ui.inverted.table > tfoot > tr[class*="pink colored"] > td,
|
|
2477
|
+
.ui.inverted.table > thead > tr.pink:not(.marked) > th,
|
|
2478
|
+
.ui.inverted.table > tfoot > tr.pink:not(.marked) > th,
|
|
2479
|
+
.ui.inverted.table > tfoot > tr.pink:not(.marked) > td {
|
|
2480
|
+
background: inherit;
|
|
2481
|
+
color: #fff;
|
|
2482
|
+
}
|
|
2483
|
+
.ui.ui.selectable.table tr[class*="pink colored"]:hover,
|
|
2484
|
+
.ui.table tr td.selectable[class*="pink colored"]:hover,
|
|
2485
|
+
.ui.selectable.table tr:hover td[class*="pink colored"],
|
|
1601
2486
|
.ui.ui.selectable.table tr.pink:not(.marked):hover,
|
|
1602
2487
|
.ui.table tr td.selectable.pink:not(.marked):hover,
|
|
1603
2488
|
.ui.selectable.table tr:hover td.pink:not(.marked) {
|
|
1604
2489
|
background: #ffdef6;
|
|
1605
|
-
color: #
|
|
2490
|
+
color: #e03997;
|
|
2491
|
+
}
|
|
2492
|
+
.ui.ui.inverted.selectable.table tr[class*="pink colored"]:hover,
|
|
2493
|
+
.ui.inverted.table tr td.selectable[class*="pink colored"]:hover,
|
|
2494
|
+
.ui.inverted.selectable.table tr:hover td[class*="pink colored"],
|
|
2495
|
+
.ui.ui.inverted.selectable.table tr.pink:not(.marked):hover,
|
|
2496
|
+
.ui.inverted.table tr td.selectable.pink:not(.marked):hover,
|
|
2497
|
+
.ui.inverted.selectable.table tr:hover td.pink:not(.marked) {
|
|
2498
|
+
background: #ff5bd1;
|
|
2499
|
+
color: #fff;
|
|
1606
2500
|
}
|
|
1607
|
-
.ui.table td
|
|
1608
|
-
.ui.table tr
|
|
1609
|
-
|
|
1610
|
-
box-shadow: 0.2em 0 0 0 #E03997 inset;
|
|
2501
|
+
.ui.table td[class*="pink marked"].left,
|
|
2502
|
+
.ui.table tr[class*="pink marked"].left {
|
|
2503
|
+
box-shadow: 0.2em 0 0 0 #e03997 inset;
|
|
1611
2504
|
}
|
|
1612
|
-
.ui.table td
|
|
1613
|
-
.ui.table tr
|
|
1614
|
-
|
|
1615
|
-
box-shadow: -0.2em 0 0 0 #E03997 inset;
|
|
2505
|
+
.ui.table td[class*="pink marked"].right,
|
|
2506
|
+
.ui.table tr[class*="pink marked"].right {
|
|
2507
|
+
box-shadow: -0.2em 0 0 0 #e03997 inset;
|
|
1616
2508
|
}
|
|
1617
|
-
.ui.inverted.table td
|
|
1618
|
-
.ui.inverted.table tr
|
|
1619
|
-
|
|
1620
|
-
box-shadow: 0.2em 0 0 0 #FF8EDF inset;
|
|
2509
|
+
.ui.inverted.table td[class*="pink marked"].left,
|
|
2510
|
+
.ui.inverted.table tr[class*="pink marked"].left {
|
|
2511
|
+
box-shadow: 0.2em 0 0 0 #ff8edf inset;
|
|
1621
2512
|
}
|
|
1622
|
-
.ui.inverted.table td
|
|
1623
|
-
.ui.inverted.table tr
|
|
1624
|
-
|
|
1625
|
-
box-shadow: -0.2em 0 0 0 #FF8EDF inset;
|
|
2513
|
+
.ui.inverted.table td[class*="pink marked"].right,
|
|
2514
|
+
.ui.inverted.table tr[class*="pink marked"].right {
|
|
2515
|
+
box-shadow: -0.2em 0 0 0 #ff8edf inset;
|
|
1626
2516
|
}
|
|
1627
2517
|
.ui.brown.table {
|
|
1628
|
-
border-top: 0.2em solid #
|
|
2518
|
+
border-top: 0.2em solid #a5673f;
|
|
1629
2519
|
}
|
|
1630
2520
|
.ui.inverted.brown.table {
|
|
1631
|
-
background
|
|
1632
|
-
color: #
|
|
2521
|
+
background: #a5673f;
|
|
2522
|
+
color: #fff;
|
|
1633
2523
|
}
|
|
2524
|
+
|
|
2525
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2526
|
+
.ui.scrolling.table > thead.brown,
|
|
2527
|
+
.ui.scrolling.table > tfoot.brown {
|
|
2528
|
+
background: #f7e5d2;
|
|
2529
|
+
color: #f7e5d2;
|
|
2530
|
+
}
|
|
2531
|
+
.ui.scrolling.table > thead.brown > tr > th,
|
|
2532
|
+
.ui.scrolling.table > tfoot.brown > tr > th,
|
|
2533
|
+
.ui.scrolling.table > thead.brown > tr > td,
|
|
2534
|
+
.ui.scrolling.table > tfoot.brown > tr > td {
|
|
2535
|
+
background: inherit;
|
|
2536
|
+
color: #a5673f;
|
|
2537
|
+
}
|
|
2538
|
+
.ui.inverted.scrolling.table > thead.brown,
|
|
2539
|
+
.ui.inverted.scrolling.table > tfoot.brown {
|
|
2540
|
+
background: #a5673f;
|
|
2541
|
+
color: #a5673f;
|
|
2542
|
+
}
|
|
2543
|
+
.ui.inverted.scrolling.table > thead.brown > tr > th,
|
|
2544
|
+
.ui.inverted.scrolling.table > tfoot.brown > tr > th,
|
|
2545
|
+
.ui.inverted.scrolling.table > thead.brown > tr > td,
|
|
2546
|
+
.ui.inverted.scrolling.table > tfoot.brown > tr > td {
|
|
2547
|
+
background: inherit;
|
|
2548
|
+
color: #fff;
|
|
2549
|
+
}
|
|
2550
|
+
.ui.ui.ui.ui.table tr[class*="brown colored"],
|
|
2551
|
+
.ui.ui.table th[class*="brown colored"],
|
|
2552
|
+
.ui.ui.table td[class*="brown colored"],
|
|
1634
2553
|
.ui.ui.ui.ui.table tr.brown:not(.marked),
|
|
2554
|
+
.ui.ui.table th.brown:not(.marked),
|
|
1635
2555
|
.ui.ui.table td.brown:not(.marked) {
|
|
1636
2556
|
background: #f7e5d2;
|
|
1637
|
-
color: #
|
|
1638
|
-
}
|
|
2557
|
+
color: #a5673f;
|
|
2558
|
+
}
|
|
2559
|
+
.ui.table > thead > tr[class*="brown colored"] > th,
|
|
2560
|
+
.ui.table > tfoot > tr[class*="brown colored"] > th,
|
|
2561
|
+
.ui.table > tfoot > tr[class*="brown colored"] > td,
|
|
2562
|
+
.ui.table > thead > tr.brown:not(.marked) > th,
|
|
2563
|
+
.ui.table > tfoot > tr.brown:not(.marked) > th,
|
|
2564
|
+
.ui.table > tfoot > tr.brown:not(.marked) > td {
|
|
2565
|
+
background: inherit;
|
|
2566
|
+
color: #a5673f;
|
|
2567
|
+
}
|
|
2568
|
+
.ui.ui.ui.ui.inverted.table tr[class*="brown colored"],
|
|
2569
|
+
.ui.ui.inverted.table th[class*="brown colored"],
|
|
2570
|
+
.ui.ui.inverted.table td[class*="brown colored"],
|
|
2571
|
+
.ui.ui.ui.ui.inverted.table tr.brown:not(.marked),
|
|
2572
|
+
.ui.ui.inverted.table th.brown:not(.marked),
|
|
2573
|
+
.ui.ui.inverted.table td.brown:not(.marked) {
|
|
2574
|
+
background: #a5673f;
|
|
2575
|
+
color: #fff;
|
|
2576
|
+
}
|
|
2577
|
+
.ui.inverted.table > thead > tr[class*="brown colored"] > th,
|
|
2578
|
+
.ui.inverted.table > tfoot > tr[class*="brown colored"] > th,
|
|
2579
|
+
.ui.inverted.table > tfoot > tr[class*="brown colored"] > td,
|
|
2580
|
+
.ui.inverted.table > thead > tr.brown:not(.marked) > th,
|
|
2581
|
+
.ui.inverted.table > tfoot > tr.brown:not(.marked) > th,
|
|
2582
|
+
.ui.inverted.table > tfoot > tr.brown:not(.marked) > td {
|
|
2583
|
+
background: inherit;
|
|
2584
|
+
color: #fff;
|
|
2585
|
+
}
|
|
2586
|
+
.ui.ui.selectable.table tr[class*="brown colored"]:hover,
|
|
2587
|
+
.ui.table tr td.selectable[class*="brown colored"]:hover,
|
|
2588
|
+
.ui.selectable.table tr:hover td[class*="brown colored"],
|
|
1639
2589
|
.ui.ui.selectable.table tr.brown:not(.marked):hover,
|
|
1640
2590
|
.ui.table tr td.selectable.brown:not(.marked):hover,
|
|
1641
2591
|
.ui.selectable.table tr:hover td.brown:not(.marked) {
|
|
1642
2592
|
background: #efe0cf;
|
|
1643
|
-
color: #
|
|
2593
|
+
color: #a5673f;
|
|
2594
|
+
}
|
|
2595
|
+
.ui.ui.inverted.selectable.table tr[class*="brown colored"]:hover,
|
|
2596
|
+
.ui.inverted.table tr td.selectable[class*="brown colored"]:hover,
|
|
2597
|
+
.ui.inverted.selectable.table tr:hover td[class*="brown colored"],
|
|
2598
|
+
.ui.ui.inverted.selectable.table tr.brown:not(.marked):hover,
|
|
2599
|
+
.ui.inverted.table tr td.selectable.brown:not(.marked):hover,
|
|
2600
|
+
.ui.inverted.selectable.table tr:hover td.brown:not(.marked) {
|
|
2601
|
+
background: #b0620f;
|
|
2602
|
+
color: #fff;
|
|
1644
2603
|
}
|
|
1645
|
-
.ui.table td
|
|
1646
|
-
.ui.table tr
|
|
1647
|
-
|
|
1648
|
-
box-shadow: 0.2em 0 0 0 #A5673F inset;
|
|
2604
|
+
.ui.table td[class*="brown marked"].left,
|
|
2605
|
+
.ui.table tr[class*="brown marked"].left {
|
|
2606
|
+
box-shadow: 0.2em 0 0 0 #a5673f inset;
|
|
1649
2607
|
}
|
|
1650
|
-
.ui.table td
|
|
1651
|
-
.ui.table tr
|
|
1652
|
-
|
|
1653
|
-
box-shadow: -0.2em 0 0 0 #A5673F inset;
|
|
2608
|
+
.ui.table td[class*="brown marked"].right,
|
|
2609
|
+
.ui.table tr[class*="brown marked"].right {
|
|
2610
|
+
box-shadow: -0.2em 0 0 0 #a5673f inset;
|
|
1654
2611
|
}
|
|
1655
|
-
.ui.inverted.table td
|
|
1656
|
-
.ui.inverted.table tr
|
|
1657
|
-
|
|
1658
|
-
box-shadow: 0.2em 0 0 0 #D67C1C inset;
|
|
2612
|
+
.ui.inverted.table td[class*="brown marked"].left,
|
|
2613
|
+
.ui.inverted.table tr[class*="brown marked"].left {
|
|
2614
|
+
box-shadow: 0.2em 0 0 0 #d67c1c inset;
|
|
1659
2615
|
}
|
|
1660
|
-
.ui.inverted.table td
|
|
1661
|
-
.ui.inverted.table tr
|
|
1662
|
-
|
|
1663
|
-
box-shadow: -0.2em 0 0 0 #D67C1C inset;
|
|
2616
|
+
.ui.inverted.table td[class*="brown marked"].right,
|
|
2617
|
+
.ui.inverted.table tr[class*="brown marked"].right {
|
|
2618
|
+
box-shadow: -0.2em 0 0 0 #d67c1c inset;
|
|
1664
2619
|
}
|
|
1665
2620
|
.ui.grey.table {
|
|
1666
2621
|
border-top: 0.2em solid #767676;
|
|
1667
2622
|
}
|
|
1668
2623
|
.ui.inverted.grey.table {
|
|
1669
|
-
background
|
|
1670
|
-
color: #
|
|
2624
|
+
background: #767676;
|
|
2625
|
+
color: #fff;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2629
|
+
.ui.scrolling.table > thead.grey,
|
|
2630
|
+
.ui.scrolling.table > tfoot.grey {
|
|
2631
|
+
background: #dcddde;
|
|
2632
|
+
color: #dcddde;
|
|
2633
|
+
}
|
|
2634
|
+
.ui.scrolling.table > thead.grey > tr > th,
|
|
2635
|
+
.ui.scrolling.table > tfoot.grey > tr > th,
|
|
2636
|
+
.ui.scrolling.table > thead.grey > tr > td,
|
|
2637
|
+
.ui.scrolling.table > tfoot.grey > tr > td {
|
|
2638
|
+
background: inherit;
|
|
2639
|
+
color: #767676;
|
|
2640
|
+
}
|
|
2641
|
+
.ui.inverted.scrolling.table > thead.grey,
|
|
2642
|
+
.ui.inverted.scrolling.table > tfoot.grey {
|
|
2643
|
+
background: #767676;
|
|
2644
|
+
color: #767676;
|
|
2645
|
+
}
|
|
2646
|
+
.ui.inverted.scrolling.table > thead.grey > tr > th,
|
|
2647
|
+
.ui.inverted.scrolling.table > tfoot.grey > tr > th,
|
|
2648
|
+
.ui.inverted.scrolling.table > thead.grey > tr > td,
|
|
2649
|
+
.ui.inverted.scrolling.table > tfoot.grey > tr > td {
|
|
2650
|
+
background: inherit;
|
|
2651
|
+
color: #fff;
|
|
1671
2652
|
}
|
|
2653
|
+
.ui.ui.ui.ui.table tr[class*="grey colored"],
|
|
2654
|
+
.ui.ui.table th[class*="grey colored"],
|
|
2655
|
+
.ui.ui.table td[class*="grey colored"],
|
|
1672
2656
|
.ui.ui.ui.ui.table tr.grey:not(.marked),
|
|
2657
|
+
.ui.ui.table th.grey:not(.marked),
|
|
1673
2658
|
.ui.ui.table td.grey:not(.marked) {
|
|
1674
|
-
background: #
|
|
2659
|
+
background: #dcddde;
|
|
2660
|
+
color: #767676;
|
|
2661
|
+
}
|
|
2662
|
+
.ui.table > thead > tr[class*="grey colored"] > th,
|
|
2663
|
+
.ui.table > tfoot > tr[class*="grey colored"] > th,
|
|
2664
|
+
.ui.table > tfoot > tr[class*="grey colored"] > td,
|
|
2665
|
+
.ui.table > thead > tr.grey:not(.marked) > th,
|
|
2666
|
+
.ui.table > tfoot > tr.grey:not(.marked) > th,
|
|
2667
|
+
.ui.table > tfoot > tr.grey:not(.marked) > td {
|
|
2668
|
+
background: inherit;
|
|
1675
2669
|
color: #767676;
|
|
1676
2670
|
}
|
|
2671
|
+
.ui.ui.ui.ui.inverted.table tr[class*="grey colored"],
|
|
2672
|
+
.ui.ui.inverted.table th[class*="grey colored"],
|
|
2673
|
+
.ui.ui.inverted.table td[class*="grey colored"],
|
|
2674
|
+
.ui.ui.ui.ui.inverted.table tr.grey:not(.marked),
|
|
2675
|
+
.ui.ui.inverted.table th.grey:not(.marked),
|
|
2676
|
+
.ui.ui.inverted.table td.grey:not(.marked) {
|
|
2677
|
+
background: #767676;
|
|
2678
|
+
color: #fff;
|
|
2679
|
+
}
|
|
2680
|
+
.ui.inverted.table > thead > tr[class*="grey colored"] > th,
|
|
2681
|
+
.ui.inverted.table > tfoot > tr[class*="grey colored"] > th,
|
|
2682
|
+
.ui.inverted.table > tfoot > tr[class*="grey colored"] > td,
|
|
2683
|
+
.ui.inverted.table > thead > tr.grey:not(.marked) > th,
|
|
2684
|
+
.ui.inverted.table > tfoot > tr.grey:not(.marked) > th,
|
|
2685
|
+
.ui.inverted.table > tfoot > tr.grey:not(.marked) > td {
|
|
2686
|
+
background: inherit;
|
|
2687
|
+
color: #fff;
|
|
2688
|
+
}
|
|
2689
|
+
.ui.ui.selectable.table tr[class*="grey colored"]:hover,
|
|
2690
|
+
.ui.table tr td.selectable[class*="grey colored"]:hover,
|
|
2691
|
+
.ui.selectable.table tr:hover td[class*="grey colored"],
|
|
1677
2692
|
.ui.ui.selectable.table tr.grey:not(.marked):hover,
|
|
1678
2693
|
.ui.table tr td.selectable.grey:not(.marked):hover,
|
|
1679
2694
|
.ui.selectable.table tr:hover td.grey:not(.marked) {
|
|
1680
2695
|
background: #c2c4c5;
|
|
1681
2696
|
color: #767676;
|
|
1682
2697
|
}
|
|
1683
|
-
.ui.table
|
|
1684
|
-
.ui.table tr.
|
|
1685
|
-
|
|
1686
|
-
|
|
2698
|
+
.ui.ui.inverted.selectable.table tr[class*="grey colored"]:hover,
|
|
2699
|
+
.ui.inverted.table tr td.selectable[class*="grey colored"]:hover,
|
|
2700
|
+
.ui.inverted.selectable.table tr:hover td[class*="grey colored"],
|
|
2701
|
+
.ui.ui.inverted.selectable.table tr.grey:not(.marked):hover,
|
|
2702
|
+
.ui.inverted.table tr td.selectable.grey:not(.marked):hover,
|
|
2703
|
+
.ui.inverted.selectable.table tr:hover td.grey:not(.marked) {
|
|
2704
|
+
background: #c2c4c5;
|
|
2705
|
+
color: #fff;
|
|
2706
|
+
}
|
|
2707
|
+
.ui.table td[class*="grey marked"].left,
|
|
2708
|
+
.ui.table tr[class*="grey marked"].left {
|
|
2709
|
+
box-shadow: 0.2em 0 0 0 #767676 inset;
|
|
1687
2710
|
}
|
|
1688
|
-
.ui.table td
|
|
1689
|
-
.ui.table tr
|
|
1690
|
-
|
|
1691
|
-
box-shadow: -0.2em 0 0 0 #767676 inset;
|
|
2711
|
+
.ui.table td[class*="grey marked"].right,
|
|
2712
|
+
.ui.table tr[class*="grey marked"].right {
|
|
2713
|
+
box-shadow: -0.2em 0 0 0 #767676 inset;
|
|
1692
2714
|
}
|
|
1693
|
-
.ui.inverted.table td
|
|
1694
|
-
.ui.inverted.table tr
|
|
1695
|
-
|
|
1696
|
-
box-shadow: 0.2em 0 0 0 #DCDDDE inset;
|
|
2715
|
+
.ui.inverted.table td[class*="grey marked"].left,
|
|
2716
|
+
.ui.inverted.table tr[class*="grey marked"].left {
|
|
2717
|
+
box-shadow: 0.2em 0 0 0 #dcddde inset;
|
|
1697
2718
|
}
|
|
1698
|
-
.ui.inverted.table td
|
|
1699
|
-
.ui.inverted.table tr
|
|
1700
|
-
|
|
1701
|
-
box-shadow: -0.2em 0 0 0 #DCDDDE inset;
|
|
2719
|
+
.ui.inverted.table td[class*="grey marked"].right,
|
|
2720
|
+
.ui.inverted.table tr[class*="grey marked"].right {
|
|
2721
|
+
box-shadow: -0.2em 0 0 0 #dcddde inset;
|
|
1702
2722
|
}
|
|
1703
2723
|
.ui.black.table {
|
|
1704
|
-
border-top: 0.2em solid #
|
|
2724
|
+
border-top: 0.2em solid #1b1c1d;
|
|
1705
2725
|
}
|
|
1706
2726
|
.ui.inverted.black.table {
|
|
1707
|
-
background
|
|
1708
|
-
color: #
|
|
2727
|
+
background: #1b1c1d;
|
|
2728
|
+
color: #fff;
|
|
1709
2729
|
}
|
|
2730
|
+
|
|
2731
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2732
|
+
.ui.scrolling.table > thead.black,
|
|
2733
|
+
.ui.scrolling.table > tfoot.black {
|
|
2734
|
+
background: #545454;
|
|
2735
|
+
color: #545454;
|
|
2736
|
+
}
|
|
2737
|
+
.ui.scrolling.table > thead.black > tr > th,
|
|
2738
|
+
.ui.scrolling.table > tfoot.black > tr > th,
|
|
2739
|
+
.ui.scrolling.table > thead.black > tr > td,
|
|
2740
|
+
.ui.scrolling.table > tfoot.black > tr > td {
|
|
2741
|
+
background: inherit;
|
|
2742
|
+
color: #fff;
|
|
2743
|
+
}
|
|
2744
|
+
.ui.inverted.scrolling.table > thead.black,
|
|
2745
|
+
.ui.inverted.scrolling.table > tfoot.black {
|
|
2746
|
+
background: #1b1c1d;
|
|
2747
|
+
color: #1b1c1d;
|
|
2748
|
+
}
|
|
2749
|
+
.ui.inverted.scrolling.table > thead.black > tr > th,
|
|
2750
|
+
.ui.inverted.scrolling.table > tfoot.black > tr > th,
|
|
2751
|
+
.ui.inverted.scrolling.table > thead.black > tr > td,
|
|
2752
|
+
.ui.inverted.scrolling.table > tfoot.black > tr > td {
|
|
2753
|
+
background: inherit;
|
|
2754
|
+
color: #fff;
|
|
2755
|
+
}
|
|
2756
|
+
.ui.ui.ui.ui.table tr[class*="black colored"],
|
|
2757
|
+
.ui.ui.table th[class*="black colored"],
|
|
2758
|
+
.ui.ui.table td[class*="black colored"],
|
|
1710
2759
|
.ui.ui.ui.ui.table tr.black:not(.marked),
|
|
2760
|
+
.ui.ui.table th.black:not(.marked),
|
|
1711
2761
|
.ui.ui.table td.black:not(.marked) {
|
|
1712
2762
|
background: #545454;
|
|
1713
|
-
color: #
|
|
1714
|
-
}
|
|
2763
|
+
color: #fff;
|
|
2764
|
+
}
|
|
2765
|
+
.ui.table > thead > tr[class*="black colored"] > th,
|
|
2766
|
+
.ui.table > tfoot > tr[class*="black colored"] > th,
|
|
2767
|
+
.ui.table > tfoot > tr[class*="black colored"] > td,
|
|
2768
|
+
.ui.table > thead > tr.black:not(.marked) > th,
|
|
2769
|
+
.ui.table > tfoot > tr.black:not(.marked) > th,
|
|
2770
|
+
.ui.table > tfoot > tr.black:not(.marked) > td {
|
|
2771
|
+
background: inherit;
|
|
2772
|
+
color: #fff;
|
|
2773
|
+
}
|
|
2774
|
+
.ui.ui.ui.ui.inverted.table tr[class*="black colored"],
|
|
2775
|
+
.ui.ui.inverted.table th[class*="black colored"],
|
|
2776
|
+
.ui.ui.inverted.table td[class*="black colored"],
|
|
2777
|
+
.ui.ui.ui.ui.inverted.table tr.black:not(.marked),
|
|
2778
|
+
.ui.ui.inverted.table th.black:not(.marked),
|
|
2779
|
+
.ui.ui.inverted.table td.black:not(.marked) {
|
|
2780
|
+
background: #1b1c1d;
|
|
2781
|
+
color: #fff;
|
|
2782
|
+
}
|
|
2783
|
+
.ui.inverted.table > thead > tr[class*="black colored"] > th,
|
|
2784
|
+
.ui.inverted.table > tfoot > tr[class*="black colored"] > th,
|
|
2785
|
+
.ui.inverted.table > tfoot > tr[class*="black colored"] > td,
|
|
2786
|
+
.ui.inverted.table > thead > tr.black:not(.marked) > th,
|
|
2787
|
+
.ui.inverted.table > tfoot > tr.black:not(.marked) > th,
|
|
2788
|
+
.ui.inverted.table > tfoot > tr.black:not(.marked) > td {
|
|
2789
|
+
background: inherit;
|
|
2790
|
+
color: #fff;
|
|
2791
|
+
}
|
|
2792
|
+
.ui.ui.selectable.table tr[class*="black colored"]:hover,
|
|
2793
|
+
.ui.table tr td.selectable[class*="black colored"]:hover,
|
|
2794
|
+
.ui.selectable.table tr:hover td[class*="black colored"],
|
|
1715
2795
|
.ui.ui.selectable.table tr.black:not(.marked):hover,
|
|
1716
2796
|
.ui.table tr td.selectable.black:not(.marked):hover,
|
|
1717
2797
|
.ui.selectable.table tr:hover td.black:not(.marked) {
|
|
1718
2798
|
background: #000000;
|
|
1719
|
-
color: #
|
|
2799
|
+
color: #fff;
|
|
2800
|
+
}
|
|
2801
|
+
.ui.ui.inverted.selectable.table tr[class*="black colored"]:hover,
|
|
2802
|
+
.ui.inverted.table tr td.selectable[class*="black colored"]:hover,
|
|
2803
|
+
.ui.inverted.selectable.table tr:hover td[class*="black colored"],
|
|
2804
|
+
.ui.ui.inverted.selectable.table tr.black:not(.marked):hover,
|
|
2805
|
+
.ui.inverted.table tr td.selectable.black:not(.marked):hover,
|
|
2806
|
+
.ui.inverted.selectable.table tr:hover td.black:not(.marked) {
|
|
2807
|
+
background: #000000;
|
|
2808
|
+
color: #1b1c1d;
|
|
1720
2809
|
}
|
|
1721
|
-
.ui.table td
|
|
1722
|
-
.ui.table tr
|
|
1723
|
-
|
|
1724
|
-
box-shadow: 0.2em 0 0 0 #1B1C1D inset;
|
|
2810
|
+
.ui.table td[class*="black marked"].left,
|
|
2811
|
+
.ui.table tr[class*="black marked"].left {
|
|
2812
|
+
box-shadow: 0.2em 0 0 0 #1b1c1d inset;
|
|
1725
2813
|
}
|
|
1726
|
-
.ui.table td
|
|
1727
|
-
.ui.table tr
|
|
1728
|
-
|
|
1729
|
-
box-shadow: -0.2em 0 0 0 #1B1C1D inset;
|
|
2814
|
+
.ui.table td[class*="black marked"].right,
|
|
2815
|
+
.ui.table tr[class*="black marked"].right {
|
|
2816
|
+
box-shadow: -0.2em 0 0 0 #1b1c1d inset;
|
|
1730
2817
|
}
|
|
1731
|
-
.ui.inverted.table td
|
|
1732
|
-
.ui.inverted.table tr
|
|
1733
|
-
|
|
1734
|
-
box-shadow: 0.2em 0 0 0 #545454 inset;
|
|
2818
|
+
.ui.inverted.table td[class*="black marked"].left,
|
|
2819
|
+
.ui.inverted.table tr[class*="black marked"].left {
|
|
2820
|
+
box-shadow: 0.2em 0 0 0 #545454 inset;
|
|
1735
2821
|
}
|
|
1736
|
-
.ui.inverted.table td
|
|
1737
|
-
.ui.inverted.table tr
|
|
1738
|
-
|
|
1739
|
-
box-shadow: -0.2em 0 0 0 #545454 inset;
|
|
2822
|
+
.ui.inverted.table td[class*="black marked"].right,
|
|
2823
|
+
.ui.inverted.table tr[class*="black marked"].right {
|
|
2824
|
+
box-shadow: -0.2em 0 0 0 #545454 inset;
|
|
1740
2825
|
}
|
|
1741
2826
|
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
2827
|
+
/* --------------
|
|
2828
|
+
Column Count
|
|
2829
|
+
--------------- */
|
|
1746
2830
|
|
|
1747
2831
|
/* Grid Based */
|
|
1748
2832
|
.ui.one.column.table td {
|
|
@@ -1860,43 +2944,40 @@
|
|
|
1860
2944
|
width: 100%;
|
|
1861
2945
|
}
|
|
1862
2946
|
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
2947
|
+
/* --------------
|
|
2948
|
+
Sortable
|
|
2949
|
+
--------------- */
|
|
1867
2950
|
.ui.sortable.table > thead > tr > th {
|
|
1868
2951
|
cursor: pointer;
|
|
1869
2952
|
white-space: nowrap;
|
|
1870
|
-
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
1871
2953
|
color: rgba(0, 0, 0, 0.87);
|
|
1872
2954
|
}
|
|
1873
|
-
.ui.sortable.table > thead > tr > th:first-child {
|
|
1874
|
-
border-left:
|
|
2955
|
+
.ui.celled.sortable.table > thead > tr > th:not(:first-child) {
|
|
2956
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
1875
2957
|
}
|
|
1876
2958
|
.ui.sortable.table thead th.sorted,
|
|
1877
2959
|
.ui.sortable.table thead th.sorted:hover {
|
|
1878
2960
|
-webkit-user-select: none;
|
|
1879
|
-
-moz-user-select: none;
|
|
1880
2961
|
-ms-user-select: none;
|
|
1881
2962
|
user-select: none;
|
|
1882
2963
|
}
|
|
1883
|
-
.ui.sortable.table > thead > tr > th
|
|
2964
|
+
.ui.sortable.table > thead > tr > th::after {
|
|
1884
2965
|
display: none;
|
|
1885
2966
|
font-style: normal;
|
|
1886
2967
|
font-weight: normal;
|
|
1887
2968
|
text-decoration: inherit;
|
|
1888
|
-
content:
|
|
2969
|
+
content: "";
|
|
1889
2970
|
height: 1em;
|
|
1890
2971
|
width: auto;
|
|
1891
2972
|
opacity: 0.8;
|
|
1892
2973
|
margin: 0 0 0 0.5em;
|
|
1893
|
-
font-family:
|
|
2974
|
+
font-family: "Icons";
|
|
1894
2975
|
}
|
|
1895
|
-
.ui.sortable.table thead th.ascending
|
|
1896
|
-
content:
|
|
2976
|
+
.ui.sortable.table thead th.ascending::after {
|
|
2977
|
+
content: "\f0d8";
|
|
1897
2978
|
}
|
|
1898
|
-
.ui.sortable.table thead th.descending
|
|
1899
|
-
content:
|
|
2979
|
+
.ui.sortable.table thead th.descending::after {
|
|
2980
|
+
content: "\f0d7";
|
|
1900
2981
|
}
|
|
1901
2982
|
|
|
1902
2983
|
/* Hover */
|
|
@@ -1918,7 +2999,7 @@
|
|
|
1918
2999
|
.ui.sortable.table:not(.basic) thead th.sorted {
|
|
1919
3000
|
background: rgba(0, 0, 0, 0.05);
|
|
1920
3001
|
}
|
|
1921
|
-
.ui.sortable.table thead th.sorted
|
|
3002
|
+
.ui.sortable.table thead th.sorted::after {
|
|
1922
3003
|
display: inline-block;
|
|
1923
3004
|
}
|
|
1924
3005
|
|
|
@@ -1935,16 +3016,12 @@
|
|
|
1935
3016
|
color: #ffffff;
|
|
1936
3017
|
}
|
|
1937
3018
|
.ui.inverted.sortable.table:not(.basic) thead th.sorted {
|
|
1938
|
-
background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
|
|
1939
|
-
background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
1940
3019
|
background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
1941
3020
|
}
|
|
1942
3021
|
.ui.inverted.sortable.table > thead > tr > th:hover {
|
|
1943
3022
|
color: #ffffff;
|
|
1944
3023
|
}
|
|
1945
3024
|
.ui.inverted.sortable.table:not(.basic) > thead > tr > th:hover {
|
|
1946
|
-
background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
|
|
1947
|
-
background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
1948
3025
|
background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
1949
3026
|
}
|
|
1950
3027
|
.ui.inverted.sortable.table:not(.basic) > thead > tr > th {
|
|
@@ -1952,39 +3029,42 @@
|
|
|
1952
3029
|
border-right-color: transparent;
|
|
1953
3030
|
}
|
|
1954
3031
|
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
3032
|
+
/* --------------
|
|
3033
|
+
Inverted
|
|
3034
|
+
--------------- */
|
|
1959
3035
|
|
|
1960
3036
|
/* Text Color */
|
|
1961
3037
|
.ui.inverted.table {
|
|
1962
|
-
background: #
|
|
3038
|
+
background: #333;
|
|
1963
3039
|
color: rgba(255, 255, 255, 0.9);
|
|
1964
3040
|
border: none;
|
|
1965
3041
|
}
|
|
1966
3042
|
.ui.ui.inverted.table > thead > tr > th,
|
|
1967
3043
|
.ui.ui.inverted.table > tbody > tr > th,
|
|
1968
|
-
.ui.ui.inverted.table > tfoot > tr > th,
|
|
1969
|
-
.ui.ui.inverted.table > tfoot > tr > td,
|
|
1970
3044
|
.ui.ui.inverted.table > tr > th {
|
|
1971
3045
|
background-color: rgba(0, 0, 0, 0.15);
|
|
1972
3046
|
border-color: rgba(255, 255, 255, 0.1);
|
|
1973
3047
|
color: rgba(255, 255, 255, 0.9);
|
|
1974
3048
|
}
|
|
3049
|
+
.ui.ui.inverted.table > tfoot > tr > th,
|
|
3050
|
+
.ui.ui.inverted.table > tfoot > tr > td {
|
|
3051
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
3052
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
3053
|
+
color: rgba(255, 255, 255, 0.9);
|
|
3054
|
+
}
|
|
1975
3055
|
.ui.inverted.table > tbody > tr > td,
|
|
1976
3056
|
.ui.inverted.table > tfoot > tr > td,
|
|
1977
3057
|
.ui.inverted.table > tr > td {
|
|
1978
3058
|
border-color: rgba(255, 255, 255, 0.1);
|
|
1979
3059
|
}
|
|
1980
|
-
.ui.inverted.table tr.disabled td,
|
|
1981
|
-
.ui.inverted.table tr td.disabled,
|
|
3060
|
+
.ui.ui.ui.inverted.table tr.disabled td,
|
|
3061
|
+
.ui.ui.ui.inverted.table tr td.disabled,
|
|
1982
3062
|
.ui.inverted.table tr.disabled:hover td,
|
|
1983
3063
|
.ui.inverted.table tr:hover td.disabled {
|
|
1984
3064
|
pointer-events: none;
|
|
1985
3065
|
color: rgba(225, 225, 225, 0.3);
|
|
1986
3066
|
}
|
|
1987
|
-
.ui.inverted.table tr td.disabled:not([class="disabled"]),
|
|
3067
|
+
.ui.ui.ui.inverted.table tr td.disabled:not([class="disabled"]),
|
|
1988
3068
|
.ui.inverted.table tr.disabled:not([class="disabled"]) td,
|
|
1989
3069
|
.ui.inverted.table tr.disabled td[class]:not(.disabled),
|
|
1990
3070
|
.ui.inverted.table tr:hover td.disabled:not([class="disabled"]) {
|
|
@@ -1994,36 +3074,33 @@
|
|
|
1994
3074
|
/* Definition */
|
|
1995
3075
|
.ui.inverted.definition.table > tfoot:not(.full-width) > tr > th:first-child,
|
|
1996
3076
|
.ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child {
|
|
1997
|
-
background: #
|
|
3077
|
+
background: #fff;
|
|
1998
3078
|
}
|
|
1999
|
-
.ui.inverted.definition.table > tbody > tr > td:first-child
|
|
3079
|
+
.ui.inverted.definition.table > tbody > tr > td:first-child,
|
|
3080
|
+
.ui.inverted.definition.table > tfoot > tr > td:first-child,
|
|
2000
3081
|
.ui.inverted.definition.table > tr > td:first-child {
|
|
2001
3082
|
background: rgba(255, 255, 255, 0.02);
|
|
2002
3083
|
color: #ffffff;
|
|
2003
3084
|
}
|
|
2004
3085
|
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
3086
|
+
/* --------------
|
|
3087
|
+
Collapsing
|
|
3088
|
+
--------------- */
|
|
2009
3089
|
.ui.collapsing.table {
|
|
2010
3090
|
width: auto;
|
|
2011
3091
|
}
|
|
2012
3092
|
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
3093
|
+
/* --------------
|
|
3094
|
+
Basic
|
|
3095
|
+
--------------- */
|
|
2017
3096
|
.ui.basic.table {
|
|
2018
3097
|
background: transparent;
|
|
2019
3098
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
2020
|
-
|
|
2021
|
-
box-shadow: none;
|
|
3099
|
+
box-shadow: none;
|
|
2022
3100
|
}
|
|
2023
3101
|
.ui.basic.table > thead,
|
|
2024
3102
|
.ui.basic.table > tfoot {
|
|
2025
|
-
|
|
2026
|
-
box-shadow: none;
|
|
3103
|
+
box-shadow: none;
|
|
2027
3104
|
}
|
|
2028
3105
|
.ui.basic.table > thead > tr > th,
|
|
2029
3106
|
.ui.basic.table > tbody > tr > th,
|
|
@@ -2054,7 +3131,7 @@
|
|
|
2054
3131
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
|
|
2055
3132
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
|
|
2056
3133
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
|
|
2057
|
-
padding:
|
|
3134
|
+
padding: "";
|
|
2058
3135
|
}
|
|
2059
3136
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
|
|
2060
3137
|
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
|
|
@@ -2078,10 +3155,9 @@
|
|
|
2078
3155
|
padding-top: 0;
|
|
2079
3156
|
}
|
|
2080
3157
|
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
3158
|
+
/* --------------
|
|
3159
|
+
Celled
|
|
3160
|
+
--------------- */
|
|
2085
3161
|
.ui.celled.table > tr > th,
|
|
2086
3162
|
.ui.celled.table > thead > tr > th,
|
|
2087
3163
|
.ui.celled.table > tbody > tr > th,
|
|
@@ -2105,10 +3181,9 @@
|
|
|
2105
3181
|
border-left: none;
|
|
2106
3182
|
}
|
|
2107
3183
|
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
3184
|
+
/* --------------
|
|
3185
|
+
Padded
|
|
3186
|
+
--------------- */
|
|
2112
3187
|
.ui.padded.table > tr > th,
|
|
2113
3188
|
.ui.padded.table > thead > tr > th,
|
|
2114
3189
|
.ui.padded.table > tbody > tr > th,
|
|
@@ -2140,10 +3215,9 @@
|
|
|
2140
3215
|
padding: 1.5em 1.5em;
|
|
2141
3216
|
}
|
|
2142
3217
|
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
3218
|
+
/* --------------
|
|
3219
|
+
Compact
|
|
3220
|
+
--------------- */
|
|
2147
3221
|
.ui.compact.table > tr > th,
|
|
2148
3222
|
.ui.compact.table > thead > tr > th,
|
|
2149
3223
|
.ui.compact.table > tbody > tr > th,
|
|
@@ -2171,10 +3245,119 @@
|
|
|
2171
3245
|
padding: 0.4em 0.6em;
|
|
2172
3246
|
}
|
|
2173
3247
|
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
|
-
|
|
3248
|
+
/* --------------
|
|
3249
|
+
Stuck
|
|
3250
|
+
--------------- */
|
|
3251
|
+
.ui.stuck.table:not(.inverted) {
|
|
3252
|
+
background: #fff;
|
|
3253
|
+
}
|
|
3254
|
+
.ui.stuck.table:not(.inverted) > thead > tr {
|
|
3255
|
+
background: #f9fafb;
|
|
3256
|
+
}
|
|
3257
|
+
.ui.stuck.table:not(.inverted) > tbody > tr {
|
|
3258
|
+
background: #fff;
|
|
3259
|
+
}
|
|
3260
|
+
.ui.stuck.table:not(.inverted) > tfoot > tr {
|
|
3261
|
+
background: #f9fafb;
|
|
3262
|
+
}
|
|
3263
|
+
.ui.stuck.table:not(.inverted).basic > thead > tr,
|
|
3264
|
+
.ui.stuck.table:not(.inverted).basic > tfoot > tr {
|
|
3265
|
+
background: #fff;
|
|
3266
|
+
}
|
|
3267
|
+
.ui.inverted.stuck.table > thead > tr {
|
|
3268
|
+
background: #252525;
|
|
3269
|
+
}
|
|
3270
|
+
.ui.inverted.stuck.table > tbody > tr {
|
|
3271
|
+
background: #333;
|
|
3272
|
+
}
|
|
3273
|
+
.ui.inverted.stuck.table > tfoot > tr {
|
|
3274
|
+
background: #252525;
|
|
3275
|
+
}
|
|
3276
|
+
.ui.inverted.stuck.table.basic > thead > tr,
|
|
3277
|
+
.ui.inverted.stuck.table.basic > tfoot > tr {
|
|
3278
|
+
background: #333;
|
|
3279
|
+
}
|
|
3280
|
+
.ui.head.stuck.table > thead,
|
|
3281
|
+
.ui.foot.stuck.table > tfoot {
|
|
3282
|
+
position: sticky;
|
|
3283
|
+
z-index: 800;
|
|
3284
|
+
}
|
|
3285
|
+
.ui.head.stuck.table {
|
|
3286
|
+
border-top: 0;
|
|
3287
|
+
}
|
|
3288
|
+
.ui.head.stuck.table > thead {
|
|
3289
|
+
top: 0;
|
|
3290
|
+
bottom: auto;
|
|
3291
|
+
}
|
|
3292
|
+
.ui.head.stuck.table > thead > tr:first-child > th {
|
|
3293
|
+
border-top: 1px solid rgba(34, 36, 38, 0.1);
|
|
3294
|
+
}
|
|
3295
|
+
.ui.head.stuck.table.inverted > thead > tr:first-child > th {
|
|
3296
|
+
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
3297
|
+
}
|
|
3298
|
+
.ui.foot.stuck.table {
|
|
3299
|
+
border-bottom: 0;
|
|
3300
|
+
}
|
|
3301
|
+
.ui.foot.stuck.table > tfoot {
|
|
3302
|
+
top: auto;
|
|
3303
|
+
bottom: 0;
|
|
3304
|
+
}
|
|
3305
|
+
.ui.foot.stuck.table > tfoot > tr:last-child > td,
|
|
3306
|
+
.ui.foot.stuck.table > tfoot > tr:last-child > th {
|
|
3307
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
|
3308
|
+
}
|
|
3309
|
+
.ui.foot.stuck.table.inverted > tfoot > tr:first-child > td,
|
|
3310
|
+
.ui.foot.stuck.table.inverted > tfoot > tr:first-child > th {
|
|
3311
|
+
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
3312
|
+
}
|
|
3313
|
+
.ui.first.stuck.table {
|
|
3314
|
+
border-left: 0;
|
|
3315
|
+
}
|
|
3316
|
+
.ui.first.stuck.table th:first-child,
|
|
3317
|
+
.ui.first.stuck.table td:first-child {
|
|
3318
|
+
position: sticky;
|
|
3319
|
+
left: 0;
|
|
3320
|
+
border-left: 1px solid rgba(34, 36, 38, 0.1);
|
|
3321
|
+
background: inherit;
|
|
3322
|
+
}
|
|
3323
|
+
.ui.first.stuck.table.inverted th:first-child,
|
|
3324
|
+
.ui.first.stuck.table.inverted td:first-child {
|
|
3325
|
+
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
|
3326
|
+
}
|
|
3327
|
+
.ui.last.stuck.table {
|
|
3328
|
+
border-right: 0;
|
|
3329
|
+
}
|
|
3330
|
+
.ui.last.stuck.table th:last-child,
|
|
3331
|
+
.ui.last.stuck.table td:last-child {
|
|
3332
|
+
position: sticky;
|
|
3333
|
+
right: 0;
|
|
3334
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
|
3335
|
+
background: inherit;
|
|
3336
|
+
}
|
|
3337
|
+
.ui.last.stuck.table.inverted th:last-child,
|
|
3338
|
+
.ui.last.stuck.table.inverted td:last-child {
|
|
3339
|
+
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
|
3340
|
+
}
|
|
3341
|
+
.ui.celled.first.stuck.table th:first-child,
|
|
3342
|
+
.ui.celled.first.stuck.table td:first-child {
|
|
3343
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
|
3344
|
+
}
|
|
3345
|
+
.ui.celled.last.stuck.table th:last-child,
|
|
3346
|
+
.ui.celled.last.stuck.table td:last-child {
|
|
3347
|
+
border-left: 1px solid rgba(34, 36, 38, 0.1);
|
|
3348
|
+
}
|
|
3349
|
+
.ui.inverted.celled.first.stuck.table th:first-child,
|
|
3350
|
+
.ui.inverted.celled.first.stuck.table td:first-child {
|
|
3351
|
+
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
|
3352
|
+
}
|
|
3353
|
+
.ui.inverted.celled.last.stuck.table th:last-child,
|
|
3354
|
+
.ui.inverted.celled.last.stuck.table td:last-child {
|
|
3355
|
+
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
|
3356
|
+
}
|
|
2177
3357
|
|
|
3358
|
+
/* --------------
|
|
3359
|
+
Sizes
|
|
3360
|
+
--------------- */
|
|
2178
3361
|
|
|
2179
3362
|
/* Standard */
|
|
2180
3363
|
.ui.table {
|
|
@@ -2203,6 +3386,12 @@
|
|
|
2203
3386
|
}
|
|
2204
3387
|
|
|
2205
3388
|
|
|
3389
|
+
/*******************************
|
|
3390
|
+
Overrides
|
|
3391
|
+
*******************************/
|
|
3392
|
+
|
|
3393
|
+
|
|
3394
|
+
|
|
2206
3395
|
/*******************************
|
|
2207
3396
|
Site Overrides
|
|
2208
3397
|
*******************************/
|