rails-active-ui 0.3.0 → 0.3.1
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.
- checksums.yaml +4 -4
- data/formantic-ui/components/accordion.css +369 -0
- data/formantic-ui/components/accordion.js +595 -0
- data/formantic-ui/components/accordion.min.css +9 -0
- data/formantic-ui/components/accordion.min.js +11 -0
- data/formantic-ui/components/ad.css +264 -0
- data/formantic-ui/components/ad.min.css +10 -0
- data/formantic-ui/components/api.js +1225 -0
- data/formantic-ui/components/api.min.js +11 -0
- data/formantic-ui/components/breadcrumb.css +135 -0
- data/formantic-ui/components/breadcrumb.min.css +9 -0
- data/formantic-ui/components/button.css +4058 -0
- data/formantic-ui/components/button.min.css +9 -0
- data/formantic-ui/components/calendar.css +327 -0
- data/formantic-ui/components/calendar.js +2045 -0
- data/formantic-ui/components/calendar.min.css +9 -0
- data/formantic-ui/components/calendar.min.js +11 -0
- data/formantic-ui/components/card.css +1881 -0
- data/formantic-ui/components/card.min.css +9 -0
- data/formantic-ui/components/checkbox.css +785 -0
- data/formantic-ui/components/checkbox.js +888 -0
- data/formantic-ui/components/checkbox.min.css +9 -0
- data/formantic-ui/components/checkbox.min.js +11 -0
- data/formantic-ui/components/comment.css +283 -0
- data/formantic-ui/components/comment.min.css +9 -0
- data/formantic-ui/components/container.css +300 -0
- data/formantic-ui/components/container.min.css +9 -0
- data/formantic-ui/components/dimmer.css +367 -0
- data/formantic-ui/components/dimmer.js +732 -0
- data/formantic-ui/components/dimmer.min.css +9 -0
- data/formantic-ui/components/dimmer.min.js +11 -0
- data/formantic-ui/components/divider.css +287 -0
- data/formantic-ui/components/divider.min.css +9 -0
- data/formantic-ui/components/dropdown.css +2087 -0
- data/formantic-ui/components/dropdown.js +4432 -0
- data/formantic-ui/components/dropdown.min.css +9 -0
- data/formantic-ui/components/dropdown.min.js +11 -0
- data/formantic-ui/components/embed.css +155 -0
- data/formantic-ui/components/embed.js +688 -0
- data/formantic-ui/components/embed.min.css +9 -0
- data/formantic-ui/components/embed.min.js +11 -0
- data/formantic-ui/components/emoji.css +15311 -0
- data/formantic-ui/components/emoji.min.css +9 -0
- data/formantic-ui/components/feed.css +799 -0
- data/formantic-ui/components/feed.min.css +9 -0
- data/formantic-ui/components/flag.css +1149 -0
- data/formantic-ui/components/flag.min.css +9 -0
- data/formantic-ui/components/flyout.css +546 -0
- data/formantic-ui/components/flyout.js +1551 -0
- data/formantic-ui/components/flyout.min.css +9 -0
- data/formantic-ui/components/flyout.min.js +11 -0
- data/formantic-ui/components/form.css +1885 -0
- data/formantic-ui/components/form.js +2199 -0
- data/formantic-ui/components/form.min.css +9 -0
- data/formantic-ui/components/form.min.js +11 -0
- data/formantic-ui/components/grid.css +1952 -0
- data/formantic-ui/components/grid.min.css +9 -0
- data/formantic-ui/components/header.css +778 -0
- data/formantic-ui/components/header.min.css +9 -0
- data/formantic-ui/components/icon.css +7066 -0
- data/formantic-ui/components/icon.min.css +9 -0
- data/formantic-ui/components/image.css +315 -0
- data/formantic-ui/components/image.min.css +9 -0
- data/formantic-ui/components/input.css +1566 -0
- data/formantic-ui/components/input.min.css +9 -0
- data/formantic-ui/components/item.css +534 -0
- data/formantic-ui/components/item.min.css +9 -0
- data/formantic-ui/components/label.css +2114 -0
- data/formantic-ui/components/label.min.css +9 -0
- data/formantic-ui/components/list.css +955 -0
- data/formantic-ui/components/list.min.css +9 -0
- data/formantic-ui/components/loader.css +787 -0
- data/formantic-ui/components/loader.min.css +9 -0
- data/formantic-ui/components/menu.css +2131 -0
- data/formantic-ui/components/menu.min.css +9 -0
- data/formantic-ui/components/message.css +619 -0
- data/formantic-ui/components/message.min.css +9 -0
- data/formantic-ui/components/modal.css +779 -0
- data/formantic-ui/components/modal.js +1637 -0
- data/formantic-ui/components/modal.min.css +9 -0
- data/formantic-ui/components/modal.min.js +11 -0
- data/formantic-ui/components/nag.css +290 -0
- data/formantic-ui/components/nag.js +566 -0
- data/formantic-ui/components/nag.min.css +9 -0
- data/formantic-ui/components/nag.min.js +11 -0
- data/formantic-ui/components/placeholder.css +228 -0
- data/formantic-ui/components/placeholder.min.css +9 -0
- data/formantic-ui/components/popup.css +1184 -0
- data/formantic-ui/components/popup.js +1561 -0
- data/formantic-ui/components/popup.min.css +9 -0
- data/formantic-ui/components/popup.min.js +11 -0
- data/formantic-ui/components/progress.css +761 -0
- data/formantic-ui/components/progress.js +979 -0
- data/formantic-ui/components/progress.min.css +9 -0
- data/formantic-ui/components/progress.min.js +11 -0
- data/formantic-ui/components/rail.css +147 -0
- data/formantic-ui/components/rail.min.css +9 -0
- data/formantic-ui/components/rating.css +414 -0
- data/formantic-ui/components/rating.js +540 -0
- data/formantic-ui/components/rating.min.css +9 -0
- data/formantic-ui/components/rating.min.js +11 -0
- data/formantic-ui/components/reset.css +386 -0
- data/formantic-ui/components/reset.min.css +9 -0
- data/formantic-ui/components/reveal.css +277 -0
- data/formantic-ui/components/reveal.min.css +9 -0
- data/formantic-ui/components/search.css +541 -0
- data/formantic-ui/components/search.js +1641 -0
- data/formantic-ui/components/search.min.css +9 -0
- data/formantic-ui/components/search.min.js +11 -0
- data/formantic-ui/components/segment.css +1053 -0
- data/formantic-ui/components/segment.min.css +9 -0
- data/formantic-ui/components/shape.css +144 -0
- data/formantic-ui/components/shape.js +797 -0
- data/formantic-ui/components/shape.min.css +9 -0
- data/formantic-ui/components/shape.min.js +11 -0
- data/formantic-ui/components/sidebar.css +539 -0
- data/formantic-ui/components/sidebar.js +1054 -0
- data/formantic-ui/components/sidebar.min.css +9 -0
- data/formantic-ui/components/sidebar.min.js +11 -0
- data/formantic-ui/components/site.css +286 -0
- data/formantic-ui/components/site.js +455 -0
- data/formantic-ui/components/site.min.css +9 -0
- data/formantic-ui/components/site.min.js +11 -0
- data/formantic-ui/components/slider.css +926 -0
- data/formantic-ui/components/slider.js +1546 -0
- data/formantic-ui/components/slider.min.css +9 -0
- data/formantic-ui/components/slider.min.js +11 -0
- data/formantic-ui/components/state.js +697 -0
- data/formantic-ui/components/state.min.js +11 -0
- data/formantic-ui/components/statistic.css +586 -0
- data/formantic-ui/components/statistic.min.css +9 -0
- data/formantic-ui/components/step.css +1538 -0
- data/formantic-ui/components/step.min.css +9 -0
- data/formantic-ui/components/sticky.css +73 -0
- data/formantic-ui/components/sticky.js +917 -0
- data/formantic-ui/components/sticky.min.css +9 -0
- data/formantic-ui/components/sticky.min.js +11 -0
- data/formantic-ui/components/tab.css +84 -0
- data/formantic-ui/components/tab.js +967 -0
- data/formantic-ui/components/tab.min.css +9 -0
- data/formantic-ui/components/tab.min.js +11 -0
- data/formantic-ui/components/table.css +3473 -0
- data/formantic-ui/components/table.min.css +9 -0
- data/formantic-ui/components/text.css +155 -0
- data/formantic-ui/components/text.min.css +9 -0
- data/formantic-ui/components/toast.css +751 -0
- data/formantic-ui/components/toast.js +964 -0
- data/formantic-ui/components/toast.min.css +9 -0
- data/formantic-ui/components/toast.min.js +11 -0
- data/formantic-ui/components/transition.css +1148 -0
- data/formantic-ui/components/transition.js +1034 -0
- data/formantic-ui/components/transition.min.css +9 -0
- data/formantic-ui/components/transition.min.js +11 -0
- data/formantic-ui/components/visibility.js +1292 -0
- data/formantic-ui/components/visibility.min.js +11 -0
- data/formantic-ui/semantic.css +78485 -0
- data/formantic-ui/semantic.js +31036 -0
- data/formantic-ui/semantic.min.css +11 -0
- data/formantic-ui/semantic.min.js +11 -0
- data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
- data/lib/ui/version.rb +1 -1
- metadata +193 -1
|
@@ -0,0 +1,3473 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Table
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Table
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/* Prototype */
|
|
18
|
+
.ui.table {
|
|
19
|
+
width: 100%;
|
|
20
|
+
background: #fff;
|
|
21
|
+
margin: 1em 0;
|
|
22
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
23
|
+
box-shadow: none;
|
|
24
|
+
border-radius: 0.28571429rem;
|
|
25
|
+
text-align: left;
|
|
26
|
+
vertical-align: middle;
|
|
27
|
+
color: rgba(0, 0, 0, 0.87);
|
|
28
|
+
border-collapse: separate;
|
|
29
|
+
border-spacing: 0;
|
|
30
|
+
}
|
|
31
|
+
.ui.table:first-child {
|
|
32
|
+
margin-top: 0;
|
|
33
|
+
}
|
|
34
|
+
.ui.table:last-child {
|
|
35
|
+
margin-bottom: 0;
|
|
36
|
+
}
|
|
37
|
+
.ui.table > thead,
|
|
38
|
+
.ui.table > tbody {
|
|
39
|
+
text-align: inherit;
|
|
40
|
+
vertical-align: inherit;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
/*******************************
|
|
45
|
+
Parts
|
|
46
|
+
*******************************/
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
/* Table Content */
|
|
50
|
+
.ui.table th,
|
|
51
|
+
.ui.table td {
|
|
52
|
+
transition: background 0.1s ease, color 0.1s ease;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/* Rowspan helper class */
|
|
56
|
+
.ui.table th.rowspanned,
|
|
57
|
+
.ui.table td.rowspanned {
|
|
58
|
+
display: none;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/* Headers */
|
|
62
|
+
.ui.table > thead {
|
|
63
|
+
box-shadow: none;
|
|
64
|
+
}
|
|
65
|
+
.ui.table > thead > tr > th {
|
|
66
|
+
cursor: auto;
|
|
67
|
+
background: #f9fafb;
|
|
68
|
+
text-align: inherit;
|
|
69
|
+
color: rgba(0, 0, 0, 0.87);
|
|
70
|
+
padding: 0.92857143em 0.78571429em;
|
|
71
|
+
vertical-align: inherit;
|
|
72
|
+
font-style: none;
|
|
73
|
+
font-weight: bold;
|
|
74
|
+
text-transform: none;
|
|
75
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
|
76
|
+
border-left: none;
|
|
77
|
+
}
|
|
78
|
+
.ui.table > thead > tr > th:first-child {
|
|
79
|
+
border-left: none;
|
|
80
|
+
}
|
|
81
|
+
.ui.table > thead > tr:first-child > th:first-child {
|
|
82
|
+
border-radius: 0.28571429rem 0 0 0;
|
|
83
|
+
}
|
|
84
|
+
.ui.table > thead > tr:first-child > th:last-child {
|
|
85
|
+
border-radius: 0 0.28571429rem 0 0;
|
|
86
|
+
}
|
|
87
|
+
.ui.table > thead > tr:first-child > th:only-child {
|
|
88
|
+
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* Footer */
|
|
92
|
+
.ui.table > tfoot {
|
|
93
|
+
box-shadow: none;
|
|
94
|
+
}
|
|
95
|
+
.ui.table > tfoot > tr > th,
|
|
96
|
+
.ui.table > tfoot > tr > td {
|
|
97
|
+
cursor: auto;
|
|
98
|
+
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
99
|
+
background: #f9fafb;
|
|
100
|
+
text-align: inherit;
|
|
101
|
+
color: rgba(0, 0, 0, 0.87);
|
|
102
|
+
padding: 0.78571429em 0.78571429em;
|
|
103
|
+
vertical-align: inherit;
|
|
104
|
+
font-style: normal;
|
|
105
|
+
font-weight: normal;
|
|
106
|
+
text-transform: none;
|
|
107
|
+
}
|
|
108
|
+
.ui.table > tfoot > tr > th:first-child,
|
|
109
|
+
.ui.table > tfoot > tr > td:first-child {
|
|
110
|
+
border-left: none;
|
|
111
|
+
}
|
|
112
|
+
.ui.table > tfoot > tr:last-child > th:first-child,
|
|
113
|
+
.ui.table > tfoot > tr:last-child > td:first-child {
|
|
114
|
+
border-radius: 0 0 0 0.28571429rem;
|
|
115
|
+
}
|
|
116
|
+
.ui.table > tfoot > tr:last-child > th:last-child,
|
|
117
|
+
.ui.table > tfoot > tr:last-child > td:last-child {
|
|
118
|
+
border-radius: 0 0 0.28571429rem 0;
|
|
119
|
+
}
|
|
120
|
+
.ui.table > tfoot > tr:last-child > th:only-child,
|
|
121
|
+
.ui.table > tfoot > tr:last-child > td:only-child {
|
|
122
|
+
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/* Table Row */
|
|
126
|
+
.ui.table > tr > td,
|
|
127
|
+
.ui.table > tbody > tr > td {
|
|
128
|
+
border-top: 1px solid rgba(34, 36, 38, 0.1);
|
|
129
|
+
}
|
|
130
|
+
.ui.table > tr:first-child > td,
|
|
131
|
+
.ui.table > tbody > tr:first-child > td {
|
|
132
|
+
border-top: none;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
/* Repeated tbody */
|
|
136
|
+
.ui.table > tbody + tbody tr:first-child > td {
|
|
137
|
+
border-top: 1px solid rgba(34, 36, 38, 0.1);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
/* Table Cells */
|
|
141
|
+
.ui.table > tbody > tr > td,
|
|
142
|
+
.ui.table > tr > td {
|
|
143
|
+
padding: 0.78571429em 0.78571429em;
|
|
144
|
+
text-align: inherit;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/* Icons */
|
|
148
|
+
.ui.table > i.icon {
|
|
149
|
+
vertical-align: baseline;
|
|
150
|
+
}
|
|
151
|
+
.ui.table > i.icon:only-child {
|
|
152
|
+
margin: 0;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
/* Table Segment */
|
|
156
|
+
.ui.table.segment {
|
|
157
|
+
padding: 0;
|
|
158
|
+
}
|
|
159
|
+
.ui.table.segment::after {
|
|
160
|
+
display: none;
|
|
161
|
+
}
|
|
162
|
+
.ui.table.segment.stacked::after {
|
|
163
|
+
display: block;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* Responsive */
|
|
167
|
+
@media only screen and (max-width: 767.98px) {
|
|
168
|
+
.ui.table:not(.unstackable) {
|
|
169
|
+
width: 100%;
|
|
170
|
+
padding: 0;
|
|
171
|
+
}
|
|
172
|
+
.ui.table:not(.unstackable) > thead,
|
|
173
|
+
.ui.table:not(.unstackable) > thead > tr,
|
|
174
|
+
.ui.table:not(.unstackable) > tfoot,
|
|
175
|
+
.ui.table:not(.unstackable) > tfoot > tr,
|
|
176
|
+
.ui.table:not(.unstackable) > tbody,
|
|
177
|
+
.ui.table:not(.unstackable) > tr,
|
|
178
|
+
.ui.table:not(.unstackable) > tbody > tr,
|
|
179
|
+
.ui.table:not(.unstackable) > tr > th:not(.rowspanned),
|
|
180
|
+
.ui.table:not(.unstackable) > thead > tr > th:not(.rowspanned),
|
|
181
|
+
.ui.table:not(.unstackable) > tbody > tr > th:not(.rowspanned),
|
|
182
|
+
.ui.table:not(.unstackable) > tfoot > tr > th:not(.rowspanned),
|
|
183
|
+
.ui.table:not(.unstackable) > tr > td:not(.rowspanned),
|
|
184
|
+
.ui.table:not(.unstackable) > tbody > tr > td:not(.rowspanned),
|
|
185
|
+
.ui.table:not(.unstackable) > tfoot > tr > td:not(.rowspanned) {
|
|
186
|
+
display: block !important;
|
|
187
|
+
width: auto !important;
|
|
188
|
+
}
|
|
189
|
+
.ui.table:not(.unstackable) > thead {
|
|
190
|
+
display: block;
|
|
191
|
+
}
|
|
192
|
+
.ui.table:not(.unstackable) > tfoot {
|
|
193
|
+
display: block;
|
|
194
|
+
}
|
|
195
|
+
.ui.ui.ui.ui.table:not(.unstackable) > tr,
|
|
196
|
+
.ui.ui.ui.ui.table:not(.unstackable) > thead > tr,
|
|
197
|
+
.ui.ui.ui.ui.table:not(.unstackable) > tbody > tr,
|
|
198
|
+
.ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr {
|
|
199
|
+
padding-top: 1em;
|
|
200
|
+
padding-bottom: 1em;
|
|
201
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
|
|
202
|
+
}
|
|
203
|
+
.ui.ui.ui.ui.table:not(.unstackable) > tr > th,
|
|
204
|
+
.ui.ui.ui.ui.table:not(.unstackable) > thead > tr > th,
|
|
205
|
+
.ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > th,
|
|
206
|
+
.ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > th,
|
|
207
|
+
.ui.ui.ui.ui.table:not(.unstackable) > tr > td,
|
|
208
|
+
.ui.ui.ui.ui.table:not(.unstackable) > tbody > tr > td,
|
|
209
|
+
.ui.ui.ui.ui.table:not(.unstackable) > tfoot > tr > td {
|
|
210
|
+
background: none;
|
|
211
|
+
border: none;
|
|
212
|
+
padding: 0.25em 0.75em;
|
|
213
|
+
box-shadow: none;
|
|
214
|
+
}
|
|
215
|
+
.ui.table:not(.unstackable) > tr > th:first-child,
|
|
216
|
+
.ui.table:not(.unstackable) > thead > tr > th:first-child,
|
|
217
|
+
.ui.table:not(.unstackable) > tbody > tr > th:first-child,
|
|
218
|
+
.ui.table:not(.unstackable) > tfoot > tr > th:first-child,
|
|
219
|
+
.ui.table:not(.unstackable) > tr > td:first-child,
|
|
220
|
+
.ui.table:not(.unstackable) > tbody > tr > td:first-child,
|
|
221
|
+
.ui.table:not(.unstackable) > tfoot > tr > td:first-child {
|
|
222
|
+
font-weight: bold;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/* Definition Table */
|
|
226
|
+
.ui.definition.table:not(.unstackable) > thead > tr > th:first-child {
|
|
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;
|
|
270
|
+
}
|
|
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;
|
|
273
|
+
}
|
|
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;
|
|
276
|
+
}
|
|
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;
|
|
279
|
+
}
|
|
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;
|
|
282
|
+
}
|
|
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;
|
|
285
|
+
}
|
|
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;
|
|
288
|
+
}
|
|
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;
|
|
291
|
+
}
|
|
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;
|
|
294
|
+
}
|
|
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;
|
|
297
|
+
}
|
|
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;
|
|
300
|
+
}
|
|
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;
|
|
303
|
+
}
|
|
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;
|
|
306
|
+
}
|
|
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;
|
|
309
|
+
}
|
|
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;
|
|
312
|
+
}
|
|
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;
|
|
315
|
+
}
|
|
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;
|
|
318
|
+
}
|
|
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;
|
|
321
|
+
}
|
|
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;
|
|
324
|
+
}
|
|
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;
|
|
327
|
+
}
|
|
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;
|
|
330
|
+
}
|
|
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;
|
|
333
|
+
}
|
|
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;
|
|
336
|
+
}
|
|
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;
|
|
339
|
+
}
|
|
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;
|
|
342
|
+
}
|
|
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;
|
|
345
|
+
}
|
|
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;
|
|
348
|
+
}
|
|
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;
|
|
351
|
+
}
|
|
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;
|
|
354
|
+
}
|
|
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;
|
|
357
|
+
}
|
|
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;
|
|
360
|
+
}
|
|
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;
|
|
363
|
+
}
|
|
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;
|
|
366
|
+
}
|
|
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;
|
|
369
|
+
}
|
|
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;
|
|
372
|
+
}
|
|
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
|
+
}
|
|
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;
|
|
378
|
+
}
|
|
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;
|
|
381
|
+
}
|
|
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;
|
|
384
|
+
}
|
|
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;
|
|
387
|
+
}
|
|
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;
|
|
390
|
+
}
|
|
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;
|
|
393
|
+
}
|
|
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;
|
|
396
|
+
}
|
|
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;
|
|
399
|
+
}
|
|
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;
|
|
402
|
+
}
|
|
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;
|
|
405
|
+
}
|
|
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;
|
|
408
|
+
}
|
|
409
|
+
.ui.scrolling.table.short > tbody {
|
|
410
|
+
max-height: 6.74983929em;
|
|
411
|
+
}
|
|
412
|
+
.resizable.ui.scrolling.table.short > tbody {
|
|
413
|
+
height: 6.74983929em;
|
|
414
|
+
}
|
|
415
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
|
416
|
+
max-height: 4.49989286em;
|
|
417
|
+
}
|
|
418
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
|
419
|
+
height: 4.49989286em;
|
|
420
|
+
}
|
|
421
|
+
.ui.scrolling.table > tbody {
|
|
422
|
+
max-height: 8.99978571em;
|
|
423
|
+
}
|
|
424
|
+
.resizable.ui.scrolling.table > tbody {
|
|
425
|
+
height: 8.99978571em;
|
|
426
|
+
}
|
|
427
|
+
.ui.scrolling.table.long > tbody {
|
|
428
|
+
max-height: 17.99957143em;
|
|
429
|
+
}
|
|
430
|
+
.resizable.ui.scrolling.table.long > tbody {
|
|
431
|
+
height: 17.99957143em;
|
|
432
|
+
}
|
|
433
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
|
434
|
+
max-height: 26.99935714em;
|
|
435
|
+
}
|
|
436
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
|
437
|
+
height: 26.99935714em;
|
|
438
|
+
}
|
|
439
|
+
.ui.overflowing.table.short {
|
|
440
|
+
max-height: 11.24973214em;
|
|
441
|
+
}
|
|
442
|
+
.ui.overflowing.table[class*="very short"] {
|
|
443
|
+
max-height: 7.49982143em;
|
|
444
|
+
}
|
|
445
|
+
.ui.overflowing.table {
|
|
446
|
+
max-height: 14.99964286em;
|
|
447
|
+
}
|
|
448
|
+
.ui.overflowing.table.long {
|
|
449
|
+
max-height: 29.99928571em;
|
|
450
|
+
}
|
|
451
|
+
.ui.overflowing.table[class*="very long"] {
|
|
452
|
+
max-height: 44.99892857em;
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
/* --------------
|
|
457
|
+
Scrolling
|
|
458
|
+
--------------- */
|
|
459
|
+
@media only screen and (min-width: 768px) {
|
|
460
|
+
.ui.scrolling.table.short > tbody {
|
|
461
|
+
max-height: 8.99978571em;
|
|
462
|
+
}
|
|
463
|
+
.resizable.ui.scrolling.table.short > tbody {
|
|
464
|
+
height: 8.99978571em;
|
|
465
|
+
}
|
|
466
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
|
467
|
+
max-height: 5.99985714em;
|
|
468
|
+
}
|
|
469
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
|
470
|
+
height: 5.99985714em;
|
|
471
|
+
}
|
|
472
|
+
.ui.scrolling.table > tbody {
|
|
473
|
+
max-height: 11.99971429em;
|
|
474
|
+
}
|
|
475
|
+
.resizable.ui.scrolling.table > tbody {
|
|
476
|
+
height: 11.99971429em;
|
|
477
|
+
}
|
|
478
|
+
.ui.scrolling.table.long > tbody {
|
|
479
|
+
max-height: 23.99942857em;
|
|
480
|
+
}
|
|
481
|
+
.resizable.ui.scrolling.table.long > tbody {
|
|
482
|
+
height: 23.99942857em;
|
|
483
|
+
}
|
|
484
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
|
485
|
+
max-height: 35.99914286em;
|
|
486
|
+
}
|
|
487
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
|
488
|
+
height: 35.99914286em;
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
@media only screen and (min-width: 992px) {
|
|
492
|
+
.ui.scrolling.table.short > tbody {
|
|
493
|
+
max-height: 13.49967857em;
|
|
494
|
+
}
|
|
495
|
+
.resizable.ui.scrolling.table.short > tbody {
|
|
496
|
+
height: 13.49967857em;
|
|
497
|
+
}
|
|
498
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
|
499
|
+
max-height: 8.99978571em;
|
|
500
|
+
}
|
|
501
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
|
502
|
+
height: 8.99978571em;
|
|
503
|
+
}
|
|
504
|
+
.ui.scrolling.table > tbody {
|
|
505
|
+
max-height: 17.99957143em;
|
|
506
|
+
}
|
|
507
|
+
.resizable.ui.scrolling.table > tbody {
|
|
508
|
+
height: 17.99957143em;
|
|
509
|
+
}
|
|
510
|
+
.ui.scrolling.table.long > tbody {
|
|
511
|
+
max-height: 35.99914286em;
|
|
512
|
+
}
|
|
513
|
+
.resizable.ui.scrolling.table.long > tbody {
|
|
514
|
+
height: 35.99914286em;
|
|
515
|
+
}
|
|
516
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
|
517
|
+
max-height: 53.99871429em;
|
|
518
|
+
}
|
|
519
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
|
520
|
+
height: 53.99871429em;
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
@media only screen and (min-width: 1920px) {
|
|
524
|
+
.ui.scrolling.table.short > tbody {
|
|
525
|
+
max-height: 17.99957143em;
|
|
526
|
+
}
|
|
527
|
+
.resizable.ui.scrolling.table.short > tbody {
|
|
528
|
+
height: 17.99957143em;
|
|
529
|
+
}
|
|
530
|
+
.ui.scrolling.table[class*="very short"] > tbody {
|
|
531
|
+
max-height: 11.99971429em;
|
|
532
|
+
}
|
|
533
|
+
.resizable.ui.scrolling.table[class*="very short"] > tbody {
|
|
534
|
+
height: 11.99971429em;
|
|
535
|
+
}
|
|
536
|
+
.ui.scrolling.table > tbody {
|
|
537
|
+
max-height: 23.99942857em;
|
|
538
|
+
}
|
|
539
|
+
.resizable.ui.scrolling.table > tbody {
|
|
540
|
+
height: 23.99942857em;
|
|
541
|
+
}
|
|
542
|
+
.ui.scrolling.table.long > tbody {
|
|
543
|
+
max-height: 47.99885714em;
|
|
544
|
+
}
|
|
545
|
+
.resizable.ui.scrolling.table.long > tbody {
|
|
546
|
+
height: 47.99885714em;
|
|
547
|
+
}
|
|
548
|
+
.ui.scrolling.table[class*="very long"] > tbody {
|
|
549
|
+
max-height: 71.99828571em;
|
|
550
|
+
}
|
|
551
|
+
.resizable.ui.scrolling.table[class*="very long"] > tbody {
|
|
552
|
+
height: 71.99828571em;
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
.ui.scrolling.table > thead,
|
|
556
|
+
.ui.scrolling.table > tfoot,
|
|
557
|
+
.ui.scrolling.table > tbody {
|
|
558
|
+
display: block;
|
|
559
|
+
overflow-y: scroll;
|
|
560
|
+
-ms-scroll-chaining: none;
|
|
561
|
+
overscroll-behavior: none;
|
|
562
|
+
}
|
|
563
|
+
.ui.scrolling.table > thead > tr,
|
|
564
|
+
.ui.scrolling.table > tfoot > tr,
|
|
565
|
+
.ui.scrolling.table > tbody > tr {
|
|
566
|
+
display: table;
|
|
567
|
+
table-layout: fixed;
|
|
568
|
+
width: 100%;
|
|
569
|
+
}
|
|
570
|
+
@supports (-moz-appearance: none) {
|
|
571
|
+
.ui.scrolling.table > thead,
|
|
572
|
+
.ui.scrolling.table > tfoot,
|
|
573
|
+
.ui.scrolling.table > tbody {
|
|
574
|
+
scrollbar-width: thin;
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
/* Camouflage scrollbars, we need them only to gain the same width as tbody */
|
|
579
|
+
.ui.scrolling.table > thead {
|
|
580
|
+
background: #f9fafb;
|
|
581
|
+
color: #f9fafb;
|
|
582
|
+
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
|
583
|
+
}
|
|
584
|
+
.ui.scrolling.table > tfoot {
|
|
585
|
+
background: #f9fafb;
|
|
586
|
+
color: #f9fafb;
|
|
587
|
+
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
588
|
+
}
|
|
589
|
+
.ui.inverted.scrolling.table > thead {
|
|
590
|
+
background: rgba(0, 0, 0, 0.15);
|
|
591
|
+
color: rgba(0, 0, 0, 0.15);
|
|
592
|
+
}
|
|
593
|
+
.ui.inverted.scrolling.table > tfoot {
|
|
594
|
+
background: rgba(0, 0, 0, 0.15);
|
|
595
|
+
color: rgba(0, 0, 0, 0.15);
|
|
596
|
+
}
|
|
597
|
+
.ui.scrolling.table > thead::-webkit-scrollbar-track,
|
|
598
|
+
.ui.scrolling.table > tfoot::-webkit-scrollbar-track {
|
|
599
|
+
background: inherit;
|
|
600
|
+
border-radius: 0.28571429rem;
|
|
601
|
+
}
|
|
602
|
+
@supports (-moz-appearance: none) {
|
|
603
|
+
.ui.scrolling.table > thead,
|
|
604
|
+
.ui.scrolling.table > tfoot {
|
|
605
|
+
scrollbar-color: currentColor currentColor;
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
/* IE scrollbar color needs hex values */
|
|
610
|
+
@media all and (-ms-high-contrast: none) {
|
|
611
|
+
.ui.scrolling.table > thead,
|
|
612
|
+
.ui.scrolling.table > tfoot {
|
|
613
|
+
scrollbar-face-color: currentColor;
|
|
614
|
+
scrollbar-shadow-color: currentColor;
|
|
615
|
+
scrollbar-track-color: currentColor;
|
|
616
|
+
scrollbar-arrow-color: currentColor;
|
|
617
|
+
}
|
|
618
|
+
.ui.scrolling.table > thead {
|
|
619
|
+
color: #f9fafb;
|
|
620
|
+
}
|
|
621
|
+
.ui.scrolling.table > tfoot {
|
|
622
|
+
color: #f9fafb;
|
|
623
|
+
}
|
|
624
|
+
.ui.inverted.scrolling.table > thead {
|
|
625
|
+
color: #252525;
|
|
626
|
+
}
|
|
627
|
+
.ui.inverted.scrolling.table > tfoot {
|
|
628
|
+
color: #252525;
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-track {
|
|
632
|
+
background: rgba(255, 255, 255, 0.1);
|
|
633
|
+
}
|
|
634
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb {
|
|
635
|
+
background: rgba(255, 255, 255, 0.25);
|
|
636
|
+
}
|
|
637
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:window-inactive {
|
|
638
|
+
background: rgba(255, 255, 255, 0.15);
|
|
639
|
+
}
|
|
640
|
+
.ui.inverted.scrolling.table > tbody::-webkit-scrollbar-thumb:hover {
|
|
641
|
+
background: rgba(255, 255, 255, 0.35);
|
|
642
|
+
}
|
|
643
|
+
.ui.inverted.scrolling.table > tbody {
|
|
644
|
+
|
|
645
|
+
/* IE11 */
|
|
646
|
+
scrollbar-face-color: #656565;
|
|
647
|
+
scrollbar-shadow-color: #656565;
|
|
648
|
+
scrollbar-track-color: #323232;
|
|
649
|
+
scrollbar-arrow-color: #323232;
|
|
650
|
+
}
|
|
651
|
+
@supports (-moz-appearance: none) {
|
|
652
|
+
.ui.inverted.scrolling.table > tbody {
|
|
653
|
+
|
|
654
|
+
/* firefox: first color thumb, second track */
|
|
655
|
+
scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
.ui.resizable.scrolling.table > tbody {
|
|
659
|
+
resize: vertical;
|
|
660
|
+
max-height: none;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
/* --------------
|
|
664
|
+
Overflowing
|
|
665
|
+
--------------- */
|
|
666
|
+
.ui.overflowing.table {
|
|
667
|
+
display: block;
|
|
668
|
+
overflow: auto;
|
|
669
|
+
-ms-scroll-chaining: none;
|
|
670
|
+
overscroll-behavior: none;
|
|
671
|
+
}
|
|
672
|
+
@media only screen and (min-width: 768px) {
|
|
673
|
+
.ui.overflowing.table.short {
|
|
674
|
+
max-height: 13.49967857em;
|
|
675
|
+
}
|
|
676
|
+
.ui.overflowing.table[class*="very short"] {
|
|
677
|
+
max-height: 8.99978571em;
|
|
678
|
+
}
|
|
679
|
+
.ui.overflowing.table {
|
|
680
|
+
max-height: 17.99957143em;
|
|
681
|
+
}
|
|
682
|
+
.ui.overflowing.table.long {
|
|
683
|
+
max-height: 35.99914286em;
|
|
684
|
+
}
|
|
685
|
+
.ui.overflowing.table[class*="very long"] {
|
|
686
|
+
max-height: 53.99871429em;
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
@media only screen and (min-width: 992px) {
|
|
690
|
+
.ui.overflowing.table.short {
|
|
691
|
+
max-height: 17.99957143em;
|
|
692
|
+
}
|
|
693
|
+
.ui.overflowing.table[class*="very short"] {
|
|
694
|
+
max-height: 11.99971429em;
|
|
695
|
+
}
|
|
696
|
+
.ui.overflowing.table {
|
|
697
|
+
max-height: 23.99942857em;
|
|
698
|
+
}
|
|
699
|
+
.ui.overflowing.table.long {
|
|
700
|
+
max-height: 47.99885714em;
|
|
701
|
+
}
|
|
702
|
+
.ui.overflowing.table[class*="very long"] {
|
|
703
|
+
max-height: 71.99828571em;
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
@media only screen and (min-width: 1920px) {
|
|
707
|
+
.ui.overflowing.table.short {
|
|
708
|
+
max-height: 22.49946429em;
|
|
709
|
+
}
|
|
710
|
+
.ui.overflowing.table[class*="very short"] {
|
|
711
|
+
max-height: 14.99964286em;
|
|
712
|
+
}
|
|
713
|
+
.ui.overflowing.table {
|
|
714
|
+
max-height: 29.99928571em;
|
|
715
|
+
}
|
|
716
|
+
.ui.overflowing.table.long {
|
|
717
|
+
max-height: 59.99857143em;
|
|
718
|
+
}
|
|
719
|
+
.ui.overflowing.table[class*="very long"] {
|
|
720
|
+
max-height: 89.99785714em;
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
/*******************************
|
|
726
|
+
Coupling
|
|
727
|
+
*******************************/
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
/* UI Image */
|
|
731
|
+
.ui.table .collapsing .image,
|
|
732
|
+
.ui.table .collapsing .image img {
|
|
733
|
+
max-width: none;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
/*******************************
|
|
738
|
+
Types
|
|
739
|
+
*******************************/
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
/* --------------
|
|
743
|
+
Complex
|
|
744
|
+
--------------- */
|
|
745
|
+
.ui.structured.table {
|
|
746
|
+
border-collapse: collapse;
|
|
747
|
+
}
|
|
748
|
+
.ui.structured.table > thead > tr > th {
|
|
749
|
+
border-left: none;
|
|
750
|
+
border-right: none;
|
|
751
|
+
}
|
|
752
|
+
.ui.structured.sortable.table > thead > tr > th {
|
|
753
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
754
|
+
border-right: 1px solid rgba(34, 36, 38, 0.15);
|
|
755
|
+
}
|
|
756
|
+
.ui.structured.basic.table > tr > th,
|
|
757
|
+
.ui.structured.basic.table > thead > tr > th,
|
|
758
|
+
.ui.structured.basic.table > tbody > tr > th,
|
|
759
|
+
.ui.structured.basic.table > tfoot > tr > th {
|
|
760
|
+
border-left: none;
|
|
761
|
+
border-right: none;
|
|
762
|
+
}
|
|
763
|
+
.ui.structured.celled.table > tr > th,
|
|
764
|
+
.ui.structured.celled.table > thead > tr > th,
|
|
765
|
+
.ui.structured.celled.table > tbody > tr > th,
|
|
766
|
+
.ui.structured.celled.table > tfoot > tr > th,
|
|
767
|
+
.ui.structured.celled.table > tr > td,
|
|
768
|
+
.ui.structured.celled.table > tbody > tr > td,
|
|
769
|
+
.ui.structured.celled.table > tfoot > tr > td {
|
|
770
|
+
border-left: 1px solid rgba(34, 36, 38, 0.1);
|
|
771
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
/* --------------
|
|
775
|
+
Definition
|
|
776
|
+
--------------- */
|
|
777
|
+
.ui.definition.table > thead:not(.full-width) > tr > th:first-child {
|
|
778
|
+
pointer-events: none;
|
|
779
|
+
background: #fff;
|
|
780
|
+
font-weight: normal;
|
|
781
|
+
color: rgba(0, 0, 0, 0.4);
|
|
782
|
+
box-shadow: -0.1em -0.2em 0 0.1em #fff;
|
|
783
|
+
-moz-transform: scale(1);
|
|
784
|
+
}
|
|
785
|
+
.ui.definition.table > thead:not(.full-width) > tr > th:first-child:not(:empty) {
|
|
786
|
+
pointer-events: auto;
|
|
787
|
+
}
|
|
788
|
+
.ui.definition.table > tfoot:not(.full-width) > tr > th:first-child {
|
|
789
|
+
pointer-events: none;
|
|
790
|
+
background: #fff;
|
|
791
|
+
font-weight: normal;
|
|
792
|
+
color: rgba(0, 0, 0, 0.4);
|
|
793
|
+
box-shadow: -0.1em 0.2em 0 0.1em #fff;
|
|
794
|
+
-moz-transform: scale(1);
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
/* Highlight Defining Column */
|
|
798
|
+
.ui.definition.table > tr > td:first-child:not(.ignored),
|
|
799
|
+
.ui.definition.table > tbody > tr > td:first-child:not(.ignored),
|
|
800
|
+
.ui.definition.table > tfoot > tr > td:first-child:not(.ignored),
|
|
801
|
+
.ui.definition.table tr td.definition {
|
|
802
|
+
background: rgba(0, 0, 0, 0.03);
|
|
803
|
+
font-weight: bold;
|
|
804
|
+
color: rgba(0, 0, 0, 0.95);
|
|
805
|
+
text-transform: "";
|
|
806
|
+
box-shadow: "";
|
|
807
|
+
text-align: "";
|
|
808
|
+
font-size: 1em;
|
|
809
|
+
padding-left: "";
|
|
810
|
+
padding-right: "";
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
/* Fix 2nd Column */
|
|
814
|
+
.ui.definition.table > thead:not(.full-width) > tr > th:nth-child(2) {
|
|
815
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
816
|
+
}
|
|
817
|
+
.ui.definition.table > tfoot:not(.full-width) > tr > th:nth-child(2),
|
|
818
|
+
.ui.definition.table > tfoot:not(.full-width) > tr > td:nth-child(2) {
|
|
819
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
820
|
+
}
|
|
821
|
+
.ui.definition.table > tr > td:nth-child(2),
|
|
822
|
+
.ui.definition.table > tbody > tr > td:nth-child(2) {
|
|
823
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
/*******************************
|
|
828
|
+
States
|
|
829
|
+
*******************************/
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
/* --------------
|
|
833
|
+
Positive
|
|
834
|
+
--------------- */
|
|
835
|
+
.ui.ui.ui.ui.table tr.positive,
|
|
836
|
+
.ui.ui.table td.positive {
|
|
837
|
+
box-shadow: 0 0 0 #a3c293 inset;
|
|
838
|
+
background: #fcfff5;
|
|
839
|
+
color: #2c662d;
|
|
840
|
+
}
|
|
841
|
+
.ui.ui.ui.ui.inverted.table tr.positive,
|
|
842
|
+
.ui.ui.inverted.table td.positive {
|
|
843
|
+
background: #a3c293;
|
|
844
|
+
color: #2c662d;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
/* --------------
|
|
848
|
+
Negative
|
|
849
|
+
--------------- */
|
|
850
|
+
.ui.ui.ui.ui.table tr.negative,
|
|
851
|
+
.ui.ui.table td.negative {
|
|
852
|
+
box-shadow: 0 0 0 #e0b4b4 inset;
|
|
853
|
+
background: #fff6f6;
|
|
854
|
+
color: #9f3a38;
|
|
855
|
+
}
|
|
856
|
+
.ui.ui.ui.ui.inverted.table tr.negative,
|
|
857
|
+
.ui.ui.inverted.table td.negative {
|
|
858
|
+
background: #e0b4b4;
|
|
859
|
+
color: #9f3a38;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
/* --------------
|
|
863
|
+
Error
|
|
864
|
+
--------------- */
|
|
865
|
+
.ui.ui.ui.ui.table tr.error,
|
|
866
|
+
.ui.ui.table td.error {
|
|
867
|
+
box-shadow: 0 0 0 #e0b4b4 inset;
|
|
868
|
+
background: #fff6f6;
|
|
869
|
+
color: #9f3a38;
|
|
870
|
+
}
|
|
871
|
+
.ui.ui.ui.ui.inverted.table tr.error,
|
|
872
|
+
.ui.ui.inverted.table td.error {
|
|
873
|
+
background: #e0b4b4;
|
|
874
|
+
color: #9f3a38;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
/* --------------
|
|
878
|
+
Warning
|
|
879
|
+
--------------- */
|
|
880
|
+
.ui.ui.ui.ui.table tr.warning,
|
|
881
|
+
.ui.ui.table td.warning {
|
|
882
|
+
box-shadow: 0 0 0 #c9ba9b inset;
|
|
883
|
+
background: #fffaf3;
|
|
884
|
+
color: #573a08;
|
|
885
|
+
}
|
|
886
|
+
.ui.ui.ui.ui.inverted.table tr.warning,
|
|
887
|
+
.ui.ui.inverted.table td.warning {
|
|
888
|
+
background: #eec97e;
|
|
889
|
+
color: #573a08;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
/* --------------
|
|
893
|
+
Active
|
|
894
|
+
--------------- */
|
|
895
|
+
.ui.ui.ui.ui.table tr.active,
|
|
896
|
+
.ui.ui.table td.active {
|
|
897
|
+
box-shadow: 0 0 0 rgba(0, 0, 0, 0.87) inset;
|
|
898
|
+
background: #e0e0e0;
|
|
899
|
+
color: rgba(0, 0, 0, 0.87);
|
|
900
|
+
}
|
|
901
|
+
.ui.ui.ui.ui.inverted.table tr.active,
|
|
902
|
+
.ui.ui.inverted.table td.active {
|
|
903
|
+
background: #a0a0a0;
|
|
904
|
+
color: rgba(0, 0, 0, 0.87);
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
/* --------------
|
|
908
|
+
Disabled
|
|
909
|
+
--------------- */
|
|
910
|
+
.ui.ui.ui.table tr.disabled td,
|
|
911
|
+
.ui.ui.ui.table tr td.disabled,
|
|
912
|
+
.ui.table tr.disabled:hover,
|
|
913
|
+
.ui.table tr:hover td.disabled {
|
|
914
|
+
pointer-events: none;
|
|
915
|
+
color: rgba(40, 40, 40, 0.3);
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
/*******************************
|
|
920
|
+
Variations
|
|
921
|
+
*******************************/
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
/* --------------
|
|
925
|
+
Stackable
|
|
926
|
+
--------------- */
|
|
927
|
+
@media only screen and (max-width: 991.98px) {
|
|
928
|
+
.ui[class*="tablet stackable"].table,
|
|
929
|
+
.ui[class*="tablet stackable"].table > thead,
|
|
930
|
+
.ui[class*="tablet stackable"].table > thead > tr,
|
|
931
|
+
.ui[class*="tablet stackable"].table > tfoot,
|
|
932
|
+
.ui[class*="tablet stackable"].table > tfoot > tr,
|
|
933
|
+
.ui[class*="tablet stackable"].table > tbody,
|
|
934
|
+
.ui[class*="tablet stackable"].table > tbody > tr,
|
|
935
|
+
.ui[class*="tablet stackable"].table > tr,
|
|
936
|
+
.ui[class*="tablet stackable"].table > thead > tr > th:not(.rowspanned),
|
|
937
|
+
.ui[class*="tablet stackable"].table > tbody > tr > th:not(.rowspanned),
|
|
938
|
+
.ui[class*="tablet stackable"].table > tfoot > tr > th:not(.rowspanned),
|
|
939
|
+
.ui[class*="tablet stackable"].table > tr > th:not(.rowspanned),
|
|
940
|
+
.ui[class*="tablet stackable"].table > tbody > tr > td:not(.rowspanned),
|
|
941
|
+
.ui[class*="tablet stackable"].table > tfoot > tr > td:not(.rowspanned),
|
|
942
|
+
.ui[class*="tablet stackable"].table > tr > td:not(.rowspanned) {
|
|
943
|
+
display: block !important;
|
|
944
|
+
width: 100% !important;
|
|
945
|
+
}
|
|
946
|
+
.ui[class*="tablet stackable"].table {
|
|
947
|
+
padding: 0;
|
|
948
|
+
}
|
|
949
|
+
.ui[class*="tablet stackable"].table > thead {
|
|
950
|
+
display: block;
|
|
951
|
+
}
|
|
952
|
+
.ui[class*="tablet stackable"].table > tfoot {
|
|
953
|
+
display: block;
|
|
954
|
+
}
|
|
955
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table > thead > tr,
|
|
956
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table > tbody > tr,
|
|
957
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table > tfoot > tr,
|
|
958
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table > tr {
|
|
959
|
+
padding-top: 1em;
|
|
960
|
+
padding-bottom: 1em;
|
|
961
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
|
|
962
|
+
}
|
|
963
|
+
.ui[class*="tablet stackable"].table > thead > tr > th,
|
|
964
|
+
.ui[class*="tablet stackable"].table > tbody > tr > th,
|
|
965
|
+
.ui[class*="tablet stackable"].table > tfoot > tr > th,
|
|
966
|
+
.ui[class*="tablet stackable"].table > tr > th,
|
|
967
|
+
.ui[class*="tablet stackable"].table > tbody > tr > td,
|
|
968
|
+
.ui[class*="tablet stackable"].table > tfoot > tr > td,
|
|
969
|
+
.ui[class*="tablet stackable"].table > tr > td {
|
|
970
|
+
background: none;
|
|
971
|
+
border: none !important;
|
|
972
|
+
padding: 0.25em 0.75em;
|
|
973
|
+
box-shadow: none;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
/* Definition Table */
|
|
977
|
+
.ui.definition[class*="tablet stackable"].table > thead > tr > th:first-child {
|
|
978
|
+
box-shadow: none !important;
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="primary marked"].left {
|
|
982
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
|
983
|
+
}
|
|
984
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="primary marked"].right {
|
|
985
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
|
986
|
+
}
|
|
987
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="primary marked"].left {
|
|
988
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
|
989
|
+
}
|
|
990
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="primary marked"].right {
|
|
991
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
|
992
|
+
}
|
|
993
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].left {
|
|
994
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
|
995
|
+
}
|
|
996
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="secondary marked"].right {
|
|
997
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
|
998
|
+
}
|
|
999
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="secondary marked"].left {
|
|
1000
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
1001
|
+
}
|
|
1002
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="secondary marked"].right {
|
|
1003
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
|
1004
|
+
}
|
|
1005
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="red marked"].left {
|
|
1006
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #db2828 inset;
|
|
1007
|
+
}
|
|
1008
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="red marked"].right {
|
|
1009
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #db2828 inset;
|
|
1010
|
+
}
|
|
1011
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="red marked"].left {
|
|
1012
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff695e inset;
|
|
1013
|
+
}
|
|
1014
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="red marked"].right {
|
|
1015
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff695e inset;
|
|
1016
|
+
}
|
|
1017
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].left {
|
|
1018
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #f2711c inset;
|
|
1019
|
+
}
|
|
1020
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="orange marked"].right {
|
|
1021
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #f2711c inset;
|
|
1022
|
+
}
|
|
1023
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].left {
|
|
1024
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff851b inset;
|
|
1025
|
+
}
|
|
1026
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="orange marked"].right {
|
|
1027
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff851b inset;
|
|
1028
|
+
}
|
|
1029
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="yellow marked"].left {
|
|
1030
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #fbbd08 inset;
|
|
1031
|
+
}
|
|
1032
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="yellow marked"].right {
|
|
1033
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #fbbd08 inset;
|
|
1034
|
+
}
|
|
1035
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="yellow marked"].left {
|
|
1036
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ffe21f inset;
|
|
1037
|
+
}
|
|
1038
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="yellow marked"].right {
|
|
1039
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ffe21f inset;
|
|
1040
|
+
}
|
|
1041
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].left {
|
|
1042
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #b5cc18 inset;
|
|
1043
|
+
}
|
|
1044
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="olive marked"].right {
|
|
1045
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #b5cc18 inset;
|
|
1046
|
+
}
|
|
1047
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="olive marked"].left {
|
|
1048
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d9e778 inset;
|
|
1049
|
+
}
|
|
1050
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="olive marked"].right {
|
|
1051
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d9e778 inset;
|
|
1052
|
+
}
|
|
1053
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].left {
|
|
1054
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #21ba45 inset;
|
|
1055
|
+
}
|
|
1056
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="green marked"].right {
|
|
1057
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #21ba45 inset;
|
|
1058
|
+
}
|
|
1059
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="green marked"].left {
|
|
1060
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2ecc40 inset;
|
|
1061
|
+
}
|
|
1062
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="green marked"].right {
|
|
1063
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2ecc40 inset;
|
|
1064
|
+
}
|
|
1065
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].left {
|
|
1066
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #00b5ad inset;
|
|
1067
|
+
}
|
|
1068
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="teal marked"].right {
|
|
1069
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #00b5ad inset;
|
|
1070
|
+
}
|
|
1071
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="teal marked"].left {
|
|
1072
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6dffff inset;
|
|
1073
|
+
}
|
|
1074
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="teal marked"].right {
|
|
1075
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6dffff inset;
|
|
1076
|
+
}
|
|
1077
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="blue marked"].left {
|
|
1078
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #2185d0 inset;
|
|
1079
|
+
}
|
|
1080
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="blue marked"].right {
|
|
1081
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #2185d0 inset;
|
|
1082
|
+
}
|
|
1083
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="blue marked"].left {
|
|
1084
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #54c8ff inset;
|
|
1085
|
+
}
|
|
1086
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="blue marked"].right {
|
|
1087
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #54c8ff inset;
|
|
1088
|
+
}
|
|
1089
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].left {
|
|
1090
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #6435c9 inset;
|
|
1091
|
+
}
|
|
1092
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="violet marked"].right {
|
|
1093
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #6435c9 inset;
|
|
1094
|
+
}
|
|
1095
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="violet marked"].left {
|
|
1096
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a291fb inset;
|
|
1097
|
+
}
|
|
1098
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="violet marked"].right {
|
|
1099
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a291fb inset;
|
|
1100
|
+
}
|
|
1101
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].left {
|
|
1102
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a333c8 inset;
|
|
1103
|
+
}
|
|
1104
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="purple marked"].right {
|
|
1105
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a333c8 inset;
|
|
1106
|
+
}
|
|
1107
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].left {
|
|
1108
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dc73ff inset;
|
|
1109
|
+
}
|
|
1110
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="purple marked"].right {
|
|
1111
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dc73ff inset;
|
|
1112
|
+
}
|
|
1113
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].left {
|
|
1114
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #e03997 inset;
|
|
1115
|
+
}
|
|
1116
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="pink marked"].right {
|
|
1117
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #e03997 inset;
|
|
1118
|
+
}
|
|
1119
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].left {
|
|
1120
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #ff8edf inset;
|
|
1121
|
+
}
|
|
1122
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="pink marked"].right {
|
|
1123
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #ff8edf inset;
|
|
1124
|
+
}
|
|
1125
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].left {
|
|
1126
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #a5673f inset;
|
|
1127
|
+
}
|
|
1128
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="brown marked"].right {
|
|
1129
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #a5673f inset;
|
|
1130
|
+
}
|
|
1131
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].left {
|
|
1132
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #d67c1c inset;
|
|
1133
|
+
}
|
|
1134
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="brown marked"].right {
|
|
1135
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #d67c1c inset;
|
|
1136
|
+
}
|
|
1137
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].left {
|
|
1138
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #767676 inset;
|
|
1139
|
+
}
|
|
1140
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="grey marked"].right {
|
|
1141
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #767676 inset;
|
|
1142
|
+
}
|
|
1143
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="grey marked"].left {
|
|
1144
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #dcddde inset;
|
|
1145
|
+
}
|
|
1146
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="grey marked"].right {
|
|
1147
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #dcddde inset;
|
|
1148
|
+
}
|
|
1149
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="black marked"].left {
|
|
1150
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #1b1c1d inset;
|
|
1151
|
+
}
|
|
1152
|
+
.ui.ui.ui.ui[class*="tablet stackable"].table tr[class*="black marked"].right {
|
|
1153
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #1b1c1d inset;
|
|
1154
|
+
}
|
|
1155
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="black marked"].left {
|
|
1156
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, 0.2em 0 0 0 #545454 inset;
|
|
1157
|
+
}
|
|
1158
|
+
.ui.ui.ui.ui[class*="tablet stackable"].inverted.table tr[class*="black marked"].right {
|
|
1159
|
+
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset, -0.2em 0 0 0 #545454 inset;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
/* --------------
|
|
1163
|
+
Text Alignment
|
|
1164
|
+
--------------- */
|
|
1165
|
+
.ui.table[class*="left aligned"],
|
|
1166
|
+
.ui.table [class*="left aligned"] {
|
|
1167
|
+
text-align: left;
|
|
1168
|
+
}
|
|
1169
|
+
.ui.table[class*="center aligned"],
|
|
1170
|
+
.ui.table [class*="center aligned"] {
|
|
1171
|
+
text-align: center;
|
|
1172
|
+
}
|
|
1173
|
+
.ui.table[class*="right aligned"],
|
|
1174
|
+
.ui.table [class*="right aligned"] {
|
|
1175
|
+
text-align: right;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
/* ------------------
|
|
1179
|
+
Vertical Alignment
|
|
1180
|
+
------------------ */
|
|
1181
|
+
.ui.table[class*="top aligned"],
|
|
1182
|
+
.ui.table [class*="top aligned"] {
|
|
1183
|
+
vertical-align: top;
|
|
1184
|
+
}
|
|
1185
|
+
.ui.table[class*="middle aligned"],
|
|
1186
|
+
.ui.table [class*="middle aligned"] {
|
|
1187
|
+
vertical-align: middle;
|
|
1188
|
+
}
|
|
1189
|
+
.ui.table[class*="bottom aligned"],
|
|
1190
|
+
.ui.table [class*="bottom aligned"] {
|
|
1191
|
+
vertical-align: bottom;
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
/* --------------
|
|
1195
|
+
Collapsing
|
|
1196
|
+
--------------- */
|
|
1197
|
+
.ui.table th.collapsing,
|
|
1198
|
+
.ui.table td.collapsing {
|
|
1199
|
+
width: 1px;
|
|
1200
|
+
white-space: nowrap;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
/* --------------
|
|
1204
|
+
Fixed
|
|
1205
|
+
--------------- */
|
|
1206
|
+
.ui.fixed.table {
|
|
1207
|
+
table-layout: fixed;
|
|
1208
|
+
}
|
|
1209
|
+
.ui.fixed.table th,
|
|
1210
|
+
.ui.fixed.table td {
|
|
1211
|
+
overflow: hidden;
|
|
1212
|
+
text-overflow: ellipsis;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
/* --------------
|
|
1216
|
+
Selectable
|
|
1217
|
+
--------------- */
|
|
1218
|
+
.ui.ui.selectable.table > tbody > tr:hover,
|
|
1219
|
+
.ui.table tbody tr td.selectable:hover {
|
|
1220
|
+
background: rgba(0, 0, 0, 0.05);
|
|
1221
|
+
color: rgba(0, 0, 0, 0.95);
|
|
1222
|
+
}
|
|
1223
|
+
.ui.ui.selectable.inverted.table > tbody > tr:hover,
|
|
1224
|
+
.ui.inverted.table tbody tr td.selectable:hover {
|
|
1225
|
+
background: rgba(255, 255, 255, 0.08);
|
|
1226
|
+
color: #ffffff;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
/* Selectable Cell Link */
|
|
1230
|
+
.ui.table tbody tr td.selectable {
|
|
1231
|
+
padding: 0;
|
|
1232
|
+
}
|
|
1233
|
+
.ui.table tbody tr td.selectable > a:not(.ui) {
|
|
1234
|
+
display: block;
|
|
1235
|
+
color: inherit;
|
|
1236
|
+
}
|
|
1237
|
+
.ui.table:not(.compact) tbody tr td.selectable > a:not(.ui) {
|
|
1238
|
+
padding: 0.78571429em 0.78571429em;
|
|
1239
|
+
}
|
|
1240
|
+
.ui.table > tr > td.selectable,
|
|
1241
|
+
.ui.table > tbody > tr > td.selectable,
|
|
1242
|
+
.ui.selectable.table > tbody > tr,
|
|
1243
|
+
.ui.selectable.table > tr {
|
|
1244
|
+
cursor: pointer;
|
|
1245
|
+
}
|
|
1246
|
+
|
|
1247
|
+
/* Other States */
|
|
1248
|
+
.ui.ui.selectable.table tr.error:hover,
|
|
1249
|
+
.ui.table tr td.selectable.error:hover,
|
|
1250
|
+
.ui.selectable.table tr:hover td.error {
|
|
1251
|
+
background: #ffe7e7;
|
|
1252
|
+
color: #943634;
|
|
1253
|
+
}
|
|
1254
|
+
.ui.ui.selectable.table tr.warning:hover,
|
|
1255
|
+
.ui.table tr td.selectable.warning:hover,
|
|
1256
|
+
.ui.selectable.table tr:hover td.warning {
|
|
1257
|
+
background: #fff4e4;
|
|
1258
|
+
color: #493107;
|
|
1259
|
+
}
|
|
1260
|
+
.ui.ui.selectable.table tr.active:hover,
|
|
1261
|
+
.ui.table tr td.selectable.active:hover,
|
|
1262
|
+
.ui.selectable.table tr:hover td.active {
|
|
1263
|
+
background: #e0e0e0;
|
|
1264
|
+
color: rgba(0, 0, 0, 0.87);
|
|
1265
|
+
}
|
|
1266
|
+
.ui.ui.selectable.table tr.positive:hover,
|
|
1267
|
+
.ui.table tr td.selectable.positive:hover,
|
|
1268
|
+
.ui.selectable.table tr:hover td.positive {
|
|
1269
|
+
background: #f7ffe6;
|
|
1270
|
+
color: #275b28;
|
|
1271
|
+
}
|
|
1272
|
+
.ui.ui.selectable.table tr.negative:hover,
|
|
1273
|
+
.ui.table tr td.selectable.negative:hover,
|
|
1274
|
+
.ui.selectable.table tr:hover td.negative {
|
|
1275
|
+
background: #ffe7e7;
|
|
1276
|
+
color: #943634;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
/* -------------------
|
|
1280
|
+
Attached
|
|
1281
|
+
-------------------- */
|
|
1282
|
+
|
|
1283
|
+
/* Middle */
|
|
1284
|
+
.ui.attached.table {
|
|
1285
|
+
top: 0;
|
|
1286
|
+
bottom: 0;
|
|
1287
|
+
border-radius: 0;
|
|
1288
|
+
margin: 0 -1px;
|
|
1289
|
+
width: calc(100% + 2px);
|
|
1290
|
+
max-width: calc(100% + 2px);
|
|
1291
|
+
box-shadow: none;
|
|
1292
|
+
border: 1px solid #d4d4d5;
|
|
1293
|
+
}
|
|
1294
|
+
.ui.attached + .ui.attached.table:not(.top) {
|
|
1295
|
+
border-top: none;
|
|
1296
|
+
}
|
|
1297
|
+
|
|
1298
|
+
/* Top */
|
|
1299
|
+
.ui[class*="top attached"].table {
|
|
1300
|
+
bottom: 0;
|
|
1301
|
+
margin-bottom: 0;
|
|
1302
|
+
top: 0;
|
|
1303
|
+
margin-top: 1em;
|
|
1304
|
+
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
|
1305
|
+
}
|
|
1306
|
+
.ui.table[class*="top attached"]:first-child {
|
|
1307
|
+
margin-top: 0;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
/* Bottom */
|
|
1311
|
+
.ui[class*="bottom attached"].table {
|
|
1312
|
+
bottom: 0;
|
|
1313
|
+
margin-top: 0;
|
|
1314
|
+
top: 0;
|
|
1315
|
+
margin-bottom: 1em;
|
|
1316
|
+
box-shadow: none;
|
|
1317
|
+
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
1318
|
+
}
|
|
1319
|
+
.ui[class*="bottom attached"].table:last-child {
|
|
1320
|
+
margin-bottom: 0;
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
/* --------------
|
|
1324
|
+
Striped
|
|
1325
|
+
--------------- */
|
|
1326
|
+
|
|
1327
|
+
/* Table Striping */
|
|
1328
|
+
.ui.striped.table > tr:nth-child(2n),
|
|
1329
|
+
.ui.striped.table > tbody > tr:nth-child(2n) {
|
|
1330
|
+
background-color: rgba(0, 0, 50, 0.02);
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1333
|
+
/* Stripes */
|
|
1334
|
+
.ui.inverted.striped.table > tr:nth-child(2n),
|
|
1335
|
+
.ui.inverted.striped.table > tbody > tr:nth-child(2n) {
|
|
1336
|
+
background-color: rgba(255, 255, 255, 0.05);
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
/* Allow striped active hover */
|
|
1340
|
+
.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
|
|
1341
|
+
background: #efefef;
|
|
1342
|
+
color: rgba(0, 0, 0, 0.95);
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
/* --------------
|
|
1346
|
+
Single Line
|
|
1347
|
+
--------------- */
|
|
1348
|
+
.ui.table[class*="single line"],
|
|
1349
|
+
.ui.table [class*="single line"] {
|
|
1350
|
+
white-space: nowrap;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
/* -------------------
|
|
1354
|
+
Colors
|
|
1355
|
+
-------------------- */
|
|
1356
|
+
.ui.primary.table {
|
|
1357
|
+
border-top: 0.2em solid #2185d0;
|
|
1358
|
+
}
|
|
1359
|
+
.ui.inverted.primary.table {
|
|
1360
|
+
background: #2185d0;
|
|
1361
|
+
color: #fff;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1365
|
+
.ui.scrolling.table > thead.primary,
|
|
1366
|
+
.ui.scrolling.table > tfoot.primary {
|
|
1367
|
+
background: #ddf4ff;
|
|
1368
|
+
color: #ddf4ff;
|
|
1369
|
+
}
|
|
1370
|
+
.ui.scrolling.table > thead.primary > tr > th,
|
|
1371
|
+
.ui.scrolling.table > tfoot.primary > tr > th,
|
|
1372
|
+
.ui.scrolling.table > thead.primary > tr > td,
|
|
1373
|
+
.ui.scrolling.table > tfoot.primary > tr > td {
|
|
1374
|
+
background: inherit;
|
|
1375
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1376
|
+
}
|
|
1377
|
+
.ui.inverted.scrolling.table > thead.primary,
|
|
1378
|
+
.ui.inverted.scrolling.table > tfoot.primary {
|
|
1379
|
+
background: #2185d0;
|
|
1380
|
+
color: #2185d0;
|
|
1381
|
+
}
|
|
1382
|
+
.ui.inverted.scrolling.table > thead.primary > tr > th,
|
|
1383
|
+
.ui.inverted.scrolling.table > tfoot.primary > tr > th,
|
|
1384
|
+
.ui.inverted.scrolling.table > thead.primary > tr > td,
|
|
1385
|
+
.ui.inverted.scrolling.table > tfoot.primary > tr > td {
|
|
1386
|
+
background: inherit;
|
|
1387
|
+
color: #fff;
|
|
1388
|
+
}
|
|
1389
|
+
.ui.ui.ui.ui.table tr[class*="primary colored"],
|
|
1390
|
+
.ui.ui.table th[class*="primary colored"],
|
|
1391
|
+
.ui.ui.table td[class*="primary colored"],
|
|
1392
|
+
.ui.ui.ui.ui.table tr.primary:not(.marked),
|
|
1393
|
+
.ui.ui.table th.primary:not(.marked),
|
|
1394
|
+
.ui.ui.table td.primary:not(.marked) {
|
|
1395
|
+
background: #ddf4ff;
|
|
1396
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1397
|
+
}
|
|
1398
|
+
.ui.table > thead > tr[class*="primary colored"] > th,
|
|
1399
|
+
.ui.table > tfoot > tr[class*="primary colored"] > th,
|
|
1400
|
+
.ui.table > tfoot > tr[class*="primary colored"] > td,
|
|
1401
|
+
.ui.table > thead > tr.primary:not(.marked) > th,
|
|
1402
|
+
.ui.table > tfoot > tr.primary:not(.marked) > th,
|
|
1403
|
+
.ui.table > tfoot > tr.primary:not(.marked) > td {
|
|
1404
|
+
background: inherit;
|
|
1405
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1406
|
+
}
|
|
1407
|
+
.ui.ui.ui.ui.inverted.table tr[class*="primary colored"],
|
|
1408
|
+
.ui.ui.inverted.table th[class*="primary colored"],
|
|
1409
|
+
.ui.ui.inverted.table td[class*="primary colored"],
|
|
1410
|
+
.ui.ui.ui.ui.inverted.table tr.primary:not(.marked),
|
|
1411
|
+
.ui.ui.inverted.table th.primary:not(.marked),
|
|
1412
|
+
.ui.ui.inverted.table td.primary:not(.marked) {
|
|
1413
|
+
background: #2185d0;
|
|
1414
|
+
color: #fff;
|
|
1415
|
+
}
|
|
1416
|
+
.ui.inverted.table > thead > tr[class*="primary colored"] > th,
|
|
1417
|
+
.ui.inverted.table > tfoot > tr[class*="primary colored"] > th,
|
|
1418
|
+
.ui.inverted.table > tfoot > tr[class*="primary colored"] > td,
|
|
1419
|
+
.ui.inverted.table > thead > tr.primary:not(.marked) > th,
|
|
1420
|
+
.ui.inverted.table > tfoot > tr.primary:not(.marked) > th,
|
|
1421
|
+
.ui.inverted.table > tfoot > tr.primary:not(.marked) > td {
|
|
1422
|
+
background: inherit;
|
|
1423
|
+
color: #fff;
|
|
1424
|
+
}
|
|
1425
|
+
.ui.ui.selectable.table tr[class*="primary colored"]:hover,
|
|
1426
|
+
.ui.table tr td.selectable[class*="primary colored"]:hover,
|
|
1427
|
+
.ui.selectable.table tr:hover td[class*="primary colored"],
|
|
1428
|
+
.ui.ui.selectable.table tr.primary:not(.marked):hover,
|
|
1429
|
+
.ui.table tr td.selectable.primary:not(.marked):hover,
|
|
1430
|
+
.ui.selectable.table tr:hover td.primary:not(.marked) {
|
|
1431
|
+
background: #d3f1ff;
|
|
1432
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1433
|
+
}
|
|
1434
|
+
.ui.ui.inverted.selectable.table tr[class*="primary colored"]:hover,
|
|
1435
|
+
.ui.inverted.table tr td.selectable[class*="primary colored"]:hover,
|
|
1436
|
+
.ui.inverted.selectable.table tr:hover td[class*="primary colored"],
|
|
1437
|
+
.ui.ui.inverted.selectable.table tr.primary:not(.marked):hover,
|
|
1438
|
+
.ui.inverted.table tr td.selectable.primary:not(.marked):hover,
|
|
1439
|
+
.ui.inverted.selectable.table tr:hover td.primary:not(.marked) {
|
|
1440
|
+
background: #21b8ff;
|
|
1441
|
+
color: #fff;
|
|
1442
|
+
}
|
|
1443
|
+
.ui.table td[class*="primary marked"].left,
|
|
1444
|
+
.ui.table tr[class*="primary marked"].left {
|
|
1445
|
+
box-shadow: 0.2em 0 0 0 #2185d0 inset;
|
|
1446
|
+
}
|
|
1447
|
+
.ui.table td[class*="primary marked"].right,
|
|
1448
|
+
.ui.table tr[class*="primary marked"].right {
|
|
1449
|
+
box-shadow: -0.2em 0 0 0 #2185d0 inset;
|
|
1450
|
+
}
|
|
1451
|
+
.ui.inverted.table td[class*="primary marked"].left,
|
|
1452
|
+
.ui.inverted.table tr[class*="primary marked"].left {
|
|
1453
|
+
box-shadow: 0.2em 0 0 0 #54c8ff inset;
|
|
1454
|
+
}
|
|
1455
|
+
.ui.inverted.table td[class*="primary marked"].right,
|
|
1456
|
+
.ui.inverted.table tr[class*="primary marked"].right {
|
|
1457
|
+
box-shadow: -0.2em 0 0 0 #54c8ff inset;
|
|
1458
|
+
}
|
|
1459
|
+
.ui.secondary.table {
|
|
1460
|
+
border-top: 0.2em solid #1b1c1d;
|
|
1461
|
+
}
|
|
1462
|
+
.ui.inverted.secondary.table {
|
|
1463
|
+
background: #1b1c1d;
|
|
1464
|
+
color: #fff;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1468
|
+
.ui.scrolling.table > thead.secondary,
|
|
1469
|
+
.ui.scrolling.table > tfoot.secondary {
|
|
1470
|
+
background: #dddddd;
|
|
1471
|
+
color: #dddddd;
|
|
1472
|
+
}
|
|
1473
|
+
.ui.scrolling.table > thead.secondary > tr > th,
|
|
1474
|
+
.ui.scrolling.table > tfoot.secondary > tr > th,
|
|
1475
|
+
.ui.scrolling.table > thead.secondary > tr > td,
|
|
1476
|
+
.ui.scrolling.table > tfoot.secondary > tr > td {
|
|
1477
|
+
background: inherit;
|
|
1478
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1479
|
+
}
|
|
1480
|
+
.ui.inverted.scrolling.table > thead.secondary,
|
|
1481
|
+
.ui.inverted.scrolling.table > tfoot.secondary {
|
|
1482
|
+
background: #1b1c1d;
|
|
1483
|
+
color: #1b1c1d;
|
|
1484
|
+
}
|
|
1485
|
+
.ui.inverted.scrolling.table > thead.secondary > tr > th,
|
|
1486
|
+
.ui.inverted.scrolling.table > tfoot.secondary > tr > th,
|
|
1487
|
+
.ui.inverted.scrolling.table > thead.secondary > tr > td,
|
|
1488
|
+
.ui.inverted.scrolling.table > tfoot.secondary > tr > td {
|
|
1489
|
+
background: inherit;
|
|
1490
|
+
color: #fff;
|
|
1491
|
+
}
|
|
1492
|
+
.ui.ui.ui.ui.table tr[class*="secondary colored"],
|
|
1493
|
+
.ui.ui.table th[class*="secondary colored"],
|
|
1494
|
+
.ui.ui.table td[class*="secondary colored"],
|
|
1495
|
+
.ui.ui.ui.ui.table tr.secondary:not(.marked),
|
|
1496
|
+
.ui.ui.table th.secondary:not(.marked),
|
|
1497
|
+
.ui.ui.table td.secondary:not(.marked) {
|
|
1498
|
+
background: #dddddd;
|
|
1499
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1500
|
+
}
|
|
1501
|
+
.ui.table > thead > tr[class*="secondary colored"] > th,
|
|
1502
|
+
.ui.table > tfoot > tr[class*="secondary colored"] > th,
|
|
1503
|
+
.ui.table > tfoot > tr[class*="secondary colored"] > td,
|
|
1504
|
+
.ui.table > thead > tr.secondary:not(.marked) > th,
|
|
1505
|
+
.ui.table > tfoot > tr.secondary:not(.marked) > th,
|
|
1506
|
+
.ui.table > tfoot > tr.secondary:not(.marked) > td {
|
|
1507
|
+
background: inherit;
|
|
1508
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1509
|
+
}
|
|
1510
|
+
.ui.ui.ui.ui.inverted.table tr[class*="secondary colored"],
|
|
1511
|
+
.ui.ui.inverted.table th[class*="secondary colored"],
|
|
1512
|
+
.ui.ui.inverted.table td[class*="secondary colored"],
|
|
1513
|
+
.ui.ui.ui.ui.inverted.table tr.secondary:not(.marked),
|
|
1514
|
+
.ui.ui.inverted.table th.secondary:not(.marked),
|
|
1515
|
+
.ui.ui.inverted.table td.secondary:not(.marked) {
|
|
1516
|
+
background: #1b1c1d;
|
|
1517
|
+
color: #fff;
|
|
1518
|
+
}
|
|
1519
|
+
.ui.inverted.table > thead > tr[class*="secondary colored"] > th,
|
|
1520
|
+
.ui.inverted.table > tfoot > tr[class*="secondary colored"] > th,
|
|
1521
|
+
.ui.inverted.table > tfoot > tr[class*="secondary colored"] > td,
|
|
1522
|
+
.ui.inverted.table > thead > tr.secondary:not(.marked) > th,
|
|
1523
|
+
.ui.inverted.table > tfoot > tr.secondary:not(.marked) > th,
|
|
1524
|
+
.ui.inverted.table > tfoot > tr.secondary:not(.marked) > td {
|
|
1525
|
+
background: inherit;
|
|
1526
|
+
color: #fff;
|
|
1527
|
+
}
|
|
1528
|
+
.ui.ui.selectable.table tr[class*="secondary colored"]:hover,
|
|
1529
|
+
.ui.table tr td.selectable[class*="secondary colored"]:hover,
|
|
1530
|
+
.ui.selectable.table tr:hover td[class*="secondary colored"],
|
|
1531
|
+
.ui.ui.selectable.table tr.secondary:not(.marked):hover,
|
|
1532
|
+
.ui.table tr td.selectable.secondary:not(.marked):hover,
|
|
1533
|
+
.ui.selectable.table tr:hover td.secondary:not(.marked) {
|
|
1534
|
+
background: #e2e2e2;
|
|
1535
|
+
color: rgba(255, 255, 255, 0.9);
|
|
1536
|
+
}
|
|
1537
|
+
.ui.ui.inverted.selectable.table tr[class*="secondary colored"]:hover,
|
|
1538
|
+
.ui.inverted.table tr td.selectable[class*="secondary colored"]:hover,
|
|
1539
|
+
.ui.inverted.selectable.table tr:hover td[class*="secondary colored"],
|
|
1540
|
+
.ui.ui.inverted.selectable.table tr.secondary:not(.marked):hover,
|
|
1541
|
+
.ui.inverted.table tr td.selectable.secondary:not(.marked):hover,
|
|
1542
|
+
.ui.inverted.selectable.table tr:hover td.secondary:not(.marked) {
|
|
1543
|
+
background: #6e6e6e;
|
|
1544
|
+
color: #fff;
|
|
1545
|
+
}
|
|
1546
|
+
.ui.table td[class*="secondary marked"].left,
|
|
1547
|
+
.ui.table tr[class*="secondary marked"].left {
|
|
1548
|
+
box-shadow: 0.2em 0 0 0 #1b1c1d inset;
|
|
1549
|
+
}
|
|
1550
|
+
.ui.table td[class*="secondary marked"].right,
|
|
1551
|
+
.ui.table tr[class*="secondary marked"].right {
|
|
1552
|
+
box-shadow: -0.2em 0 0 0 #1b1c1d inset;
|
|
1553
|
+
}
|
|
1554
|
+
.ui.inverted.table td[class*="secondary marked"].left,
|
|
1555
|
+
.ui.inverted.table tr[class*="secondary marked"].left {
|
|
1556
|
+
box-shadow: 0.2em 0 0 0 #545454 inset;
|
|
1557
|
+
}
|
|
1558
|
+
.ui.inverted.table td[class*="secondary marked"].right,
|
|
1559
|
+
.ui.inverted.table tr[class*="secondary marked"].right {
|
|
1560
|
+
box-shadow: -0.2em 0 0 0 #545454 inset;
|
|
1561
|
+
}
|
|
1562
|
+
.ui.red.table {
|
|
1563
|
+
border-top: 0.2em solid #db2828;
|
|
1564
|
+
}
|
|
1565
|
+
.ui.inverted.red.table {
|
|
1566
|
+
background: #db2828;
|
|
1567
|
+
color: #fff;
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1570
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1571
|
+
.ui.scrolling.table > thead.red,
|
|
1572
|
+
.ui.scrolling.table > tfoot.red {
|
|
1573
|
+
background: #ffe1df;
|
|
1574
|
+
color: #ffe1df;
|
|
1575
|
+
}
|
|
1576
|
+
.ui.scrolling.table > thead.red > tr > th,
|
|
1577
|
+
.ui.scrolling.table > tfoot.red > tr > th,
|
|
1578
|
+
.ui.scrolling.table > thead.red > tr > td,
|
|
1579
|
+
.ui.scrolling.table > tfoot.red > tr > td {
|
|
1580
|
+
background: inherit;
|
|
1581
|
+
color: #db2828;
|
|
1582
|
+
}
|
|
1583
|
+
.ui.inverted.scrolling.table > thead.red,
|
|
1584
|
+
.ui.inverted.scrolling.table > tfoot.red {
|
|
1585
|
+
background: #db2828;
|
|
1586
|
+
color: #db2828;
|
|
1587
|
+
}
|
|
1588
|
+
.ui.inverted.scrolling.table > thead.red > tr > th,
|
|
1589
|
+
.ui.inverted.scrolling.table > tfoot.red > tr > th,
|
|
1590
|
+
.ui.inverted.scrolling.table > thead.red > tr > td,
|
|
1591
|
+
.ui.inverted.scrolling.table > tfoot.red > tr > td {
|
|
1592
|
+
background: inherit;
|
|
1593
|
+
color: #fff;
|
|
1594
|
+
}
|
|
1595
|
+
.ui.ui.ui.ui.table tr[class*="red colored"],
|
|
1596
|
+
.ui.ui.table th[class*="red colored"],
|
|
1597
|
+
.ui.ui.table td[class*="red colored"],
|
|
1598
|
+
.ui.ui.ui.ui.table tr.red:not(.marked),
|
|
1599
|
+
.ui.ui.table th.red:not(.marked),
|
|
1600
|
+
.ui.ui.table td.red:not(.marked) {
|
|
1601
|
+
background: #ffe1df;
|
|
1602
|
+
color: #db2828;
|
|
1603
|
+
}
|
|
1604
|
+
.ui.table > thead > tr[class*="red colored"] > th,
|
|
1605
|
+
.ui.table > tfoot > tr[class*="red colored"] > th,
|
|
1606
|
+
.ui.table > tfoot > tr[class*="red colored"] > td,
|
|
1607
|
+
.ui.table > thead > tr.red:not(.marked) > th,
|
|
1608
|
+
.ui.table > tfoot > tr.red:not(.marked) > th,
|
|
1609
|
+
.ui.table > tfoot > tr.red:not(.marked) > td {
|
|
1610
|
+
background: inherit;
|
|
1611
|
+
color: #db2828;
|
|
1612
|
+
}
|
|
1613
|
+
.ui.ui.ui.ui.inverted.table tr[class*="red colored"],
|
|
1614
|
+
.ui.ui.inverted.table th[class*="red colored"],
|
|
1615
|
+
.ui.ui.inverted.table td[class*="red colored"],
|
|
1616
|
+
.ui.ui.ui.ui.inverted.table tr.red:not(.marked),
|
|
1617
|
+
.ui.ui.inverted.table th.red:not(.marked),
|
|
1618
|
+
.ui.ui.inverted.table td.red:not(.marked) {
|
|
1619
|
+
background: #db2828;
|
|
1620
|
+
color: #fff;
|
|
1621
|
+
}
|
|
1622
|
+
.ui.inverted.table > thead > tr[class*="red colored"] > th,
|
|
1623
|
+
.ui.inverted.table > tfoot > tr[class*="red colored"] > th,
|
|
1624
|
+
.ui.inverted.table > tfoot > tr[class*="red colored"] > td,
|
|
1625
|
+
.ui.inverted.table > thead > tr.red:not(.marked) > th,
|
|
1626
|
+
.ui.inverted.table > tfoot > tr.red:not(.marked) > th,
|
|
1627
|
+
.ui.inverted.table > tfoot > tr.red:not(.marked) > td {
|
|
1628
|
+
background: inherit;
|
|
1629
|
+
color: #fff;
|
|
1630
|
+
}
|
|
1631
|
+
.ui.ui.selectable.table tr[class*="red colored"]:hover,
|
|
1632
|
+
.ui.table tr td.selectable[class*="red colored"]:hover,
|
|
1633
|
+
.ui.selectable.table tr:hover td[class*="red colored"],
|
|
1634
|
+
.ui.ui.selectable.table tr.red:not(.marked):hover,
|
|
1635
|
+
.ui.table tr td.selectable.red:not(.marked):hover,
|
|
1636
|
+
.ui.selectable.table tr:hover td.red:not(.marked) {
|
|
1637
|
+
background: #ffd7d5;
|
|
1638
|
+
color: #db2828;
|
|
1639
|
+
}
|
|
1640
|
+
.ui.ui.inverted.selectable.table tr[class*="red colored"]:hover,
|
|
1641
|
+
.ui.inverted.table tr td.selectable[class*="red colored"]:hover,
|
|
1642
|
+
.ui.inverted.selectable.table tr:hover td[class*="red colored"],
|
|
1643
|
+
.ui.ui.inverted.selectable.table tr.red:not(.marked):hover,
|
|
1644
|
+
.ui.inverted.table tr td.selectable.red:not(.marked):hover,
|
|
1645
|
+
.ui.inverted.selectable.table tr:hover td.red:not(.marked) {
|
|
1646
|
+
background: #ff392b;
|
|
1647
|
+
color: #fff;
|
|
1648
|
+
}
|
|
1649
|
+
.ui.table td[class*="red marked"].left,
|
|
1650
|
+
.ui.table tr[class*="red marked"].left {
|
|
1651
|
+
box-shadow: 0.2em 0 0 0 #db2828 inset;
|
|
1652
|
+
}
|
|
1653
|
+
.ui.table td[class*="red marked"].right,
|
|
1654
|
+
.ui.table tr[class*="red marked"].right {
|
|
1655
|
+
box-shadow: -0.2em 0 0 0 #db2828 inset;
|
|
1656
|
+
}
|
|
1657
|
+
.ui.inverted.table td[class*="red marked"].left,
|
|
1658
|
+
.ui.inverted.table tr[class*="red marked"].left {
|
|
1659
|
+
box-shadow: 0.2em 0 0 0 #ff695e inset;
|
|
1660
|
+
}
|
|
1661
|
+
.ui.inverted.table td[class*="red marked"].right,
|
|
1662
|
+
.ui.inverted.table tr[class*="red marked"].right {
|
|
1663
|
+
box-shadow: -0.2em 0 0 0 #ff695e inset;
|
|
1664
|
+
}
|
|
1665
|
+
.ui.orange.table {
|
|
1666
|
+
border-top: 0.2em solid #f2711c;
|
|
1667
|
+
}
|
|
1668
|
+
.ui.inverted.orange.table {
|
|
1669
|
+
background: #f2711c;
|
|
1670
|
+
color: #fff;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1674
|
+
.ui.scrolling.table > thead.orange,
|
|
1675
|
+
.ui.scrolling.table > tfoot.orange {
|
|
1676
|
+
background: #ffe7d1;
|
|
1677
|
+
color: #ffe7d1;
|
|
1678
|
+
}
|
|
1679
|
+
.ui.scrolling.table > thead.orange > tr > th,
|
|
1680
|
+
.ui.scrolling.table > tfoot.orange > tr > th,
|
|
1681
|
+
.ui.scrolling.table > thead.orange > tr > td,
|
|
1682
|
+
.ui.scrolling.table > tfoot.orange > tr > td {
|
|
1683
|
+
background: inherit;
|
|
1684
|
+
color: #f2711c;
|
|
1685
|
+
}
|
|
1686
|
+
.ui.inverted.scrolling.table > thead.orange,
|
|
1687
|
+
.ui.inverted.scrolling.table > tfoot.orange {
|
|
1688
|
+
background: #f2711c;
|
|
1689
|
+
color: #f2711c;
|
|
1690
|
+
}
|
|
1691
|
+
.ui.inverted.scrolling.table > thead.orange > tr > th,
|
|
1692
|
+
.ui.inverted.scrolling.table > tfoot.orange > tr > th,
|
|
1693
|
+
.ui.inverted.scrolling.table > thead.orange > tr > td,
|
|
1694
|
+
.ui.inverted.scrolling.table > tfoot.orange > tr > td {
|
|
1695
|
+
background: inherit;
|
|
1696
|
+
color: #fff;
|
|
1697
|
+
}
|
|
1698
|
+
.ui.ui.ui.ui.table tr[class*="orange colored"],
|
|
1699
|
+
.ui.ui.table th[class*="orange colored"],
|
|
1700
|
+
.ui.ui.table td[class*="orange colored"],
|
|
1701
|
+
.ui.ui.ui.ui.table tr.orange:not(.marked),
|
|
1702
|
+
.ui.ui.table th.orange:not(.marked),
|
|
1703
|
+
.ui.ui.table td.orange:not(.marked) {
|
|
1704
|
+
background: #ffe7d1;
|
|
1705
|
+
color: #f2711c;
|
|
1706
|
+
}
|
|
1707
|
+
.ui.table > thead > tr[class*="orange colored"] > th,
|
|
1708
|
+
.ui.table > tfoot > tr[class*="orange colored"] > th,
|
|
1709
|
+
.ui.table > tfoot > tr[class*="orange colored"] > td,
|
|
1710
|
+
.ui.table > thead > tr.orange:not(.marked) > th,
|
|
1711
|
+
.ui.table > tfoot > tr.orange:not(.marked) > th,
|
|
1712
|
+
.ui.table > tfoot > tr.orange:not(.marked) > td {
|
|
1713
|
+
background: inherit;
|
|
1714
|
+
color: #f2711c;
|
|
1715
|
+
}
|
|
1716
|
+
.ui.ui.ui.ui.inverted.table tr[class*="orange colored"],
|
|
1717
|
+
.ui.ui.inverted.table th[class*="orange colored"],
|
|
1718
|
+
.ui.ui.inverted.table td[class*="orange colored"],
|
|
1719
|
+
.ui.ui.ui.ui.inverted.table tr.orange:not(.marked),
|
|
1720
|
+
.ui.ui.inverted.table th.orange:not(.marked),
|
|
1721
|
+
.ui.ui.inverted.table td.orange:not(.marked) {
|
|
1722
|
+
background: #f2711c;
|
|
1723
|
+
color: #fff;
|
|
1724
|
+
}
|
|
1725
|
+
.ui.inverted.table > thead > tr[class*="orange colored"] > th,
|
|
1726
|
+
.ui.inverted.table > tfoot > tr[class*="orange colored"] > th,
|
|
1727
|
+
.ui.inverted.table > tfoot > tr[class*="orange colored"] > td,
|
|
1728
|
+
.ui.inverted.table > thead > tr.orange:not(.marked) > th,
|
|
1729
|
+
.ui.inverted.table > tfoot > tr.orange:not(.marked) > th,
|
|
1730
|
+
.ui.inverted.table > tfoot > tr.orange:not(.marked) > td {
|
|
1731
|
+
background: inherit;
|
|
1732
|
+
color: #fff;
|
|
1733
|
+
}
|
|
1734
|
+
.ui.ui.selectable.table tr[class*="orange colored"]:hover,
|
|
1735
|
+
.ui.table tr td.selectable[class*="orange colored"]:hover,
|
|
1736
|
+
.ui.selectable.table tr:hover td[class*="orange colored"],
|
|
1737
|
+
.ui.ui.selectable.table tr.orange:not(.marked):hover,
|
|
1738
|
+
.ui.table tr td.selectable.orange:not(.marked):hover,
|
|
1739
|
+
.ui.selectable.table tr:hover td.orange:not(.marked) {
|
|
1740
|
+
background: #fae1cc;
|
|
1741
|
+
color: #f2711c;
|
|
1742
|
+
}
|
|
1743
|
+
.ui.ui.inverted.selectable.table tr[class*="orange colored"]:hover,
|
|
1744
|
+
.ui.inverted.table tr td.selectable[class*="orange colored"]:hover,
|
|
1745
|
+
.ui.inverted.selectable.table tr:hover td[class*="orange colored"],
|
|
1746
|
+
.ui.ui.inverted.selectable.table tr.orange:not(.marked):hover,
|
|
1747
|
+
.ui.inverted.table tr td.selectable.orange:not(.marked):hover,
|
|
1748
|
+
.ui.inverted.selectable.table tr:hover td.orange:not(.marked) {
|
|
1749
|
+
background: #e76b00;
|
|
1750
|
+
color: #fff;
|
|
1751
|
+
}
|
|
1752
|
+
.ui.table td[class*="orange marked"].left,
|
|
1753
|
+
.ui.table tr[class*="orange marked"].left {
|
|
1754
|
+
box-shadow: 0.2em 0 0 0 #f2711c inset;
|
|
1755
|
+
}
|
|
1756
|
+
.ui.table td[class*="orange marked"].right,
|
|
1757
|
+
.ui.table tr[class*="orange marked"].right {
|
|
1758
|
+
box-shadow: -0.2em 0 0 0 #f2711c inset;
|
|
1759
|
+
}
|
|
1760
|
+
.ui.inverted.table td[class*="orange marked"].left,
|
|
1761
|
+
.ui.inverted.table tr[class*="orange marked"].left {
|
|
1762
|
+
box-shadow: 0.2em 0 0 0 #ff851b inset;
|
|
1763
|
+
}
|
|
1764
|
+
.ui.inverted.table td[class*="orange marked"].right,
|
|
1765
|
+
.ui.inverted.table tr[class*="orange marked"].right {
|
|
1766
|
+
box-shadow: -0.2em 0 0 0 #ff851b inset;
|
|
1767
|
+
}
|
|
1768
|
+
.ui.yellow.table {
|
|
1769
|
+
border-top: 0.2em solid #fbbd08;
|
|
1770
|
+
}
|
|
1771
|
+
.ui.inverted.yellow.table {
|
|
1772
|
+
background: #fbbd08;
|
|
1773
|
+
color: #fff;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1777
|
+
.ui.scrolling.table > thead.yellow,
|
|
1778
|
+
.ui.scrolling.table > tfoot.yellow {
|
|
1779
|
+
background: #fff9d2;
|
|
1780
|
+
color: #fff9d2;
|
|
1781
|
+
}
|
|
1782
|
+
.ui.scrolling.table > thead.yellow > tr > th,
|
|
1783
|
+
.ui.scrolling.table > tfoot.yellow > tr > th,
|
|
1784
|
+
.ui.scrolling.table > thead.yellow > tr > td,
|
|
1785
|
+
.ui.scrolling.table > tfoot.yellow > tr > td {
|
|
1786
|
+
background: inherit;
|
|
1787
|
+
color: #b58105;
|
|
1788
|
+
}
|
|
1789
|
+
.ui.inverted.scrolling.table > thead.yellow,
|
|
1790
|
+
.ui.inverted.scrolling.table > tfoot.yellow {
|
|
1791
|
+
background: #fbbd08;
|
|
1792
|
+
color: #fbbd08;
|
|
1793
|
+
}
|
|
1794
|
+
.ui.inverted.scrolling.table > thead.yellow > tr > th,
|
|
1795
|
+
.ui.inverted.scrolling.table > tfoot.yellow > tr > th,
|
|
1796
|
+
.ui.inverted.scrolling.table > thead.yellow > tr > td,
|
|
1797
|
+
.ui.inverted.scrolling.table > tfoot.yellow > tr > td {
|
|
1798
|
+
background: inherit;
|
|
1799
|
+
color: #fff;
|
|
1800
|
+
}
|
|
1801
|
+
.ui.ui.ui.ui.table tr[class*="yellow colored"],
|
|
1802
|
+
.ui.ui.table th[class*="yellow colored"],
|
|
1803
|
+
.ui.ui.table td[class*="yellow colored"],
|
|
1804
|
+
.ui.ui.ui.ui.table tr.yellow:not(.marked),
|
|
1805
|
+
.ui.ui.table th.yellow:not(.marked),
|
|
1806
|
+
.ui.ui.table td.yellow:not(.marked) {
|
|
1807
|
+
background: #fff9d2;
|
|
1808
|
+
color: #b58105;
|
|
1809
|
+
}
|
|
1810
|
+
.ui.table > thead > tr[class*="yellow colored"] > th,
|
|
1811
|
+
.ui.table > tfoot > tr[class*="yellow colored"] > th,
|
|
1812
|
+
.ui.table > tfoot > tr[class*="yellow colored"] > td,
|
|
1813
|
+
.ui.table > thead > tr.yellow:not(.marked) > th,
|
|
1814
|
+
.ui.table > tfoot > tr.yellow:not(.marked) > th,
|
|
1815
|
+
.ui.table > tfoot > tr.yellow:not(.marked) > td {
|
|
1816
|
+
background: inherit;
|
|
1817
|
+
color: #b58105;
|
|
1818
|
+
}
|
|
1819
|
+
.ui.ui.ui.ui.inverted.table tr[class*="yellow colored"],
|
|
1820
|
+
.ui.ui.inverted.table th[class*="yellow colored"],
|
|
1821
|
+
.ui.ui.inverted.table td[class*="yellow colored"],
|
|
1822
|
+
.ui.ui.ui.ui.inverted.table tr.yellow:not(.marked),
|
|
1823
|
+
.ui.ui.inverted.table th.yellow:not(.marked),
|
|
1824
|
+
.ui.ui.inverted.table td.yellow:not(.marked) {
|
|
1825
|
+
background: #fbbd08;
|
|
1826
|
+
color: #fff;
|
|
1827
|
+
}
|
|
1828
|
+
.ui.inverted.table > thead > tr[class*="yellow colored"] > th,
|
|
1829
|
+
.ui.inverted.table > tfoot > tr[class*="yellow colored"] > th,
|
|
1830
|
+
.ui.inverted.table > tfoot > tr[class*="yellow colored"] > td,
|
|
1831
|
+
.ui.inverted.table > thead > tr.yellow:not(.marked) > th,
|
|
1832
|
+
.ui.inverted.table > tfoot > tr.yellow:not(.marked) > th,
|
|
1833
|
+
.ui.inverted.table > tfoot > tr.yellow:not(.marked) > td {
|
|
1834
|
+
background: inherit;
|
|
1835
|
+
color: #fff;
|
|
1836
|
+
}
|
|
1837
|
+
.ui.ui.selectable.table tr[class*="yellow colored"]:hover,
|
|
1838
|
+
.ui.table tr td.selectable[class*="yellow colored"]:hover,
|
|
1839
|
+
.ui.selectable.table tr:hover td[class*="yellow colored"],
|
|
1840
|
+
.ui.ui.selectable.table tr.yellow:not(.marked):hover,
|
|
1841
|
+
.ui.table tr td.selectable.yellow:not(.marked):hover,
|
|
1842
|
+
.ui.selectable.table tr:hover td.yellow:not(.marked) {
|
|
1843
|
+
background: #fbf5cc;
|
|
1844
|
+
color: #b58105;
|
|
1845
|
+
}
|
|
1846
|
+
.ui.ui.inverted.selectable.table tr[class*="yellow colored"]:hover,
|
|
1847
|
+
.ui.inverted.table tr td.selectable[class*="yellow colored"]:hover,
|
|
1848
|
+
.ui.inverted.selectable.table tr:hover td[class*="yellow colored"],
|
|
1849
|
+
.ui.ui.inverted.selectable.table tr.yellow:not(.marked):hover,
|
|
1850
|
+
.ui.inverted.table tr td.selectable.yellow:not(.marked):hover,
|
|
1851
|
+
.ui.inverted.selectable.table tr:hover td.yellow:not(.marked) {
|
|
1852
|
+
background: #ebcd00;
|
|
1853
|
+
color: #fff;
|
|
1854
|
+
}
|
|
1855
|
+
.ui.table td[class*="yellow marked"].left,
|
|
1856
|
+
.ui.table tr[class*="yellow marked"].left {
|
|
1857
|
+
box-shadow: 0.2em 0 0 0 #fbbd08 inset;
|
|
1858
|
+
}
|
|
1859
|
+
.ui.table td[class*="yellow marked"].right,
|
|
1860
|
+
.ui.table tr[class*="yellow marked"].right {
|
|
1861
|
+
box-shadow: -0.2em 0 0 0 #fbbd08 inset;
|
|
1862
|
+
}
|
|
1863
|
+
.ui.inverted.table td[class*="yellow marked"].left,
|
|
1864
|
+
.ui.inverted.table tr[class*="yellow marked"].left {
|
|
1865
|
+
box-shadow: 0.2em 0 0 0 #ffe21f inset;
|
|
1866
|
+
}
|
|
1867
|
+
.ui.inverted.table td[class*="yellow marked"].right,
|
|
1868
|
+
.ui.inverted.table tr[class*="yellow marked"].right {
|
|
1869
|
+
box-shadow: -0.2em 0 0 0 #ffe21f inset;
|
|
1870
|
+
}
|
|
1871
|
+
.ui.olive.table {
|
|
1872
|
+
border-top: 0.2em solid #b5cc18;
|
|
1873
|
+
}
|
|
1874
|
+
.ui.inverted.olive.table {
|
|
1875
|
+
background: #b5cc18;
|
|
1876
|
+
color: #fff;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1880
|
+
.ui.scrolling.table > thead.olive,
|
|
1881
|
+
.ui.scrolling.table > tfoot.olive {
|
|
1882
|
+
background: #f7fae4;
|
|
1883
|
+
color: #f7fae4;
|
|
1884
|
+
}
|
|
1885
|
+
.ui.scrolling.table > thead.olive > tr > th,
|
|
1886
|
+
.ui.scrolling.table > tfoot.olive > tr > th,
|
|
1887
|
+
.ui.scrolling.table > thead.olive > tr > td,
|
|
1888
|
+
.ui.scrolling.table > tfoot.olive > tr > td {
|
|
1889
|
+
background: inherit;
|
|
1890
|
+
color: #8abc1e;
|
|
1891
|
+
}
|
|
1892
|
+
.ui.inverted.scrolling.table > thead.olive,
|
|
1893
|
+
.ui.inverted.scrolling.table > tfoot.olive {
|
|
1894
|
+
background: #b5cc18;
|
|
1895
|
+
color: #b5cc18;
|
|
1896
|
+
}
|
|
1897
|
+
.ui.inverted.scrolling.table > thead.olive > tr > th,
|
|
1898
|
+
.ui.inverted.scrolling.table > tfoot.olive > tr > th,
|
|
1899
|
+
.ui.inverted.scrolling.table > thead.olive > tr > td,
|
|
1900
|
+
.ui.inverted.scrolling.table > tfoot.olive > tr > td {
|
|
1901
|
+
background: inherit;
|
|
1902
|
+
color: #fff;
|
|
1903
|
+
}
|
|
1904
|
+
.ui.ui.ui.ui.table tr[class*="olive colored"],
|
|
1905
|
+
.ui.ui.table th[class*="olive colored"],
|
|
1906
|
+
.ui.ui.table td[class*="olive colored"],
|
|
1907
|
+
.ui.ui.ui.ui.table tr.olive:not(.marked),
|
|
1908
|
+
.ui.ui.table th.olive:not(.marked),
|
|
1909
|
+
.ui.ui.table td.olive:not(.marked) {
|
|
1910
|
+
background: #f7fae4;
|
|
1911
|
+
color: #8abc1e;
|
|
1912
|
+
}
|
|
1913
|
+
.ui.table > thead > tr[class*="olive colored"] > th,
|
|
1914
|
+
.ui.table > tfoot > tr[class*="olive colored"] > th,
|
|
1915
|
+
.ui.table > tfoot > tr[class*="olive colored"] > td,
|
|
1916
|
+
.ui.table > thead > tr.olive:not(.marked) > th,
|
|
1917
|
+
.ui.table > tfoot > tr.olive:not(.marked) > th,
|
|
1918
|
+
.ui.table > tfoot > tr.olive:not(.marked) > td {
|
|
1919
|
+
background: inherit;
|
|
1920
|
+
color: #8abc1e;
|
|
1921
|
+
}
|
|
1922
|
+
.ui.ui.ui.ui.inverted.table tr[class*="olive colored"],
|
|
1923
|
+
.ui.ui.inverted.table th[class*="olive colored"],
|
|
1924
|
+
.ui.ui.inverted.table td[class*="olive colored"],
|
|
1925
|
+
.ui.ui.ui.ui.inverted.table tr.olive:not(.marked),
|
|
1926
|
+
.ui.ui.inverted.table th.olive:not(.marked),
|
|
1927
|
+
.ui.ui.inverted.table td.olive:not(.marked) {
|
|
1928
|
+
background: #b5cc18;
|
|
1929
|
+
color: #fff;
|
|
1930
|
+
}
|
|
1931
|
+
.ui.inverted.table > thead > tr[class*="olive colored"] > th,
|
|
1932
|
+
.ui.inverted.table > tfoot > tr[class*="olive colored"] > th,
|
|
1933
|
+
.ui.inverted.table > tfoot > tr[class*="olive colored"] > td,
|
|
1934
|
+
.ui.inverted.table > thead > tr.olive:not(.marked) > th,
|
|
1935
|
+
.ui.inverted.table > tfoot > tr.olive:not(.marked) > th,
|
|
1936
|
+
.ui.inverted.table > tfoot > tr.olive:not(.marked) > td {
|
|
1937
|
+
background: inherit;
|
|
1938
|
+
color: #fff;
|
|
1939
|
+
}
|
|
1940
|
+
.ui.ui.selectable.table tr[class*="olive colored"]:hover,
|
|
1941
|
+
.ui.table tr td.selectable[class*="olive colored"]:hover,
|
|
1942
|
+
.ui.selectable.table tr:hover td[class*="olive colored"],
|
|
1943
|
+
.ui.ui.selectable.table tr.olive:not(.marked):hover,
|
|
1944
|
+
.ui.table tr td.selectable.olive:not(.marked):hover,
|
|
1945
|
+
.ui.selectable.table tr:hover td.olive:not(.marked) {
|
|
1946
|
+
background: #f6fada;
|
|
1947
|
+
color: #8abc1e;
|
|
1948
|
+
}
|
|
1949
|
+
.ui.ui.inverted.selectable.table tr[class*="olive colored"]:hover,
|
|
1950
|
+
.ui.inverted.table tr td.selectable[class*="olive colored"]:hover,
|
|
1951
|
+
.ui.inverted.selectable.table tr:hover td[class*="olive colored"],
|
|
1952
|
+
.ui.ui.inverted.selectable.table tr.olive:not(.marked):hover,
|
|
1953
|
+
.ui.inverted.table tr td.selectable.olive:not(.marked):hover,
|
|
1954
|
+
.ui.inverted.selectable.table tr:hover td.olive:not(.marked) {
|
|
1955
|
+
background: #d2e745;
|
|
1956
|
+
color: #fff;
|
|
1957
|
+
}
|
|
1958
|
+
.ui.table td[class*="olive marked"].left,
|
|
1959
|
+
.ui.table tr[class*="olive marked"].left {
|
|
1960
|
+
box-shadow: 0.2em 0 0 0 #b5cc18 inset;
|
|
1961
|
+
}
|
|
1962
|
+
.ui.table td[class*="olive marked"].right,
|
|
1963
|
+
.ui.table tr[class*="olive marked"].right {
|
|
1964
|
+
box-shadow: -0.2em 0 0 0 #b5cc18 inset;
|
|
1965
|
+
}
|
|
1966
|
+
.ui.inverted.table td[class*="olive marked"].left,
|
|
1967
|
+
.ui.inverted.table tr[class*="olive marked"].left {
|
|
1968
|
+
box-shadow: 0.2em 0 0 0 #d9e778 inset;
|
|
1969
|
+
}
|
|
1970
|
+
.ui.inverted.table td[class*="olive marked"].right,
|
|
1971
|
+
.ui.inverted.table tr[class*="olive marked"].right {
|
|
1972
|
+
box-shadow: -0.2em 0 0 0 #d9e778 inset;
|
|
1973
|
+
}
|
|
1974
|
+
.ui.green.table {
|
|
1975
|
+
border-top: 0.2em solid #21ba45;
|
|
1976
|
+
}
|
|
1977
|
+
.ui.inverted.green.table {
|
|
1978
|
+
background: #21ba45;
|
|
1979
|
+
color: #fff;
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
1983
|
+
.ui.scrolling.table > thead.green,
|
|
1984
|
+
.ui.scrolling.table > tfoot.green {
|
|
1985
|
+
background: #d5f5d9;
|
|
1986
|
+
color: #d5f5d9;
|
|
1987
|
+
}
|
|
1988
|
+
.ui.scrolling.table > thead.green > tr > th,
|
|
1989
|
+
.ui.scrolling.table > tfoot.green > tr > th,
|
|
1990
|
+
.ui.scrolling.table > thead.green > tr > td,
|
|
1991
|
+
.ui.scrolling.table > tfoot.green > tr > td {
|
|
1992
|
+
background: inherit;
|
|
1993
|
+
color: #1ebc30;
|
|
1994
|
+
}
|
|
1995
|
+
.ui.inverted.scrolling.table > thead.green,
|
|
1996
|
+
.ui.inverted.scrolling.table > tfoot.green {
|
|
1997
|
+
background: #21ba45;
|
|
1998
|
+
color: #21ba45;
|
|
1999
|
+
}
|
|
2000
|
+
.ui.inverted.scrolling.table > thead.green > tr > th,
|
|
2001
|
+
.ui.inverted.scrolling.table > tfoot.green > tr > th,
|
|
2002
|
+
.ui.inverted.scrolling.table > thead.green > tr > td,
|
|
2003
|
+
.ui.inverted.scrolling.table > tfoot.green > tr > td {
|
|
2004
|
+
background: inherit;
|
|
2005
|
+
color: #fff;
|
|
2006
|
+
}
|
|
2007
|
+
.ui.ui.ui.ui.table tr[class*="green colored"],
|
|
2008
|
+
.ui.ui.table th[class*="green colored"],
|
|
2009
|
+
.ui.ui.table td[class*="green colored"],
|
|
2010
|
+
.ui.ui.ui.ui.table tr.green:not(.marked),
|
|
2011
|
+
.ui.ui.table th.green:not(.marked),
|
|
2012
|
+
.ui.ui.table td.green:not(.marked) {
|
|
2013
|
+
background: #d5f5d9;
|
|
2014
|
+
color: #1ebc30;
|
|
2015
|
+
}
|
|
2016
|
+
.ui.table > thead > tr[class*="green colored"] > th,
|
|
2017
|
+
.ui.table > tfoot > tr[class*="green colored"] > th,
|
|
2018
|
+
.ui.table > tfoot > tr[class*="green colored"] > td,
|
|
2019
|
+
.ui.table > thead > tr.green:not(.marked) > th,
|
|
2020
|
+
.ui.table > tfoot > tr.green:not(.marked) > th,
|
|
2021
|
+
.ui.table > tfoot > tr.green:not(.marked) > td {
|
|
2022
|
+
background: inherit;
|
|
2023
|
+
color: #1ebc30;
|
|
2024
|
+
}
|
|
2025
|
+
.ui.ui.ui.ui.inverted.table tr[class*="green colored"],
|
|
2026
|
+
.ui.ui.inverted.table th[class*="green colored"],
|
|
2027
|
+
.ui.ui.inverted.table td[class*="green colored"],
|
|
2028
|
+
.ui.ui.ui.ui.inverted.table tr.green:not(.marked),
|
|
2029
|
+
.ui.ui.inverted.table th.green:not(.marked),
|
|
2030
|
+
.ui.ui.inverted.table td.green:not(.marked) {
|
|
2031
|
+
background: #21ba45;
|
|
2032
|
+
color: #fff;
|
|
2033
|
+
}
|
|
2034
|
+
.ui.inverted.table > thead > tr[class*="green colored"] > th,
|
|
2035
|
+
.ui.inverted.table > tfoot > tr[class*="green colored"] > th,
|
|
2036
|
+
.ui.inverted.table > tfoot > tr[class*="green colored"] > td,
|
|
2037
|
+
.ui.inverted.table > thead > tr.green:not(.marked) > th,
|
|
2038
|
+
.ui.inverted.table > tfoot > tr.green:not(.marked) > th,
|
|
2039
|
+
.ui.inverted.table > tfoot > tr.green:not(.marked) > td {
|
|
2040
|
+
background: inherit;
|
|
2041
|
+
color: #fff;
|
|
2042
|
+
}
|
|
2043
|
+
.ui.ui.selectable.table tr[class*="green colored"]:hover,
|
|
2044
|
+
.ui.table tr td.selectable[class*="green colored"]:hover,
|
|
2045
|
+
.ui.selectable.table tr:hover td[class*="green colored"],
|
|
2046
|
+
.ui.ui.selectable.table tr.green:not(.marked):hover,
|
|
2047
|
+
.ui.table tr td.selectable.green:not(.marked):hover,
|
|
2048
|
+
.ui.selectable.table tr:hover td.green:not(.marked) {
|
|
2049
|
+
background: #d2eed5;
|
|
2050
|
+
color: #1ebc30;
|
|
2051
|
+
}
|
|
2052
|
+
.ui.ui.inverted.selectable.table tr[class*="green colored"]:hover,
|
|
2053
|
+
.ui.inverted.table tr td.selectable[class*="green colored"]:hover,
|
|
2054
|
+
.ui.inverted.selectable.table tr:hover td[class*="green colored"],
|
|
2055
|
+
.ui.ui.inverted.selectable.table tr.green:not(.marked):hover,
|
|
2056
|
+
.ui.inverted.table tr td.selectable.green:not(.marked):hover,
|
|
2057
|
+
.ui.inverted.selectable.table tr:hover td.green:not(.marked) {
|
|
2058
|
+
background: #1ea92e;
|
|
2059
|
+
color: #fff;
|
|
2060
|
+
}
|
|
2061
|
+
.ui.table td[class*="green marked"].left,
|
|
2062
|
+
.ui.table tr[class*="green marked"].left {
|
|
2063
|
+
box-shadow: 0.2em 0 0 0 #21ba45 inset;
|
|
2064
|
+
}
|
|
2065
|
+
.ui.table td[class*="green marked"].right,
|
|
2066
|
+
.ui.table tr[class*="green marked"].right {
|
|
2067
|
+
box-shadow: -0.2em 0 0 0 #21ba45 inset;
|
|
2068
|
+
}
|
|
2069
|
+
.ui.inverted.table td[class*="green marked"].left,
|
|
2070
|
+
.ui.inverted.table tr[class*="green marked"].left {
|
|
2071
|
+
box-shadow: 0.2em 0 0 0 #2ecc40 inset;
|
|
2072
|
+
}
|
|
2073
|
+
.ui.inverted.table td[class*="green marked"].right,
|
|
2074
|
+
.ui.inverted.table tr[class*="green marked"].right {
|
|
2075
|
+
box-shadow: -0.2em 0 0 0 #2ecc40 inset;
|
|
2076
|
+
}
|
|
2077
|
+
.ui.teal.table {
|
|
2078
|
+
border-top: 0.2em solid #00b5ad;
|
|
2079
|
+
}
|
|
2080
|
+
.ui.inverted.teal.table {
|
|
2081
|
+
background: #00b5ad;
|
|
2082
|
+
color: #fff;
|
|
2083
|
+
}
|
|
2084
|
+
|
|
2085
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2086
|
+
.ui.scrolling.table > thead.teal,
|
|
2087
|
+
.ui.scrolling.table > tfoot.teal {
|
|
2088
|
+
background: #e2ffff;
|
|
2089
|
+
color: #e2ffff;
|
|
2090
|
+
}
|
|
2091
|
+
.ui.scrolling.table > thead.teal > tr > th,
|
|
2092
|
+
.ui.scrolling.table > tfoot.teal > tr > th,
|
|
2093
|
+
.ui.scrolling.table > thead.teal > tr > td,
|
|
2094
|
+
.ui.scrolling.table > tfoot.teal > tr > td {
|
|
2095
|
+
background: inherit;
|
|
2096
|
+
color: #10a3a3;
|
|
2097
|
+
}
|
|
2098
|
+
.ui.inverted.scrolling.table > thead.teal,
|
|
2099
|
+
.ui.inverted.scrolling.table > tfoot.teal {
|
|
2100
|
+
background: #00b5ad;
|
|
2101
|
+
color: #00b5ad;
|
|
2102
|
+
}
|
|
2103
|
+
.ui.inverted.scrolling.table > thead.teal > tr > th,
|
|
2104
|
+
.ui.inverted.scrolling.table > tfoot.teal > tr > th,
|
|
2105
|
+
.ui.inverted.scrolling.table > thead.teal > tr > td,
|
|
2106
|
+
.ui.inverted.scrolling.table > tfoot.teal > tr > td {
|
|
2107
|
+
background: inherit;
|
|
2108
|
+
color: #fff;
|
|
2109
|
+
}
|
|
2110
|
+
.ui.ui.ui.ui.table tr[class*="teal colored"],
|
|
2111
|
+
.ui.ui.table th[class*="teal colored"],
|
|
2112
|
+
.ui.ui.table td[class*="teal colored"],
|
|
2113
|
+
.ui.ui.ui.ui.table tr.teal:not(.marked),
|
|
2114
|
+
.ui.ui.table th.teal:not(.marked),
|
|
2115
|
+
.ui.ui.table td.teal:not(.marked) {
|
|
2116
|
+
background: #e2ffff;
|
|
2117
|
+
color: #10a3a3;
|
|
2118
|
+
}
|
|
2119
|
+
.ui.table > thead > tr[class*="teal colored"] > th,
|
|
2120
|
+
.ui.table > tfoot > tr[class*="teal colored"] > th,
|
|
2121
|
+
.ui.table > tfoot > tr[class*="teal colored"] > td,
|
|
2122
|
+
.ui.table > thead > tr.teal:not(.marked) > th,
|
|
2123
|
+
.ui.table > tfoot > tr.teal:not(.marked) > th,
|
|
2124
|
+
.ui.table > tfoot > tr.teal:not(.marked) > td {
|
|
2125
|
+
background: inherit;
|
|
2126
|
+
color: #10a3a3;
|
|
2127
|
+
}
|
|
2128
|
+
.ui.ui.ui.ui.inverted.table tr[class*="teal colored"],
|
|
2129
|
+
.ui.ui.inverted.table th[class*="teal colored"],
|
|
2130
|
+
.ui.ui.inverted.table td[class*="teal colored"],
|
|
2131
|
+
.ui.ui.ui.ui.inverted.table tr.teal:not(.marked),
|
|
2132
|
+
.ui.ui.inverted.table th.teal:not(.marked),
|
|
2133
|
+
.ui.ui.inverted.table td.teal:not(.marked) {
|
|
2134
|
+
background: #00b5ad;
|
|
2135
|
+
color: #fff;
|
|
2136
|
+
}
|
|
2137
|
+
.ui.inverted.table > thead > tr[class*="teal colored"] > th,
|
|
2138
|
+
.ui.inverted.table > tfoot > tr[class*="teal colored"] > th,
|
|
2139
|
+
.ui.inverted.table > tfoot > tr[class*="teal colored"] > td,
|
|
2140
|
+
.ui.inverted.table > thead > tr.teal:not(.marked) > th,
|
|
2141
|
+
.ui.inverted.table > tfoot > tr.teal:not(.marked) > th,
|
|
2142
|
+
.ui.inverted.table > tfoot > tr.teal:not(.marked) > td {
|
|
2143
|
+
background: inherit;
|
|
2144
|
+
color: #fff;
|
|
2145
|
+
}
|
|
2146
|
+
.ui.ui.selectable.table tr[class*="teal colored"]:hover,
|
|
2147
|
+
.ui.table tr td.selectable[class*="teal colored"]:hover,
|
|
2148
|
+
.ui.selectable.table tr:hover td[class*="teal colored"],
|
|
2149
|
+
.ui.ui.selectable.table tr.teal:not(.marked):hover,
|
|
2150
|
+
.ui.table tr td.selectable.teal:not(.marked):hover,
|
|
2151
|
+
.ui.selectable.table tr:hover td.teal:not(.marked) {
|
|
2152
|
+
background: #d8ffff;
|
|
2153
|
+
color: #10a3a3;
|
|
2154
|
+
}
|
|
2155
|
+
.ui.ui.inverted.selectable.table tr[class*="teal colored"]:hover,
|
|
2156
|
+
.ui.inverted.table tr td.selectable[class*="teal colored"]:hover,
|
|
2157
|
+
.ui.inverted.selectable.table tr:hover td[class*="teal colored"],
|
|
2158
|
+
.ui.ui.inverted.selectable.table tr.teal:not(.marked):hover,
|
|
2159
|
+
.ui.inverted.table tr td.selectable.teal:not(.marked):hover,
|
|
2160
|
+
.ui.inverted.selectable.table tr:hover td.teal:not(.marked) {
|
|
2161
|
+
background: #3affff;
|
|
2162
|
+
color: #fff;
|
|
2163
|
+
}
|
|
2164
|
+
.ui.table td[class*="teal marked"].left,
|
|
2165
|
+
.ui.table tr[class*="teal marked"].left {
|
|
2166
|
+
box-shadow: 0.2em 0 0 0 #00b5ad inset;
|
|
2167
|
+
}
|
|
2168
|
+
.ui.table td[class*="teal marked"].right,
|
|
2169
|
+
.ui.table tr[class*="teal marked"].right {
|
|
2170
|
+
box-shadow: -0.2em 0 0 0 #00b5ad inset;
|
|
2171
|
+
}
|
|
2172
|
+
.ui.inverted.table td[class*="teal marked"].left,
|
|
2173
|
+
.ui.inverted.table tr[class*="teal marked"].left {
|
|
2174
|
+
box-shadow: 0.2em 0 0 0 #6dffff inset;
|
|
2175
|
+
}
|
|
2176
|
+
.ui.inverted.table td[class*="teal marked"].right,
|
|
2177
|
+
.ui.inverted.table tr[class*="teal marked"].right {
|
|
2178
|
+
box-shadow: -0.2em 0 0 0 #6dffff inset;
|
|
2179
|
+
}
|
|
2180
|
+
.ui.blue.table {
|
|
2181
|
+
border-top: 0.2em solid #2185d0;
|
|
2182
|
+
}
|
|
2183
|
+
.ui.inverted.blue.table {
|
|
2184
|
+
background: #2185d0;
|
|
2185
|
+
color: #fff;
|
|
2186
|
+
}
|
|
2187
|
+
|
|
2188
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2189
|
+
.ui.scrolling.table > thead.blue,
|
|
2190
|
+
.ui.scrolling.table > tfoot.blue {
|
|
2191
|
+
background: #ddf4ff;
|
|
2192
|
+
color: #ddf4ff;
|
|
2193
|
+
}
|
|
2194
|
+
.ui.scrolling.table > thead.blue > tr > th,
|
|
2195
|
+
.ui.scrolling.table > tfoot.blue > tr > th,
|
|
2196
|
+
.ui.scrolling.table > thead.blue > tr > td,
|
|
2197
|
+
.ui.scrolling.table > tfoot.blue > tr > td {
|
|
2198
|
+
background: inherit;
|
|
2199
|
+
color: #2185d0;
|
|
2200
|
+
}
|
|
2201
|
+
.ui.inverted.scrolling.table > thead.blue,
|
|
2202
|
+
.ui.inverted.scrolling.table > tfoot.blue {
|
|
2203
|
+
background: #2185d0;
|
|
2204
|
+
color: #2185d0;
|
|
2205
|
+
}
|
|
2206
|
+
.ui.inverted.scrolling.table > thead.blue > tr > th,
|
|
2207
|
+
.ui.inverted.scrolling.table > tfoot.blue > tr > th,
|
|
2208
|
+
.ui.inverted.scrolling.table > thead.blue > tr > td,
|
|
2209
|
+
.ui.inverted.scrolling.table > tfoot.blue > tr > td {
|
|
2210
|
+
background: inherit;
|
|
2211
|
+
color: #fff;
|
|
2212
|
+
}
|
|
2213
|
+
.ui.ui.ui.ui.table tr[class*="blue colored"],
|
|
2214
|
+
.ui.ui.table th[class*="blue colored"],
|
|
2215
|
+
.ui.ui.table td[class*="blue colored"],
|
|
2216
|
+
.ui.ui.ui.ui.table tr.blue:not(.marked),
|
|
2217
|
+
.ui.ui.table th.blue:not(.marked),
|
|
2218
|
+
.ui.ui.table td.blue:not(.marked) {
|
|
2219
|
+
background: #ddf4ff;
|
|
2220
|
+
color: #2185d0;
|
|
2221
|
+
}
|
|
2222
|
+
.ui.table > thead > tr[class*="blue colored"] > th,
|
|
2223
|
+
.ui.table > tfoot > tr[class*="blue colored"] > th,
|
|
2224
|
+
.ui.table > tfoot > tr[class*="blue colored"] > td,
|
|
2225
|
+
.ui.table > thead > tr.blue:not(.marked) > th,
|
|
2226
|
+
.ui.table > tfoot > tr.blue:not(.marked) > th,
|
|
2227
|
+
.ui.table > tfoot > tr.blue:not(.marked) > td {
|
|
2228
|
+
background: inherit;
|
|
2229
|
+
color: #2185d0;
|
|
2230
|
+
}
|
|
2231
|
+
.ui.ui.ui.ui.inverted.table tr[class*="blue colored"],
|
|
2232
|
+
.ui.ui.inverted.table th[class*="blue colored"],
|
|
2233
|
+
.ui.ui.inverted.table td[class*="blue colored"],
|
|
2234
|
+
.ui.ui.ui.ui.inverted.table tr.blue:not(.marked),
|
|
2235
|
+
.ui.ui.inverted.table th.blue:not(.marked),
|
|
2236
|
+
.ui.ui.inverted.table td.blue:not(.marked) {
|
|
2237
|
+
background: #2185d0;
|
|
2238
|
+
color: #fff;
|
|
2239
|
+
}
|
|
2240
|
+
.ui.inverted.table > thead > tr[class*="blue colored"] > th,
|
|
2241
|
+
.ui.inverted.table > tfoot > tr[class*="blue colored"] > th,
|
|
2242
|
+
.ui.inverted.table > tfoot > tr[class*="blue colored"] > td,
|
|
2243
|
+
.ui.inverted.table > thead > tr.blue:not(.marked) > th,
|
|
2244
|
+
.ui.inverted.table > tfoot > tr.blue:not(.marked) > th,
|
|
2245
|
+
.ui.inverted.table > tfoot > tr.blue:not(.marked) > td {
|
|
2246
|
+
background: inherit;
|
|
2247
|
+
color: #fff;
|
|
2248
|
+
}
|
|
2249
|
+
.ui.ui.selectable.table tr[class*="blue colored"]:hover,
|
|
2250
|
+
.ui.table tr td.selectable[class*="blue colored"]:hover,
|
|
2251
|
+
.ui.selectable.table tr:hover td[class*="blue colored"],
|
|
2252
|
+
.ui.ui.selectable.table tr.blue:not(.marked):hover,
|
|
2253
|
+
.ui.table tr td.selectable.blue:not(.marked):hover,
|
|
2254
|
+
.ui.selectable.table tr:hover td.blue:not(.marked) {
|
|
2255
|
+
background: #d3f1ff;
|
|
2256
|
+
color: #2185d0;
|
|
2257
|
+
}
|
|
2258
|
+
.ui.ui.inverted.selectable.table tr[class*="blue colored"]:hover,
|
|
2259
|
+
.ui.inverted.table tr td.selectable[class*="blue colored"]:hover,
|
|
2260
|
+
.ui.inverted.selectable.table tr:hover td[class*="blue colored"],
|
|
2261
|
+
.ui.ui.inverted.selectable.table tr.blue:not(.marked):hover,
|
|
2262
|
+
.ui.inverted.table tr td.selectable.blue:not(.marked):hover,
|
|
2263
|
+
.ui.inverted.selectable.table tr:hover td.blue:not(.marked) {
|
|
2264
|
+
background: #21b8ff;
|
|
2265
|
+
color: #fff;
|
|
2266
|
+
}
|
|
2267
|
+
.ui.table td[class*="blue marked"].left,
|
|
2268
|
+
.ui.table tr[class*="blue marked"].left {
|
|
2269
|
+
box-shadow: 0.2em 0 0 0 #2185d0 inset;
|
|
2270
|
+
}
|
|
2271
|
+
.ui.table td[class*="blue marked"].right,
|
|
2272
|
+
.ui.table tr[class*="blue marked"].right {
|
|
2273
|
+
box-shadow: -0.2em 0 0 0 #2185d0 inset;
|
|
2274
|
+
}
|
|
2275
|
+
.ui.inverted.table td[class*="blue marked"].left,
|
|
2276
|
+
.ui.inverted.table tr[class*="blue marked"].left {
|
|
2277
|
+
box-shadow: 0.2em 0 0 0 #54c8ff inset;
|
|
2278
|
+
}
|
|
2279
|
+
.ui.inverted.table td[class*="blue marked"].right,
|
|
2280
|
+
.ui.inverted.table tr[class*="blue marked"].right {
|
|
2281
|
+
box-shadow: -0.2em 0 0 0 #54c8ff inset;
|
|
2282
|
+
}
|
|
2283
|
+
.ui.violet.table {
|
|
2284
|
+
border-top: 0.2em solid #6435c9;
|
|
2285
|
+
}
|
|
2286
|
+
.ui.inverted.violet.table {
|
|
2287
|
+
background: #6435c9;
|
|
2288
|
+
color: #fff;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2292
|
+
.ui.scrolling.table > thead.violet,
|
|
2293
|
+
.ui.scrolling.table > tfoot.violet {
|
|
2294
|
+
background: #ece9fe;
|
|
2295
|
+
color: #ece9fe;
|
|
2296
|
+
}
|
|
2297
|
+
.ui.scrolling.table > thead.violet > tr > th,
|
|
2298
|
+
.ui.scrolling.table > tfoot.violet > tr > th,
|
|
2299
|
+
.ui.scrolling.table > thead.violet > tr > td,
|
|
2300
|
+
.ui.scrolling.table > tfoot.violet > tr > td {
|
|
2301
|
+
background: inherit;
|
|
2302
|
+
color: #6435c9;
|
|
2303
|
+
}
|
|
2304
|
+
.ui.inverted.scrolling.table > thead.violet,
|
|
2305
|
+
.ui.inverted.scrolling.table > tfoot.violet {
|
|
2306
|
+
background: #6435c9;
|
|
2307
|
+
color: #6435c9;
|
|
2308
|
+
}
|
|
2309
|
+
.ui.inverted.scrolling.table > thead.violet > tr > th,
|
|
2310
|
+
.ui.inverted.scrolling.table > tfoot.violet > tr > th,
|
|
2311
|
+
.ui.inverted.scrolling.table > thead.violet > tr > td,
|
|
2312
|
+
.ui.inverted.scrolling.table > tfoot.violet > tr > td {
|
|
2313
|
+
background: inherit;
|
|
2314
|
+
color: #fff;
|
|
2315
|
+
}
|
|
2316
|
+
.ui.ui.ui.ui.table tr[class*="violet colored"],
|
|
2317
|
+
.ui.ui.table th[class*="violet colored"],
|
|
2318
|
+
.ui.ui.table td[class*="violet colored"],
|
|
2319
|
+
.ui.ui.ui.ui.table tr.violet:not(.marked),
|
|
2320
|
+
.ui.ui.table th.violet:not(.marked),
|
|
2321
|
+
.ui.ui.table td.violet:not(.marked) {
|
|
2322
|
+
background: #ece9fe;
|
|
2323
|
+
color: #6435c9;
|
|
2324
|
+
}
|
|
2325
|
+
.ui.table > thead > tr[class*="violet colored"] > th,
|
|
2326
|
+
.ui.table > tfoot > tr[class*="violet colored"] > th,
|
|
2327
|
+
.ui.table > tfoot > tr[class*="violet colored"] > td,
|
|
2328
|
+
.ui.table > thead > tr.violet:not(.marked) > th,
|
|
2329
|
+
.ui.table > tfoot > tr.violet:not(.marked) > th,
|
|
2330
|
+
.ui.table > tfoot > tr.violet:not(.marked) > td {
|
|
2331
|
+
background: inherit;
|
|
2332
|
+
color: #6435c9;
|
|
2333
|
+
}
|
|
2334
|
+
.ui.ui.ui.ui.inverted.table tr[class*="violet colored"],
|
|
2335
|
+
.ui.ui.inverted.table th[class*="violet colored"],
|
|
2336
|
+
.ui.ui.inverted.table td[class*="violet colored"],
|
|
2337
|
+
.ui.ui.ui.ui.inverted.table tr.violet:not(.marked),
|
|
2338
|
+
.ui.ui.inverted.table th.violet:not(.marked),
|
|
2339
|
+
.ui.ui.inverted.table td.violet:not(.marked) {
|
|
2340
|
+
background: #6435c9;
|
|
2341
|
+
color: #fff;
|
|
2342
|
+
}
|
|
2343
|
+
.ui.inverted.table > thead > tr[class*="violet colored"] > th,
|
|
2344
|
+
.ui.inverted.table > tfoot > tr[class*="violet colored"] > th,
|
|
2345
|
+
.ui.inverted.table > tfoot > tr[class*="violet colored"] > td,
|
|
2346
|
+
.ui.inverted.table > thead > tr.violet:not(.marked) > th,
|
|
2347
|
+
.ui.inverted.table > tfoot > tr.violet:not(.marked) > th,
|
|
2348
|
+
.ui.inverted.table > tfoot > tr.violet:not(.marked) > td {
|
|
2349
|
+
background: inherit;
|
|
2350
|
+
color: #fff;
|
|
2351
|
+
}
|
|
2352
|
+
.ui.ui.selectable.table tr[class*="violet colored"]:hover,
|
|
2353
|
+
.ui.table tr td.selectable[class*="violet colored"]:hover,
|
|
2354
|
+
.ui.selectable.table tr:hover td[class*="violet colored"],
|
|
2355
|
+
.ui.ui.selectable.table tr.violet:not(.marked):hover,
|
|
2356
|
+
.ui.table tr td.selectable.violet:not(.marked):hover,
|
|
2357
|
+
.ui.selectable.table tr:hover td.violet:not(.marked) {
|
|
2358
|
+
background: #e3deff;
|
|
2359
|
+
color: #6435c9;
|
|
2360
|
+
}
|
|
2361
|
+
.ui.ui.inverted.selectable.table tr[class*="violet colored"]:hover,
|
|
2362
|
+
.ui.inverted.table tr td.selectable[class*="violet colored"]:hover,
|
|
2363
|
+
.ui.inverted.selectable.table tr:hover td[class*="violet colored"],
|
|
2364
|
+
.ui.ui.inverted.selectable.table tr.violet:not(.marked):hover,
|
|
2365
|
+
.ui.inverted.table tr td.selectable.violet:not(.marked):hover,
|
|
2366
|
+
.ui.inverted.selectable.table tr:hover td.violet:not(.marked) {
|
|
2367
|
+
background: #745aff;
|
|
2368
|
+
color: #fff;
|
|
2369
|
+
}
|
|
2370
|
+
.ui.table td[class*="violet marked"].left,
|
|
2371
|
+
.ui.table tr[class*="violet marked"].left {
|
|
2372
|
+
box-shadow: 0.2em 0 0 0 #6435c9 inset;
|
|
2373
|
+
}
|
|
2374
|
+
.ui.table td[class*="violet marked"].right,
|
|
2375
|
+
.ui.table tr[class*="violet marked"].right {
|
|
2376
|
+
box-shadow: -0.2em 0 0 0 #6435c9 inset;
|
|
2377
|
+
}
|
|
2378
|
+
.ui.inverted.table td[class*="violet marked"].left,
|
|
2379
|
+
.ui.inverted.table tr[class*="violet marked"].left {
|
|
2380
|
+
box-shadow: 0.2em 0 0 0 #a291fb inset;
|
|
2381
|
+
}
|
|
2382
|
+
.ui.inverted.table td[class*="violet marked"].right,
|
|
2383
|
+
.ui.inverted.table tr[class*="violet marked"].right {
|
|
2384
|
+
box-shadow: -0.2em 0 0 0 #a291fb inset;
|
|
2385
|
+
}
|
|
2386
|
+
.ui.purple.table {
|
|
2387
|
+
border-top: 0.2em solid #a333c8;
|
|
2388
|
+
}
|
|
2389
|
+
.ui.inverted.purple.table {
|
|
2390
|
+
background: #a333c8;
|
|
2391
|
+
color: #fff;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2395
|
+
.ui.scrolling.table > thead.purple,
|
|
2396
|
+
.ui.scrolling.table > tfoot.purple {
|
|
2397
|
+
background: #f8e3ff;
|
|
2398
|
+
color: #f8e3ff;
|
|
2399
|
+
}
|
|
2400
|
+
.ui.scrolling.table > thead.purple > tr > th,
|
|
2401
|
+
.ui.scrolling.table > tfoot.purple > tr > th,
|
|
2402
|
+
.ui.scrolling.table > thead.purple > tr > td,
|
|
2403
|
+
.ui.scrolling.table > tfoot.purple > tr > td {
|
|
2404
|
+
background: inherit;
|
|
2405
|
+
color: #a333c8;
|
|
2406
|
+
}
|
|
2407
|
+
.ui.inverted.scrolling.table > thead.purple,
|
|
2408
|
+
.ui.inverted.scrolling.table > tfoot.purple {
|
|
2409
|
+
background: #a333c8;
|
|
2410
|
+
color: #a333c8;
|
|
2411
|
+
}
|
|
2412
|
+
.ui.inverted.scrolling.table > thead.purple > tr > th,
|
|
2413
|
+
.ui.inverted.scrolling.table > tfoot.purple > tr > th,
|
|
2414
|
+
.ui.inverted.scrolling.table > thead.purple > tr > td,
|
|
2415
|
+
.ui.inverted.scrolling.table > tfoot.purple > tr > td {
|
|
2416
|
+
background: inherit;
|
|
2417
|
+
color: #fff;
|
|
2418
|
+
}
|
|
2419
|
+
.ui.ui.ui.ui.table tr[class*="purple colored"],
|
|
2420
|
+
.ui.ui.table th[class*="purple colored"],
|
|
2421
|
+
.ui.ui.table td[class*="purple colored"],
|
|
2422
|
+
.ui.ui.ui.ui.table tr.purple:not(.marked),
|
|
2423
|
+
.ui.ui.table th.purple:not(.marked),
|
|
2424
|
+
.ui.ui.table td.purple:not(.marked) {
|
|
2425
|
+
background: #f8e3ff;
|
|
2426
|
+
color: #a333c8;
|
|
2427
|
+
}
|
|
2428
|
+
.ui.table > thead > tr[class*="purple colored"] > th,
|
|
2429
|
+
.ui.table > tfoot > tr[class*="purple colored"] > th,
|
|
2430
|
+
.ui.table > tfoot > tr[class*="purple colored"] > td,
|
|
2431
|
+
.ui.table > thead > tr.purple:not(.marked) > th,
|
|
2432
|
+
.ui.table > tfoot > tr.purple:not(.marked) > th,
|
|
2433
|
+
.ui.table > tfoot > tr.purple:not(.marked) > td {
|
|
2434
|
+
background: inherit;
|
|
2435
|
+
color: #a333c8;
|
|
2436
|
+
}
|
|
2437
|
+
.ui.ui.ui.ui.inverted.table tr[class*="purple colored"],
|
|
2438
|
+
.ui.ui.inverted.table th[class*="purple colored"],
|
|
2439
|
+
.ui.ui.inverted.table td[class*="purple colored"],
|
|
2440
|
+
.ui.ui.ui.ui.inverted.table tr.purple:not(.marked),
|
|
2441
|
+
.ui.ui.inverted.table th.purple:not(.marked),
|
|
2442
|
+
.ui.ui.inverted.table td.purple:not(.marked) {
|
|
2443
|
+
background: #a333c8;
|
|
2444
|
+
color: #fff;
|
|
2445
|
+
}
|
|
2446
|
+
.ui.inverted.table > thead > tr[class*="purple colored"] > th,
|
|
2447
|
+
.ui.inverted.table > tfoot > tr[class*="purple colored"] > th,
|
|
2448
|
+
.ui.inverted.table > tfoot > tr[class*="purple colored"] > td,
|
|
2449
|
+
.ui.inverted.table > thead > tr.purple:not(.marked) > th,
|
|
2450
|
+
.ui.inverted.table > tfoot > tr.purple:not(.marked) > th,
|
|
2451
|
+
.ui.inverted.table > tfoot > tr.purple:not(.marked) > td {
|
|
2452
|
+
background: inherit;
|
|
2453
|
+
color: #fff;
|
|
2454
|
+
}
|
|
2455
|
+
.ui.ui.selectable.table tr[class*="purple colored"]:hover,
|
|
2456
|
+
.ui.table tr td.selectable[class*="purple colored"]:hover,
|
|
2457
|
+
.ui.selectable.table tr:hover td[class*="purple colored"],
|
|
2458
|
+
.ui.ui.selectable.table tr.purple:not(.marked):hover,
|
|
2459
|
+
.ui.table tr td.selectable.purple:not(.marked):hover,
|
|
2460
|
+
.ui.selectable.table tr:hover td.purple:not(.marked) {
|
|
2461
|
+
background: #f5d9ff;
|
|
2462
|
+
color: #a333c8;
|
|
2463
|
+
}
|
|
2464
|
+
.ui.ui.inverted.selectable.table tr[class*="purple colored"]:hover,
|
|
2465
|
+
.ui.inverted.table tr td.selectable[class*="purple colored"]:hover,
|
|
2466
|
+
.ui.inverted.selectable.table tr:hover td[class*="purple colored"],
|
|
2467
|
+
.ui.ui.inverted.selectable.table tr.purple:not(.marked):hover,
|
|
2468
|
+
.ui.inverted.table tr td.selectable.purple:not(.marked):hover,
|
|
2469
|
+
.ui.inverted.selectable.table tr:hover td.purple:not(.marked) {
|
|
2470
|
+
background: #cf40ff;
|
|
2471
|
+
color: #fff;
|
|
2472
|
+
}
|
|
2473
|
+
.ui.table td[class*="purple marked"].left,
|
|
2474
|
+
.ui.table tr[class*="purple marked"].left {
|
|
2475
|
+
box-shadow: 0.2em 0 0 0 #a333c8 inset;
|
|
2476
|
+
}
|
|
2477
|
+
.ui.table td[class*="purple marked"].right,
|
|
2478
|
+
.ui.table tr[class*="purple marked"].right {
|
|
2479
|
+
box-shadow: -0.2em 0 0 0 #a333c8 inset;
|
|
2480
|
+
}
|
|
2481
|
+
.ui.inverted.table td[class*="purple marked"].left,
|
|
2482
|
+
.ui.inverted.table tr[class*="purple marked"].left {
|
|
2483
|
+
box-shadow: 0.2em 0 0 0 #dc73ff inset;
|
|
2484
|
+
}
|
|
2485
|
+
.ui.inverted.table td[class*="purple marked"].right,
|
|
2486
|
+
.ui.inverted.table tr[class*="purple marked"].right {
|
|
2487
|
+
box-shadow: -0.2em 0 0 0 #dc73ff inset;
|
|
2488
|
+
}
|
|
2489
|
+
.ui.pink.table {
|
|
2490
|
+
border-top: 0.2em solid #e03997;
|
|
2491
|
+
}
|
|
2492
|
+
.ui.inverted.pink.table {
|
|
2493
|
+
background: #e03997;
|
|
2494
|
+
color: #fff;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2498
|
+
.ui.scrolling.table > thead.pink,
|
|
2499
|
+
.ui.scrolling.table > tfoot.pink {
|
|
2500
|
+
background: #ffe8f9;
|
|
2501
|
+
color: #ffe8f9;
|
|
2502
|
+
}
|
|
2503
|
+
.ui.scrolling.table > thead.pink > tr > th,
|
|
2504
|
+
.ui.scrolling.table > tfoot.pink > tr > th,
|
|
2505
|
+
.ui.scrolling.table > thead.pink > tr > td,
|
|
2506
|
+
.ui.scrolling.table > tfoot.pink > tr > td {
|
|
2507
|
+
background: inherit;
|
|
2508
|
+
color: #e03997;
|
|
2509
|
+
}
|
|
2510
|
+
.ui.inverted.scrolling.table > thead.pink,
|
|
2511
|
+
.ui.inverted.scrolling.table > tfoot.pink {
|
|
2512
|
+
background: #e03997;
|
|
2513
|
+
color: #e03997;
|
|
2514
|
+
}
|
|
2515
|
+
.ui.inverted.scrolling.table > thead.pink > tr > th,
|
|
2516
|
+
.ui.inverted.scrolling.table > tfoot.pink > tr > th,
|
|
2517
|
+
.ui.inverted.scrolling.table > thead.pink > tr > td,
|
|
2518
|
+
.ui.inverted.scrolling.table > tfoot.pink > tr > td {
|
|
2519
|
+
background: inherit;
|
|
2520
|
+
color: #fff;
|
|
2521
|
+
}
|
|
2522
|
+
.ui.ui.ui.ui.table tr[class*="pink colored"],
|
|
2523
|
+
.ui.ui.table th[class*="pink colored"],
|
|
2524
|
+
.ui.ui.table td[class*="pink colored"],
|
|
2525
|
+
.ui.ui.ui.ui.table tr.pink:not(.marked),
|
|
2526
|
+
.ui.ui.table th.pink:not(.marked),
|
|
2527
|
+
.ui.ui.table td.pink:not(.marked) {
|
|
2528
|
+
background: #ffe8f9;
|
|
2529
|
+
color: #e03997;
|
|
2530
|
+
}
|
|
2531
|
+
.ui.table > thead > tr[class*="pink colored"] > th,
|
|
2532
|
+
.ui.table > tfoot > tr[class*="pink colored"] > th,
|
|
2533
|
+
.ui.table > tfoot > tr[class*="pink colored"] > td,
|
|
2534
|
+
.ui.table > thead > tr.pink:not(.marked) > th,
|
|
2535
|
+
.ui.table > tfoot > tr.pink:not(.marked) > th,
|
|
2536
|
+
.ui.table > tfoot > tr.pink:not(.marked) > td {
|
|
2537
|
+
background: inherit;
|
|
2538
|
+
color: #e03997;
|
|
2539
|
+
}
|
|
2540
|
+
.ui.ui.ui.ui.inverted.table tr[class*="pink colored"],
|
|
2541
|
+
.ui.ui.inverted.table th[class*="pink colored"],
|
|
2542
|
+
.ui.ui.inverted.table td[class*="pink colored"],
|
|
2543
|
+
.ui.ui.ui.ui.inverted.table tr.pink:not(.marked),
|
|
2544
|
+
.ui.ui.inverted.table th.pink:not(.marked),
|
|
2545
|
+
.ui.ui.inverted.table td.pink:not(.marked) {
|
|
2546
|
+
background: #e03997;
|
|
2547
|
+
color: #fff;
|
|
2548
|
+
}
|
|
2549
|
+
.ui.inverted.table > thead > tr[class*="pink colored"] > th,
|
|
2550
|
+
.ui.inverted.table > tfoot > tr[class*="pink colored"] > th,
|
|
2551
|
+
.ui.inverted.table > tfoot > tr[class*="pink colored"] > td,
|
|
2552
|
+
.ui.inverted.table > thead > tr.pink:not(.marked) > th,
|
|
2553
|
+
.ui.inverted.table > tfoot > tr.pink:not(.marked) > th,
|
|
2554
|
+
.ui.inverted.table > tfoot > tr.pink:not(.marked) > td {
|
|
2555
|
+
background: inherit;
|
|
2556
|
+
color: #fff;
|
|
2557
|
+
}
|
|
2558
|
+
.ui.ui.selectable.table tr[class*="pink colored"]:hover,
|
|
2559
|
+
.ui.table tr td.selectable[class*="pink colored"]:hover,
|
|
2560
|
+
.ui.selectable.table tr:hover td[class*="pink colored"],
|
|
2561
|
+
.ui.ui.selectable.table tr.pink:not(.marked):hover,
|
|
2562
|
+
.ui.table tr td.selectable.pink:not(.marked):hover,
|
|
2563
|
+
.ui.selectable.table tr:hover td.pink:not(.marked) {
|
|
2564
|
+
background: #ffdef6;
|
|
2565
|
+
color: #e03997;
|
|
2566
|
+
}
|
|
2567
|
+
.ui.ui.inverted.selectable.table tr[class*="pink colored"]:hover,
|
|
2568
|
+
.ui.inverted.table tr td.selectable[class*="pink colored"]:hover,
|
|
2569
|
+
.ui.inverted.selectable.table tr:hover td[class*="pink colored"],
|
|
2570
|
+
.ui.ui.inverted.selectable.table tr.pink:not(.marked):hover,
|
|
2571
|
+
.ui.inverted.table tr td.selectable.pink:not(.marked):hover,
|
|
2572
|
+
.ui.inverted.selectable.table tr:hover td.pink:not(.marked) {
|
|
2573
|
+
background: #ff5bd1;
|
|
2574
|
+
color: #fff;
|
|
2575
|
+
}
|
|
2576
|
+
.ui.table td[class*="pink marked"].left,
|
|
2577
|
+
.ui.table tr[class*="pink marked"].left {
|
|
2578
|
+
box-shadow: 0.2em 0 0 0 #e03997 inset;
|
|
2579
|
+
}
|
|
2580
|
+
.ui.table td[class*="pink marked"].right,
|
|
2581
|
+
.ui.table tr[class*="pink marked"].right {
|
|
2582
|
+
box-shadow: -0.2em 0 0 0 #e03997 inset;
|
|
2583
|
+
}
|
|
2584
|
+
.ui.inverted.table td[class*="pink marked"].left,
|
|
2585
|
+
.ui.inverted.table tr[class*="pink marked"].left {
|
|
2586
|
+
box-shadow: 0.2em 0 0 0 #ff8edf inset;
|
|
2587
|
+
}
|
|
2588
|
+
.ui.inverted.table td[class*="pink marked"].right,
|
|
2589
|
+
.ui.inverted.table tr[class*="pink marked"].right {
|
|
2590
|
+
box-shadow: -0.2em 0 0 0 #ff8edf inset;
|
|
2591
|
+
}
|
|
2592
|
+
.ui.brown.table {
|
|
2593
|
+
border-top: 0.2em solid #a5673f;
|
|
2594
|
+
}
|
|
2595
|
+
.ui.inverted.brown.table {
|
|
2596
|
+
background: #a5673f;
|
|
2597
|
+
color: #fff;
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2601
|
+
.ui.scrolling.table > thead.brown,
|
|
2602
|
+
.ui.scrolling.table > tfoot.brown {
|
|
2603
|
+
background: #f7e5d2;
|
|
2604
|
+
color: #f7e5d2;
|
|
2605
|
+
}
|
|
2606
|
+
.ui.scrolling.table > thead.brown > tr > th,
|
|
2607
|
+
.ui.scrolling.table > tfoot.brown > tr > th,
|
|
2608
|
+
.ui.scrolling.table > thead.brown > tr > td,
|
|
2609
|
+
.ui.scrolling.table > tfoot.brown > tr > td {
|
|
2610
|
+
background: inherit;
|
|
2611
|
+
color: #a5673f;
|
|
2612
|
+
}
|
|
2613
|
+
.ui.inverted.scrolling.table > thead.brown,
|
|
2614
|
+
.ui.inverted.scrolling.table > tfoot.brown {
|
|
2615
|
+
background: #a5673f;
|
|
2616
|
+
color: #a5673f;
|
|
2617
|
+
}
|
|
2618
|
+
.ui.inverted.scrolling.table > thead.brown > tr > th,
|
|
2619
|
+
.ui.inverted.scrolling.table > tfoot.brown > tr > th,
|
|
2620
|
+
.ui.inverted.scrolling.table > thead.brown > tr > td,
|
|
2621
|
+
.ui.inverted.scrolling.table > tfoot.brown > tr > td {
|
|
2622
|
+
background: inherit;
|
|
2623
|
+
color: #fff;
|
|
2624
|
+
}
|
|
2625
|
+
.ui.ui.ui.ui.table tr[class*="brown colored"],
|
|
2626
|
+
.ui.ui.table th[class*="brown colored"],
|
|
2627
|
+
.ui.ui.table td[class*="brown colored"],
|
|
2628
|
+
.ui.ui.ui.ui.table tr.brown:not(.marked),
|
|
2629
|
+
.ui.ui.table th.brown:not(.marked),
|
|
2630
|
+
.ui.ui.table td.brown:not(.marked) {
|
|
2631
|
+
background: #f7e5d2;
|
|
2632
|
+
color: #a5673f;
|
|
2633
|
+
}
|
|
2634
|
+
.ui.table > thead > tr[class*="brown colored"] > th,
|
|
2635
|
+
.ui.table > tfoot > tr[class*="brown colored"] > th,
|
|
2636
|
+
.ui.table > tfoot > tr[class*="brown colored"] > td,
|
|
2637
|
+
.ui.table > thead > tr.brown:not(.marked) > th,
|
|
2638
|
+
.ui.table > tfoot > tr.brown:not(.marked) > th,
|
|
2639
|
+
.ui.table > tfoot > tr.brown:not(.marked) > td {
|
|
2640
|
+
background: inherit;
|
|
2641
|
+
color: #a5673f;
|
|
2642
|
+
}
|
|
2643
|
+
.ui.ui.ui.ui.inverted.table tr[class*="brown colored"],
|
|
2644
|
+
.ui.ui.inverted.table th[class*="brown colored"],
|
|
2645
|
+
.ui.ui.inverted.table td[class*="brown colored"],
|
|
2646
|
+
.ui.ui.ui.ui.inverted.table tr.brown:not(.marked),
|
|
2647
|
+
.ui.ui.inverted.table th.brown:not(.marked),
|
|
2648
|
+
.ui.ui.inverted.table td.brown:not(.marked) {
|
|
2649
|
+
background: #a5673f;
|
|
2650
|
+
color: #fff;
|
|
2651
|
+
}
|
|
2652
|
+
.ui.inverted.table > thead > tr[class*="brown colored"] > th,
|
|
2653
|
+
.ui.inverted.table > tfoot > tr[class*="brown colored"] > th,
|
|
2654
|
+
.ui.inverted.table > tfoot > tr[class*="brown colored"] > td,
|
|
2655
|
+
.ui.inverted.table > thead > tr.brown:not(.marked) > th,
|
|
2656
|
+
.ui.inverted.table > tfoot > tr.brown:not(.marked) > th,
|
|
2657
|
+
.ui.inverted.table > tfoot > tr.brown:not(.marked) > td {
|
|
2658
|
+
background: inherit;
|
|
2659
|
+
color: #fff;
|
|
2660
|
+
}
|
|
2661
|
+
.ui.ui.selectable.table tr[class*="brown colored"]:hover,
|
|
2662
|
+
.ui.table tr td.selectable[class*="brown colored"]:hover,
|
|
2663
|
+
.ui.selectable.table tr:hover td[class*="brown colored"],
|
|
2664
|
+
.ui.ui.selectable.table tr.brown:not(.marked):hover,
|
|
2665
|
+
.ui.table tr td.selectable.brown:not(.marked):hover,
|
|
2666
|
+
.ui.selectable.table tr:hover td.brown:not(.marked) {
|
|
2667
|
+
background: #efe0cf;
|
|
2668
|
+
color: #a5673f;
|
|
2669
|
+
}
|
|
2670
|
+
.ui.ui.inverted.selectable.table tr[class*="brown colored"]:hover,
|
|
2671
|
+
.ui.inverted.table tr td.selectable[class*="brown colored"]:hover,
|
|
2672
|
+
.ui.inverted.selectable.table tr:hover td[class*="brown colored"],
|
|
2673
|
+
.ui.ui.inverted.selectable.table tr.brown:not(.marked):hover,
|
|
2674
|
+
.ui.inverted.table tr td.selectable.brown:not(.marked):hover,
|
|
2675
|
+
.ui.inverted.selectable.table tr:hover td.brown:not(.marked) {
|
|
2676
|
+
background: #b0620f;
|
|
2677
|
+
color: #fff;
|
|
2678
|
+
}
|
|
2679
|
+
.ui.table td[class*="brown marked"].left,
|
|
2680
|
+
.ui.table tr[class*="brown marked"].left {
|
|
2681
|
+
box-shadow: 0.2em 0 0 0 #a5673f inset;
|
|
2682
|
+
}
|
|
2683
|
+
.ui.table td[class*="brown marked"].right,
|
|
2684
|
+
.ui.table tr[class*="brown marked"].right {
|
|
2685
|
+
box-shadow: -0.2em 0 0 0 #a5673f inset;
|
|
2686
|
+
}
|
|
2687
|
+
.ui.inverted.table td[class*="brown marked"].left,
|
|
2688
|
+
.ui.inverted.table tr[class*="brown marked"].left {
|
|
2689
|
+
box-shadow: 0.2em 0 0 0 #d67c1c inset;
|
|
2690
|
+
}
|
|
2691
|
+
.ui.inverted.table td[class*="brown marked"].right,
|
|
2692
|
+
.ui.inverted.table tr[class*="brown marked"].right {
|
|
2693
|
+
box-shadow: -0.2em 0 0 0 #d67c1c inset;
|
|
2694
|
+
}
|
|
2695
|
+
.ui.grey.table {
|
|
2696
|
+
border-top: 0.2em solid #767676;
|
|
2697
|
+
}
|
|
2698
|
+
.ui.inverted.grey.table {
|
|
2699
|
+
background: #767676;
|
|
2700
|
+
color: #fff;
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2704
|
+
.ui.scrolling.table > thead.grey,
|
|
2705
|
+
.ui.scrolling.table > tfoot.grey {
|
|
2706
|
+
background: #dcddde;
|
|
2707
|
+
color: #dcddde;
|
|
2708
|
+
}
|
|
2709
|
+
.ui.scrolling.table > thead.grey > tr > th,
|
|
2710
|
+
.ui.scrolling.table > tfoot.grey > tr > th,
|
|
2711
|
+
.ui.scrolling.table > thead.grey > tr > td,
|
|
2712
|
+
.ui.scrolling.table > tfoot.grey > tr > td {
|
|
2713
|
+
background: inherit;
|
|
2714
|
+
color: #767676;
|
|
2715
|
+
}
|
|
2716
|
+
.ui.inverted.scrolling.table > thead.grey,
|
|
2717
|
+
.ui.inverted.scrolling.table > tfoot.grey {
|
|
2718
|
+
background: #767676;
|
|
2719
|
+
color: #767676;
|
|
2720
|
+
}
|
|
2721
|
+
.ui.inverted.scrolling.table > thead.grey > tr > th,
|
|
2722
|
+
.ui.inverted.scrolling.table > tfoot.grey > tr > th,
|
|
2723
|
+
.ui.inverted.scrolling.table > thead.grey > tr > td,
|
|
2724
|
+
.ui.inverted.scrolling.table > tfoot.grey > tr > td {
|
|
2725
|
+
background: inherit;
|
|
2726
|
+
color: #fff;
|
|
2727
|
+
}
|
|
2728
|
+
.ui.ui.ui.ui.table tr[class*="grey colored"],
|
|
2729
|
+
.ui.ui.table th[class*="grey colored"],
|
|
2730
|
+
.ui.ui.table td[class*="grey colored"],
|
|
2731
|
+
.ui.ui.ui.ui.table tr.grey:not(.marked),
|
|
2732
|
+
.ui.ui.table th.grey:not(.marked),
|
|
2733
|
+
.ui.ui.table td.grey:not(.marked) {
|
|
2734
|
+
background: #dcddde;
|
|
2735
|
+
color: #767676;
|
|
2736
|
+
}
|
|
2737
|
+
.ui.table > thead > tr[class*="grey colored"] > th,
|
|
2738
|
+
.ui.table > tfoot > tr[class*="grey colored"] > th,
|
|
2739
|
+
.ui.table > tfoot > tr[class*="grey colored"] > td,
|
|
2740
|
+
.ui.table > thead > tr.grey:not(.marked) > th,
|
|
2741
|
+
.ui.table > tfoot > tr.grey:not(.marked) > th,
|
|
2742
|
+
.ui.table > tfoot > tr.grey:not(.marked) > td {
|
|
2743
|
+
background: inherit;
|
|
2744
|
+
color: #767676;
|
|
2745
|
+
}
|
|
2746
|
+
.ui.ui.ui.ui.inverted.table tr[class*="grey colored"],
|
|
2747
|
+
.ui.ui.inverted.table th[class*="grey colored"],
|
|
2748
|
+
.ui.ui.inverted.table td[class*="grey colored"],
|
|
2749
|
+
.ui.ui.ui.ui.inverted.table tr.grey:not(.marked),
|
|
2750
|
+
.ui.ui.inverted.table th.grey:not(.marked),
|
|
2751
|
+
.ui.ui.inverted.table td.grey:not(.marked) {
|
|
2752
|
+
background: #767676;
|
|
2753
|
+
color: #fff;
|
|
2754
|
+
}
|
|
2755
|
+
.ui.inverted.table > thead > tr[class*="grey colored"] > th,
|
|
2756
|
+
.ui.inverted.table > tfoot > tr[class*="grey colored"] > th,
|
|
2757
|
+
.ui.inverted.table > tfoot > tr[class*="grey colored"] > td,
|
|
2758
|
+
.ui.inverted.table > thead > tr.grey:not(.marked) > th,
|
|
2759
|
+
.ui.inverted.table > tfoot > tr.grey:not(.marked) > th,
|
|
2760
|
+
.ui.inverted.table > tfoot > tr.grey:not(.marked) > td {
|
|
2761
|
+
background: inherit;
|
|
2762
|
+
color: #fff;
|
|
2763
|
+
}
|
|
2764
|
+
.ui.ui.selectable.table tr[class*="grey colored"]:hover,
|
|
2765
|
+
.ui.table tr td.selectable[class*="grey colored"]:hover,
|
|
2766
|
+
.ui.selectable.table tr:hover td[class*="grey colored"],
|
|
2767
|
+
.ui.ui.selectable.table tr.grey:not(.marked):hover,
|
|
2768
|
+
.ui.table tr td.selectable.grey:not(.marked):hover,
|
|
2769
|
+
.ui.selectable.table tr:hover td.grey:not(.marked) {
|
|
2770
|
+
background: #c2c4c5;
|
|
2771
|
+
color: #767676;
|
|
2772
|
+
}
|
|
2773
|
+
.ui.ui.inverted.selectable.table tr[class*="grey colored"]:hover,
|
|
2774
|
+
.ui.inverted.table tr td.selectable[class*="grey colored"]:hover,
|
|
2775
|
+
.ui.inverted.selectable.table tr:hover td[class*="grey colored"],
|
|
2776
|
+
.ui.ui.inverted.selectable.table tr.grey:not(.marked):hover,
|
|
2777
|
+
.ui.inverted.table tr td.selectable.grey:not(.marked):hover,
|
|
2778
|
+
.ui.inverted.selectable.table tr:hover td.grey:not(.marked) {
|
|
2779
|
+
background: #c2c4c5;
|
|
2780
|
+
color: #fff;
|
|
2781
|
+
}
|
|
2782
|
+
.ui.table td[class*="grey marked"].left,
|
|
2783
|
+
.ui.table tr[class*="grey marked"].left {
|
|
2784
|
+
box-shadow: 0.2em 0 0 0 #767676 inset;
|
|
2785
|
+
}
|
|
2786
|
+
.ui.table td[class*="grey marked"].right,
|
|
2787
|
+
.ui.table tr[class*="grey marked"].right {
|
|
2788
|
+
box-shadow: -0.2em 0 0 0 #767676 inset;
|
|
2789
|
+
}
|
|
2790
|
+
.ui.inverted.table td[class*="grey marked"].left,
|
|
2791
|
+
.ui.inverted.table tr[class*="grey marked"].left {
|
|
2792
|
+
box-shadow: 0.2em 0 0 0 #dcddde inset;
|
|
2793
|
+
}
|
|
2794
|
+
.ui.inverted.table td[class*="grey marked"].right,
|
|
2795
|
+
.ui.inverted.table tr[class*="grey marked"].right {
|
|
2796
|
+
box-shadow: -0.2em 0 0 0 #dcddde inset;
|
|
2797
|
+
}
|
|
2798
|
+
.ui.black.table {
|
|
2799
|
+
border-top: 0.2em solid #1b1c1d;
|
|
2800
|
+
}
|
|
2801
|
+
.ui.inverted.black.table {
|
|
2802
|
+
background: #1b1c1d;
|
|
2803
|
+
color: #fff;
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
/* Same color for background and color to camouflage the scrollbar */
|
|
2807
|
+
.ui.scrolling.table > thead.black,
|
|
2808
|
+
.ui.scrolling.table > tfoot.black {
|
|
2809
|
+
background: #545454;
|
|
2810
|
+
color: #545454;
|
|
2811
|
+
}
|
|
2812
|
+
.ui.scrolling.table > thead.black > tr > th,
|
|
2813
|
+
.ui.scrolling.table > tfoot.black > tr > th,
|
|
2814
|
+
.ui.scrolling.table > thead.black > tr > td,
|
|
2815
|
+
.ui.scrolling.table > tfoot.black > tr > td {
|
|
2816
|
+
background: inherit;
|
|
2817
|
+
color: #fff;
|
|
2818
|
+
}
|
|
2819
|
+
.ui.inverted.scrolling.table > thead.black,
|
|
2820
|
+
.ui.inverted.scrolling.table > tfoot.black {
|
|
2821
|
+
background: #1b1c1d;
|
|
2822
|
+
color: #1b1c1d;
|
|
2823
|
+
}
|
|
2824
|
+
.ui.inverted.scrolling.table > thead.black > tr > th,
|
|
2825
|
+
.ui.inverted.scrolling.table > tfoot.black > tr > th,
|
|
2826
|
+
.ui.inverted.scrolling.table > thead.black > tr > td,
|
|
2827
|
+
.ui.inverted.scrolling.table > tfoot.black > tr > td {
|
|
2828
|
+
background: inherit;
|
|
2829
|
+
color: #fff;
|
|
2830
|
+
}
|
|
2831
|
+
.ui.ui.ui.ui.table tr[class*="black colored"],
|
|
2832
|
+
.ui.ui.table th[class*="black colored"],
|
|
2833
|
+
.ui.ui.table td[class*="black colored"],
|
|
2834
|
+
.ui.ui.ui.ui.table tr.black:not(.marked),
|
|
2835
|
+
.ui.ui.table th.black:not(.marked),
|
|
2836
|
+
.ui.ui.table td.black:not(.marked) {
|
|
2837
|
+
background: #545454;
|
|
2838
|
+
color: #fff;
|
|
2839
|
+
}
|
|
2840
|
+
.ui.table > thead > tr[class*="black colored"] > th,
|
|
2841
|
+
.ui.table > tfoot > tr[class*="black colored"] > th,
|
|
2842
|
+
.ui.table > tfoot > tr[class*="black colored"] > td,
|
|
2843
|
+
.ui.table > thead > tr.black:not(.marked) > th,
|
|
2844
|
+
.ui.table > tfoot > tr.black:not(.marked) > th,
|
|
2845
|
+
.ui.table > tfoot > tr.black:not(.marked) > td {
|
|
2846
|
+
background: inherit;
|
|
2847
|
+
color: #fff;
|
|
2848
|
+
}
|
|
2849
|
+
.ui.ui.ui.ui.inverted.table tr[class*="black colored"],
|
|
2850
|
+
.ui.ui.inverted.table th[class*="black colored"],
|
|
2851
|
+
.ui.ui.inverted.table td[class*="black colored"],
|
|
2852
|
+
.ui.ui.ui.ui.inverted.table tr.black:not(.marked),
|
|
2853
|
+
.ui.ui.inverted.table th.black:not(.marked),
|
|
2854
|
+
.ui.ui.inverted.table td.black:not(.marked) {
|
|
2855
|
+
background: #1b1c1d;
|
|
2856
|
+
color: #fff;
|
|
2857
|
+
}
|
|
2858
|
+
.ui.inverted.table > thead > tr[class*="black colored"] > th,
|
|
2859
|
+
.ui.inverted.table > tfoot > tr[class*="black colored"] > th,
|
|
2860
|
+
.ui.inverted.table > tfoot > tr[class*="black colored"] > td,
|
|
2861
|
+
.ui.inverted.table > thead > tr.black:not(.marked) > th,
|
|
2862
|
+
.ui.inverted.table > tfoot > tr.black:not(.marked) > th,
|
|
2863
|
+
.ui.inverted.table > tfoot > tr.black:not(.marked) > td {
|
|
2864
|
+
background: inherit;
|
|
2865
|
+
color: #fff;
|
|
2866
|
+
}
|
|
2867
|
+
.ui.ui.selectable.table tr[class*="black colored"]:hover,
|
|
2868
|
+
.ui.table tr td.selectable[class*="black colored"]:hover,
|
|
2869
|
+
.ui.selectable.table tr:hover td[class*="black colored"],
|
|
2870
|
+
.ui.ui.selectable.table tr.black:not(.marked):hover,
|
|
2871
|
+
.ui.table tr td.selectable.black:not(.marked):hover,
|
|
2872
|
+
.ui.selectable.table tr:hover td.black:not(.marked) {
|
|
2873
|
+
background: #000000;
|
|
2874
|
+
color: #fff;
|
|
2875
|
+
}
|
|
2876
|
+
.ui.ui.inverted.selectable.table tr[class*="black colored"]:hover,
|
|
2877
|
+
.ui.inverted.table tr td.selectable[class*="black colored"]:hover,
|
|
2878
|
+
.ui.inverted.selectable.table tr:hover td[class*="black colored"],
|
|
2879
|
+
.ui.ui.inverted.selectable.table tr.black:not(.marked):hover,
|
|
2880
|
+
.ui.inverted.table tr td.selectable.black:not(.marked):hover,
|
|
2881
|
+
.ui.inverted.selectable.table tr:hover td.black:not(.marked) {
|
|
2882
|
+
background: #000000;
|
|
2883
|
+
color: #1b1c1d;
|
|
2884
|
+
}
|
|
2885
|
+
.ui.table td[class*="black marked"].left,
|
|
2886
|
+
.ui.table tr[class*="black marked"].left {
|
|
2887
|
+
box-shadow: 0.2em 0 0 0 #1b1c1d inset;
|
|
2888
|
+
}
|
|
2889
|
+
.ui.table td[class*="black marked"].right,
|
|
2890
|
+
.ui.table tr[class*="black marked"].right {
|
|
2891
|
+
box-shadow: -0.2em 0 0 0 #1b1c1d inset;
|
|
2892
|
+
}
|
|
2893
|
+
.ui.inverted.table td[class*="black marked"].left,
|
|
2894
|
+
.ui.inverted.table tr[class*="black marked"].left {
|
|
2895
|
+
box-shadow: 0.2em 0 0 0 #545454 inset;
|
|
2896
|
+
}
|
|
2897
|
+
.ui.inverted.table td[class*="black marked"].right,
|
|
2898
|
+
.ui.inverted.table tr[class*="black marked"].right {
|
|
2899
|
+
box-shadow: -0.2em 0 0 0 #545454 inset;
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
/* --------------
|
|
2903
|
+
Column Count
|
|
2904
|
+
--------------- */
|
|
2905
|
+
|
|
2906
|
+
/* Grid Based */
|
|
2907
|
+
.ui.one.column.table td {
|
|
2908
|
+
width: 100%;
|
|
2909
|
+
}
|
|
2910
|
+
.ui.two.column.table td {
|
|
2911
|
+
width: 50%;
|
|
2912
|
+
}
|
|
2913
|
+
.ui.three.column.table td {
|
|
2914
|
+
width: 33.33333333%;
|
|
2915
|
+
}
|
|
2916
|
+
.ui.four.column.table td {
|
|
2917
|
+
width: 25%;
|
|
2918
|
+
}
|
|
2919
|
+
.ui.five.column.table td {
|
|
2920
|
+
width: 20%;
|
|
2921
|
+
}
|
|
2922
|
+
.ui.six.column.table td {
|
|
2923
|
+
width: 16.66666667%;
|
|
2924
|
+
}
|
|
2925
|
+
.ui.seven.column.table td {
|
|
2926
|
+
width: 14.28571429%;
|
|
2927
|
+
}
|
|
2928
|
+
.ui.eight.column.table td {
|
|
2929
|
+
width: 12.5%;
|
|
2930
|
+
}
|
|
2931
|
+
.ui.nine.column.table td {
|
|
2932
|
+
width: 11.11111111%;
|
|
2933
|
+
}
|
|
2934
|
+
.ui.ten.column.table td {
|
|
2935
|
+
width: 10%;
|
|
2936
|
+
}
|
|
2937
|
+
.ui.eleven.column.table td {
|
|
2938
|
+
width: 9.09090909%;
|
|
2939
|
+
}
|
|
2940
|
+
.ui.twelve.column.table td {
|
|
2941
|
+
width: 8.33333333%;
|
|
2942
|
+
}
|
|
2943
|
+
.ui.thirteen.column.table td {
|
|
2944
|
+
width: 7.69230769%;
|
|
2945
|
+
}
|
|
2946
|
+
.ui.fourteen.column.table td {
|
|
2947
|
+
width: 7.14285714%;
|
|
2948
|
+
}
|
|
2949
|
+
.ui.fifteen.column.table td {
|
|
2950
|
+
width: 6.66666667%;
|
|
2951
|
+
}
|
|
2952
|
+
.ui.sixteen.column.table td {
|
|
2953
|
+
width: 6.25%;
|
|
2954
|
+
}
|
|
2955
|
+
|
|
2956
|
+
/* Column Width */
|
|
2957
|
+
.ui.table th.one.wide,
|
|
2958
|
+
.ui.table td.one.wide {
|
|
2959
|
+
width: 6.25%;
|
|
2960
|
+
}
|
|
2961
|
+
.ui.table th.two.wide,
|
|
2962
|
+
.ui.table td.two.wide {
|
|
2963
|
+
width: 12.5%;
|
|
2964
|
+
}
|
|
2965
|
+
.ui.table th.three.wide,
|
|
2966
|
+
.ui.table td.three.wide {
|
|
2967
|
+
width: 18.75%;
|
|
2968
|
+
}
|
|
2969
|
+
.ui.table th.four.wide,
|
|
2970
|
+
.ui.table td.four.wide {
|
|
2971
|
+
width: 25%;
|
|
2972
|
+
}
|
|
2973
|
+
.ui.table th.five.wide,
|
|
2974
|
+
.ui.table td.five.wide {
|
|
2975
|
+
width: 31.25%;
|
|
2976
|
+
}
|
|
2977
|
+
.ui.table th.six.wide,
|
|
2978
|
+
.ui.table td.six.wide {
|
|
2979
|
+
width: 37.5%;
|
|
2980
|
+
}
|
|
2981
|
+
.ui.table th.seven.wide,
|
|
2982
|
+
.ui.table td.seven.wide {
|
|
2983
|
+
width: 43.75%;
|
|
2984
|
+
}
|
|
2985
|
+
.ui.table th.eight.wide,
|
|
2986
|
+
.ui.table td.eight.wide {
|
|
2987
|
+
width: 50%;
|
|
2988
|
+
}
|
|
2989
|
+
.ui.table th.nine.wide,
|
|
2990
|
+
.ui.table td.nine.wide {
|
|
2991
|
+
width: 56.25%;
|
|
2992
|
+
}
|
|
2993
|
+
.ui.table th.ten.wide,
|
|
2994
|
+
.ui.table td.ten.wide {
|
|
2995
|
+
width: 62.5%;
|
|
2996
|
+
}
|
|
2997
|
+
.ui.table th.eleven.wide,
|
|
2998
|
+
.ui.table td.eleven.wide {
|
|
2999
|
+
width: 68.75%;
|
|
3000
|
+
}
|
|
3001
|
+
.ui.table th.twelve.wide,
|
|
3002
|
+
.ui.table td.twelve.wide {
|
|
3003
|
+
width: 75%;
|
|
3004
|
+
}
|
|
3005
|
+
.ui.table th.thirteen.wide,
|
|
3006
|
+
.ui.table td.thirteen.wide {
|
|
3007
|
+
width: 81.25%;
|
|
3008
|
+
}
|
|
3009
|
+
.ui.table th.fourteen.wide,
|
|
3010
|
+
.ui.table td.fourteen.wide {
|
|
3011
|
+
width: 87.5%;
|
|
3012
|
+
}
|
|
3013
|
+
.ui.table th.fifteen.wide,
|
|
3014
|
+
.ui.table td.fifteen.wide {
|
|
3015
|
+
width: 93.75%;
|
|
3016
|
+
}
|
|
3017
|
+
.ui.table th.sixteen.wide,
|
|
3018
|
+
.ui.table td.sixteen.wide {
|
|
3019
|
+
width: 100%;
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
/* --------------
|
|
3023
|
+
Sortable
|
|
3024
|
+
--------------- */
|
|
3025
|
+
.ui.sortable.table > thead > tr > th {
|
|
3026
|
+
cursor: pointer;
|
|
3027
|
+
white-space: nowrap;
|
|
3028
|
+
color: rgba(0, 0, 0, 0.87);
|
|
3029
|
+
}
|
|
3030
|
+
.ui.celled.sortable.table > thead > tr > th:not(:first-child) {
|
|
3031
|
+
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
3032
|
+
}
|
|
3033
|
+
.ui.sortable.table thead th.sorted,
|
|
3034
|
+
.ui.sortable.table thead th.sorted:hover {
|
|
3035
|
+
-webkit-user-select: none;
|
|
3036
|
+
-ms-user-select: none;
|
|
3037
|
+
user-select: none;
|
|
3038
|
+
}
|
|
3039
|
+
.ui.sortable.table > thead > tr > th::after {
|
|
3040
|
+
display: none;
|
|
3041
|
+
font-style: normal;
|
|
3042
|
+
font-weight: normal;
|
|
3043
|
+
text-decoration: inherit;
|
|
3044
|
+
content: "";
|
|
3045
|
+
height: 1em;
|
|
3046
|
+
width: auto;
|
|
3047
|
+
opacity: 0.8;
|
|
3048
|
+
margin: 0 0 0 0.5em;
|
|
3049
|
+
font-family: "Icons";
|
|
3050
|
+
}
|
|
3051
|
+
.ui.sortable.table thead th.ascending::after {
|
|
3052
|
+
content: "\f0d8";
|
|
3053
|
+
}
|
|
3054
|
+
.ui.sortable.table thead th.descending::after {
|
|
3055
|
+
content: "\f0d7";
|
|
3056
|
+
}
|
|
3057
|
+
|
|
3058
|
+
/* Hover */
|
|
3059
|
+
.ui.sortable.table th.disabled:hover {
|
|
3060
|
+
cursor: auto;
|
|
3061
|
+
color: rgba(40, 40, 40, 0.3);
|
|
3062
|
+
}
|
|
3063
|
+
.ui.sortable.table > thead > tr > th:hover {
|
|
3064
|
+
color: rgba(0, 0, 0, 0.8);
|
|
3065
|
+
}
|
|
3066
|
+
.ui.sortable.table:not(.basic) > thead > tr > th:hover {
|
|
3067
|
+
background: rgba(0, 0, 0, 0.05);
|
|
3068
|
+
}
|
|
3069
|
+
|
|
3070
|
+
/* Sorted */
|
|
3071
|
+
.ui.sortable.table thead th.sorted {
|
|
3072
|
+
color: rgba(0, 0, 0, 0.95);
|
|
3073
|
+
}
|
|
3074
|
+
.ui.sortable.table:not(.basic) thead th.sorted {
|
|
3075
|
+
background: rgba(0, 0, 0, 0.05);
|
|
3076
|
+
}
|
|
3077
|
+
.ui.sortable.table thead th.sorted::after {
|
|
3078
|
+
display: inline-block;
|
|
3079
|
+
}
|
|
3080
|
+
|
|
3081
|
+
/* Sorted Hover */
|
|
3082
|
+
.ui.sortable.table thead th.sorted:hover {
|
|
3083
|
+
color: rgba(0, 0, 0, 0.95);
|
|
3084
|
+
}
|
|
3085
|
+
.ui.sortable.table:not(.basic) thead th.sorted:hover {
|
|
3086
|
+
background: rgba(0, 0, 0, 0.05);
|
|
3087
|
+
}
|
|
3088
|
+
|
|
3089
|
+
/* Inverted */
|
|
3090
|
+
.ui.inverted.sortable.table thead th.sorted {
|
|
3091
|
+
color: #ffffff;
|
|
3092
|
+
}
|
|
3093
|
+
.ui.inverted.sortable.table:not(.basic) thead th.sorted {
|
|
3094
|
+
background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
3095
|
+
}
|
|
3096
|
+
.ui.inverted.sortable.table > thead > tr > th:hover {
|
|
3097
|
+
color: #ffffff;
|
|
3098
|
+
}
|
|
3099
|
+
.ui.inverted.sortable.table:not(.basic) > thead > tr > th:hover {
|
|
3100
|
+
background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
|
3101
|
+
}
|
|
3102
|
+
.ui.inverted.sortable.table:not(.basic) > thead > tr > th {
|
|
3103
|
+
border-left-color: transparent;
|
|
3104
|
+
border-right-color: transparent;
|
|
3105
|
+
}
|
|
3106
|
+
|
|
3107
|
+
/* --------------
|
|
3108
|
+
Inverted
|
|
3109
|
+
--------------- */
|
|
3110
|
+
|
|
3111
|
+
/* Text Color */
|
|
3112
|
+
.ui.inverted.table {
|
|
3113
|
+
background: #333;
|
|
3114
|
+
color: rgba(255, 255, 255, 0.9);
|
|
3115
|
+
border: none;
|
|
3116
|
+
}
|
|
3117
|
+
.ui.ui.inverted.table > thead > tr > th,
|
|
3118
|
+
.ui.ui.inverted.table > tbody > tr > th,
|
|
3119
|
+
.ui.ui.inverted.table > tr > th {
|
|
3120
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
3121
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
3122
|
+
color: rgba(255, 255, 255, 0.9);
|
|
3123
|
+
}
|
|
3124
|
+
.ui.ui.inverted.table > tfoot > tr > th,
|
|
3125
|
+
.ui.ui.inverted.table > tfoot > tr > td {
|
|
3126
|
+
background-color: rgba(0, 0, 0, 0.15);
|
|
3127
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
3128
|
+
color: rgba(255, 255, 255, 0.9);
|
|
3129
|
+
}
|
|
3130
|
+
.ui.inverted.table > tbody > tr > td,
|
|
3131
|
+
.ui.inverted.table > tfoot > tr > td,
|
|
3132
|
+
.ui.inverted.table > tr > td {
|
|
3133
|
+
border-color: rgba(255, 255, 255, 0.1);
|
|
3134
|
+
}
|
|
3135
|
+
.ui.ui.ui.inverted.table tr.disabled td,
|
|
3136
|
+
.ui.ui.ui.inverted.table tr td.disabled,
|
|
3137
|
+
.ui.inverted.table tr.disabled:hover td,
|
|
3138
|
+
.ui.inverted.table tr:hover td.disabled {
|
|
3139
|
+
pointer-events: none;
|
|
3140
|
+
color: rgba(225, 225, 225, 0.3);
|
|
3141
|
+
}
|
|
3142
|
+
.ui.ui.ui.inverted.table tr td.disabled:not([class="disabled"]),
|
|
3143
|
+
.ui.inverted.table tr.disabled:not([class="disabled"]) td,
|
|
3144
|
+
.ui.inverted.table tr.disabled td[class]:not(.disabled),
|
|
3145
|
+
.ui.inverted.table tr:hover td.disabled:not([class="disabled"]) {
|
|
3146
|
+
color: rgba(40, 40, 40, 0.3);
|
|
3147
|
+
}
|
|
3148
|
+
|
|
3149
|
+
/* Definition */
|
|
3150
|
+
.ui.inverted.definition.table > tfoot:not(.full-width) > tr > th:first-child,
|
|
3151
|
+
.ui.inverted.definition.table > thead:not(.full-width) > tr > th:first-child {
|
|
3152
|
+
background: #fff;
|
|
3153
|
+
}
|
|
3154
|
+
.ui.inverted.definition.table > tbody > tr > td:first-child,
|
|
3155
|
+
.ui.inverted.definition.table > tfoot > tr > td:first-child,
|
|
3156
|
+
.ui.inverted.definition.table > tr > td:first-child {
|
|
3157
|
+
background: rgba(255, 255, 255, 0.02);
|
|
3158
|
+
color: #ffffff;
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3161
|
+
/* --------------
|
|
3162
|
+
Collapsing
|
|
3163
|
+
--------------- */
|
|
3164
|
+
.ui.collapsing.table {
|
|
3165
|
+
width: auto;
|
|
3166
|
+
}
|
|
3167
|
+
|
|
3168
|
+
/* --------------
|
|
3169
|
+
Basic
|
|
3170
|
+
--------------- */
|
|
3171
|
+
.ui.basic.table {
|
|
3172
|
+
background: transparent;
|
|
3173
|
+
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
3174
|
+
box-shadow: none;
|
|
3175
|
+
}
|
|
3176
|
+
.ui.basic.table > thead,
|
|
3177
|
+
.ui.basic.table > tfoot {
|
|
3178
|
+
box-shadow: none;
|
|
3179
|
+
}
|
|
3180
|
+
.ui.basic.table > thead > tr > th,
|
|
3181
|
+
.ui.basic.table > tbody > tr > th,
|
|
3182
|
+
.ui.basic.table > tfoot > tr > th,
|
|
3183
|
+
.ui.basic.table > tr > th {
|
|
3184
|
+
background: transparent;
|
|
3185
|
+
border-left: none;
|
|
3186
|
+
}
|
|
3187
|
+
.ui.basic.table > tbody > tr {
|
|
3188
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
3189
|
+
}
|
|
3190
|
+
.ui.basic.table > tbody > tr > td,
|
|
3191
|
+
.ui.basic.table > tfoot > tr > td,
|
|
3192
|
+
.ui.basic.table > tr > td {
|
|
3193
|
+
background: transparent;
|
|
3194
|
+
}
|
|
3195
|
+
.ui.basic.striped.table > tbody > tr:nth-child(2n) {
|
|
3196
|
+
background-color: rgba(0, 0, 0, 0.05);
|
|
3197
|
+
}
|
|
3198
|
+
|
|
3199
|
+
/* Very Basic */
|
|
3200
|
+
.ui[class*="very basic"].table {
|
|
3201
|
+
border: none;
|
|
3202
|
+
}
|
|
3203
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th,
|
|
3204
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th,
|
|
3205
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th,
|
|
3206
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th,
|
|
3207
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td,
|
|
3208
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td {
|
|
3209
|
+
padding: "";
|
|
3210
|
+
}
|
|
3211
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:first-child,
|
|
3212
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:first-child,
|
|
3213
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:first-child,
|
|
3214
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:first-child,
|
|
3215
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:first-child,
|
|
3216
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:first-child,
|
|
3217
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:first-child {
|
|
3218
|
+
padding-left: 0;
|
|
3219
|
+
}
|
|
3220
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > th:last-child,
|
|
3221
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr > th:last-child,
|
|
3222
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > th:last-child,
|
|
3223
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > th:last-child,
|
|
3224
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tr > td:last-child,
|
|
3225
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tbody > tr > td:last-child,
|
|
3226
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > tfoot > tr > td:last-child {
|
|
3227
|
+
padding-right: 0;
|
|
3228
|
+
}
|
|
3229
|
+
.ui[class*="very basic"].table:not(.sortable):not(.striped) > thead > tr:first-child > th {
|
|
3230
|
+
padding-top: 0;
|
|
3231
|
+
}
|
|
3232
|
+
|
|
3233
|
+
/* --------------
|
|
3234
|
+
Celled
|
|
3235
|
+
--------------- */
|
|
3236
|
+
.ui.celled.table > tr > th,
|
|
3237
|
+
.ui.celled.table > thead > tr > th,
|
|
3238
|
+
.ui.celled.table > tbody > tr > th,
|
|
3239
|
+
.ui.celled.table > tfoot > tr > th,
|
|
3240
|
+
.ui.celled.table > tr > td,
|
|
3241
|
+
.ui.celled.table > tbody > tr > td,
|
|
3242
|
+
.ui.celled.table > tfoot > tr > td {
|
|
3243
|
+
border-left: 1px solid rgba(34, 36, 38, 0.1);
|
|
3244
|
+
}
|
|
3245
|
+
.ui.inverted.celled.table > tbody > tr > td,
|
|
3246
|
+
.ui.inverted.celled.table > tr > td {
|
|
3247
|
+
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
|
3248
|
+
}
|
|
3249
|
+
.ui.celled.table > tr > th:first-child,
|
|
3250
|
+
.ui.celled.table > thead > tr > th:first-child,
|
|
3251
|
+
.ui.celled.table > tbody > tr > th:first-child,
|
|
3252
|
+
.ui.celled.table > tfoot > tr > th:first-child,
|
|
3253
|
+
.ui.celled.table > tr > td:first-child,
|
|
3254
|
+
.ui.celled.table > tbody > tr > td:first-child,
|
|
3255
|
+
.ui.celled.table > tfoot > tr > td:first-child {
|
|
3256
|
+
border-left: none;
|
|
3257
|
+
}
|
|
3258
|
+
|
|
3259
|
+
/* --------------
|
|
3260
|
+
Padded
|
|
3261
|
+
--------------- */
|
|
3262
|
+
.ui.padded.table > tr > th,
|
|
3263
|
+
.ui.padded.table > thead > tr > th,
|
|
3264
|
+
.ui.padded.table > tbody > tr > th,
|
|
3265
|
+
.ui.padded.table > tfoot > tr > th {
|
|
3266
|
+
padding-left: 1em;
|
|
3267
|
+
padding-right: 1em;
|
|
3268
|
+
}
|
|
3269
|
+
.ui.padded.table > tr > th,
|
|
3270
|
+
.ui.padded.table > thead > tr > th,
|
|
3271
|
+
.ui.padded.table > tbody > tr > th,
|
|
3272
|
+
.ui.padded.table > tfoot > tr > th,
|
|
3273
|
+
.ui.padded.table > tr > td,
|
|
3274
|
+
.ui.padded.table > tbody > tr > td,
|
|
3275
|
+
.ui.padded.table > tfoot > tr > td {
|
|
3276
|
+
padding: 1em 1em;
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3279
|
+
/* Very */
|
|
3280
|
+
.ui[class*="very padded"].table > tr > th,
|
|
3281
|
+
.ui[class*="very padded"].table > thead > tr > th,
|
|
3282
|
+
.ui[class*="very padded"].table > tbody > tr > th,
|
|
3283
|
+
.ui[class*="very padded"].table > tfoot > tr > th {
|
|
3284
|
+
padding-left: 1.5em;
|
|
3285
|
+
padding-right: 1.5em;
|
|
3286
|
+
}
|
|
3287
|
+
.ui[class*="very padded"].table > tr > td,
|
|
3288
|
+
.ui[class*="very padded"].table > tbody > tr > td,
|
|
3289
|
+
.ui[class*="very padded"].table > tfoot > tr > td {
|
|
3290
|
+
padding: 1.5em 1.5em;
|
|
3291
|
+
}
|
|
3292
|
+
|
|
3293
|
+
/* --------------
|
|
3294
|
+
Compact
|
|
3295
|
+
--------------- */
|
|
3296
|
+
.ui.compact.table > tr > th,
|
|
3297
|
+
.ui.compact.table > thead > tr > th,
|
|
3298
|
+
.ui.compact.table > tbody > tr > th,
|
|
3299
|
+
.ui.compact.table > tfoot > tr > th {
|
|
3300
|
+
padding-left: 0.7em;
|
|
3301
|
+
padding-right: 0.7em;
|
|
3302
|
+
}
|
|
3303
|
+
.ui.compact.table > tr > td,
|
|
3304
|
+
.ui.compact.table > tbody > tr > td,
|
|
3305
|
+
.ui.compact.table > tfoot > tr > td {
|
|
3306
|
+
padding: 0.5em 0.7em;
|
|
3307
|
+
}
|
|
3308
|
+
|
|
3309
|
+
/* Very */
|
|
3310
|
+
.ui[class*="very compact"].table > tr > th,
|
|
3311
|
+
.ui[class*="very compact"].table > thead > tr > th,
|
|
3312
|
+
.ui[class*="very compact"].table > tbody > tr > th,
|
|
3313
|
+
.ui[class*="very compact"].table > tfoot > tr > th {
|
|
3314
|
+
padding-left: 0.6em;
|
|
3315
|
+
padding-right: 0.6em;
|
|
3316
|
+
}
|
|
3317
|
+
.ui[class*="very compact"].table > tr > td,
|
|
3318
|
+
.ui[class*="very compact"].table > tbody > tr > td,
|
|
3319
|
+
.ui[class*="very compact"].table > tfoot > tr > td {
|
|
3320
|
+
padding: 0.4em 0.6em;
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
/* --------------
|
|
3324
|
+
Stuck
|
|
3325
|
+
--------------- */
|
|
3326
|
+
.ui.stuck.table:not(.inverted) {
|
|
3327
|
+
background: #fff;
|
|
3328
|
+
}
|
|
3329
|
+
.ui.stuck.table:not(.inverted) > thead > tr {
|
|
3330
|
+
background: #f9fafb;
|
|
3331
|
+
}
|
|
3332
|
+
.ui.stuck.table:not(.inverted) > tbody > tr {
|
|
3333
|
+
background: #fff;
|
|
3334
|
+
}
|
|
3335
|
+
.ui.stuck.table:not(.inverted) > tfoot > tr {
|
|
3336
|
+
background: #f9fafb;
|
|
3337
|
+
}
|
|
3338
|
+
.ui.stuck.table:not(.inverted).basic > thead > tr,
|
|
3339
|
+
.ui.stuck.table:not(.inverted).basic > tfoot > tr {
|
|
3340
|
+
background: #fff;
|
|
3341
|
+
}
|
|
3342
|
+
.ui.inverted.stuck.table > thead > tr {
|
|
3343
|
+
background: #252525;
|
|
3344
|
+
}
|
|
3345
|
+
.ui.inverted.stuck.table > tbody > tr {
|
|
3346
|
+
background: #333;
|
|
3347
|
+
}
|
|
3348
|
+
.ui.inverted.stuck.table > tfoot > tr {
|
|
3349
|
+
background: #252525;
|
|
3350
|
+
}
|
|
3351
|
+
.ui.inverted.stuck.table.basic > thead > tr,
|
|
3352
|
+
.ui.inverted.stuck.table.basic > tfoot > tr {
|
|
3353
|
+
background: #333;
|
|
3354
|
+
}
|
|
3355
|
+
.ui.head.stuck.table > thead,
|
|
3356
|
+
.ui.foot.stuck.table > tfoot {
|
|
3357
|
+
position: sticky;
|
|
3358
|
+
z-index: 800;
|
|
3359
|
+
}
|
|
3360
|
+
.ui.head.stuck.table {
|
|
3361
|
+
border-top: 0;
|
|
3362
|
+
}
|
|
3363
|
+
.ui.head.stuck.table > thead {
|
|
3364
|
+
top: 0;
|
|
3365
|
+
bottom: auto;
|
|
3366
|
+
}
|
|
3367
|
+
.ui.head.stuck.table > thead > tr:first-child > th {
|
|
3368
|
+
border-top: 1px solid rgba(34, 36, 38, 0.1);
|
|
3369
|
+
}
|
|
3370
|
+
.ui.head.stuck.table.inverted > thead > tr:first-child > th {
|
|
3371
|
+
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
3372
|
+
}
|
|
3373
|
+
.ui.foot.stuck.table {
|
|
3374
|
+
border-bottom: 0;
|
|
3375
|
+
}
|
|
3376
|
+
.ui.foot.stuck.table > tfoot {
|
|
3377
|
+
top: auto;
|
|
3378
|
+
bottom: 0;
|
|
3379
|
+
}
|
|
3380
|
+
.ui.foot.stuck.table > tfoot > tr:last-child > td,
|
|
3381
|
+
.ui.foot.stuck.table > tfoot > tr:last-child > th {
|
|
3382
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.1);
|
|
3383
|
+
}
|
|
3384
|
+
.ui.foot.stuck.table.inverted > tfoot > tr:first-child > td,
|
|
3385
|
+
.ui.foot.stuck.table.inverted > tfoot > tr:first-child > th {
|
|
3386
|
+
border-top: 1px solid rgba(255, 255, 255, 0.1);
|
|
3387
|
+
}
|
|
3388
|
+
.ui.first.stuck.table {
|
|
3389
|
+
border-left: 0;
|
|
3390
|
+
}
|
|
3391
|
+
.ui.first.stuck.table th:first-child,
|
|
3392
|
+
.ui.first.stuck.table td:first-child {
|
|
3393
|
+
position: sticky;
|
|
3394
|
+
left: 0;
|
|
3395
|
+
border-left: 1px solid rgba(34, 36, 38, 0.1);
|
|
3396
|
+
background: inherit;
|
|
3397
|
+
}
|
|
3398
|
+
.ui.first.stuck.table.inverted th:first-child,
|
|
3399
|
+
.ui.first.stuck.table.inverted td:first-child {
|
|
3400
|
+
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
|
3401
|
+
}
|
|
3402
|
+
.ui.last.stuck.table {
|
|
3403
|
+
border-right: 0;
|
|
3404
|
+
}
|
|
3405
|
+
.ui.last.stuck.table th:last-child,
|
|
3406
|
+
.ui.last.stuck.table td:last-child {
|
|
3407
|
+
position: sticky;
|
|
3408
|
+
right: 0;
|
|
3409
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
|
3410
|
+
background: inherit;
|
|
3411
|
+
}
|
|
3412
|
+
.ui.last.stuck.table.inverted th:last-child,
|
|
3413
|
+
.ui.last.stuck.table.inverted td:last-child {
|
|
3414
|
+
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
|
3415
|
+
}
|
|
3416
|
+
.ui.celled.first.stuck.table th:first-child,
|
|
3417
|
+
.ui.celled.first.stuck.table td:first-child {
|
|
3418
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
|
3419
|
+
}
|
|
3420
|
+
.ui.celled.last.stuck.table th:last-child,
|
|
3421
|
+
.ui.celled.last.stuck.table td:last-child {
|
|
3422
|
+
border-left: 1px solid rgba(34, 36, 38, 0.1);
|
|
3423
|
+
}
|
|
3424
|
+
.ui.inverted.celled.first.stuck.table th:first-child,
|
|
3425
|
+
.ui.inverted.celled.first.stuck.table td:first-child {
|
|
3426
|
+
border-right: 1px solid rgba(255, 255, 255, 0.1);
|
|
3427
|
+
}
|
|
3428
|
+
.ui.inverted.celled.last.stuck.table th:last-child,
|
|
3429
|
+
.ui.inverted.celled.last.stuck.table td:last-child {
|
|
3430
|
+
border-left: 1px solid rgba(255, 255, 255, 0.1);
|
|
3431
|
+
}
|
|
3432
|
+
|
|
3433
|
+
/* --------------
|
|
3434
|
+
Sizes
|
|
3435
|
+
--------------- */
|
|
3436
|
+
|
|
3437
|
+
/* Standard */
|
|
3438
|
+
.ui.table {
|
|
3439
|
+
font-size: 1em;
|
|
3440
|
+
}
|
|
3441
|
+
.ui.mini.table {
|
|
3442
|
+
font-size: 0.78571429rem;
|
|
3443
|
+
}
|
|
3444
|
+
.ui.tiny.table {
|
|
3445
|
+
font-size: 0.85714286rem;
|
|
3446
|
+
}
|
|
3447
|
+
.ui.small.table {
|
|
3448
|
+
font-size: 0.9em;
|
|
3449
|
+
}
|
|
3450
|
+
.ui.large.table {
|
|
3451
|
+
font-size: 1.1em;
|
|
3452
|
+
}
|
|
3453
|
+
.ui.big.table {
|
|
3454
|
+
font-size: 1.28571429rem;
|
|
3455
|
+
}
|
|
3456
|
+
.ui.huge.table {
|
|
3457
|
+
font-size: 1.42857143rem;
|
|
3458
|
+
}
|
|
3459
|
+
.ui.massive.table {
|
|
3460
|
+
font-size: 1.71428571rem;
|
|
3461
|
+
}
|
|
3462
|
+
|
|
3463
|
+
|
|
3464
|
+
/*******************************
|
|
3465
|
+
Overrides
|
|
3466
|
+
*******************************/
|
|
3467
|
+
|
|
3468
|
+
|
|
3469
|
+
|
|
3470
|
+
/*******************************
|
|
3471
|
+
Site Overrides
|
|
3472
|
+
*******************************/
|
|
3473
|
+
|