cx 23.2.0 → 23.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/charts.css CHANGED
@@ -1,68 +1,87 @@
1
1
  .cxb-numericaxis {
2
- shape-rendering: crispEdges; }
2
+ shape-rendering: crispEdges;
3
+ }
3
4
 
4
5
  .cxe-numericaxis-ticks {
5
6
  stroke: rgba(128, 128, 128, 0.3);
6
- stroke-width: 1px; }
7
+ stroke-width: 1px;
8
+ }
7
9
 
8
10
  .cxe-numericaxis-line {
9
11
  stroke: rgba(128, 128, 128, 0.2);
10
- stroke-width: 1px; }
12
+ stroke-width: 1px;
13
+ }
11
14
 
12
15
  .cxe-numericaxis-label {
13
16
  font-size: smaller;
14
- fill: currentColor; }
17
+ fill: currentColor;
18
+ }
15
19
 
16
20
  .cxe-numericaxis-label-offset {
17
- visibility: hidden; }
21
+ visibility: hidden;
22
+ }
18
23
 
19
24
  .cxb-categoryaxis {
20
- shape-rendering: crispEdges; }
25
+ shape-rendering: crispEdges;
26
+ }
21
27
 
22
28
  .cxe-categoryaxis-ticks {
23
29
  stroke: rgba(128, 128, 128, 0.3);
24
- stroke-width: 1px; }
30
+ stroke-width: 1px;
31
+ }
25
32
 
26
33
  .cxe-categoryaxis-line {
27
34
  stroke: rgba(128, 128, 128, 0.2);
28
- stroke-width: 1px; }
35
+ stroke-width: 1px;
36
+ }
29
37
 
30
38
  .cxe-categoryaxis-label {
31
39
  font-size: smaller;
32
- fill: currentColor; }
40
+ fill: currentColor;
41
+ }
33
42
 
34
43
  .cxe-categoryaxis-label-offset {
35
- visibility: hidden; }
44
+ visibility: hidden;
45
+ }
36
46
 
37
47
  .cxb-timeaxis {
38
- shape-rendering: crispEdges; }
48
+ shape-rendering: crispEdges;
49
+ }
39
50
 
40
51
  .cxe-timeaxis-ticks {
41
52
  stroke: rgba(128, 128, 128, 0.3);
42
- stroke-width: 1px; }
53
+ stroke-width: 1px;
54
+ }
43
55
 
44
56
  .cxe-timeaxis-line {
45
57
  stroke: rgba(128, 128, 128, 0.2);
46
- stroke-width: 1px; }
58
+ stroke-width: 1px;
59
+ }
47
60
 
48
61
  .cxe-timeaxis-label {
49
62
  font-size: smaller;
50
- fill: currentColor; }
63
+ fill: currentColor;
64
+ }
51
65
 
52
66
  .cxe-timeaxis-label-offset {
53
- visibility: hidden; }
67
+ visibility: hidden;
68
+ }
54
69
 
55
70
  .cxe-pieslice-slice {
56
71
  stroke-width: 0;
57
72
  fill: #eee;
58
- stroke: #ccc; }
59
- .cxe-pieslice-slice.cxs-selectable {
60
- cursor: pointer; }
61
- .cxe-pieslice-slice.cxs-selected {
62
- stroke-width: 2px; }
73
+ stroke: #ccc;
74
+ }
75
+ .cxe-pieslice-slice.cxs-selectable {
76
+ cursor: pointer;
77
+ }
78
+ .cxe-pieslice-slice.cxs-selected {
79
+ stroke-width: 2px;
80
+ }
63
81
 
64
82
  .cxb-legend {
65
- text-align: center; }
83
+ text-align: center;
84
+ }
66
85
 
67
86
  .cxe-legend-entry {
68
87
  display: inline-block;
@@ -71,556 +90,560 @@
71
90
  position: relative;
72
91
  margin: 5px;
73
92
  box-sizing: border-box;
74
- cursor: pointer; }
75
- .cxb-legend.cxs-vertical .cxe-legend-entry {
76
- display: block;
77
- text-align: left; }
93
+ cursor: pointer;
94
+ }
95
+ .cxb-legend.cxs-vertical .cxe-legend-entry {
96
+ display: block;
97
+ text-align: left;
98
+ }
78
99
 
79
100
  .cxe-legend-svg {
80
101
  position: absolute;
81
102
  left: 5px;
82
- top: 50%; }
103
+ top: 50%;
104
+ }
83
105
 
84
106
  .cxe-legend-shape {
85
- fill: rgba(128, 128, 128, 0.1); }
107
+ fill: rgba(128, 128, 128, 0.1);
108
+ }
86
109
 
87
110
  .cxb-legendentry {
88
111
  display: inline-block;
89
112
  padding: 5px 0 5px 30px;
90
113
  position: relative;
91
114
  box-sizing: border-box;
92
- cursor: pointer; }
115
+ cursor: pointer;
116
+ }
93
117
 
94
118
  .cxe-legendentry-svg {
95
119
  position: absolute;
96
120
  left: 5px;
97
- top: 50%; }
121
+ top: 50%;
122
+ }
98
123
 
99
124
  .cxe-legendentry-shape {
100
- fill: #eee; }
125
+ fill: #eee;
126
+ }
101
127
 
102
128
  .cxb-gridlines {
103
- shape-rendering: crispEdges; }
104
- .cxb-gridlines path {
105
- stroke: rgba(128, 128, 128, 0.15);
106
- fill: none;
107
- stroke-width: 1; }
129
+ shape-rendering: crispEdges;
130
+ }
131
+ .cxb-gridlines path {
132
+ stroke: rgba(128, 128, 128, 0.15);
133
+ fill: none;
134
+ stroke-width: 1;
135
+ }
108
136
 
109
137
  .cxe-column-rect {
110
138
  stroke-width: 1px;
111
139
  fill: #eee;
112
- stroke: #ccc; }
113
- .cxe-column-rect.cxs-selectable {
114
- cursor: pointer; }
115
- .cxe-column-rect.cxs-selected {
116
- stroke-width: 2px; }
140
+ stroke: #ccc;
141
+ }
142
+ .cxe-column-rect.cxs-selectable {
143
+ cursor: pointer;
144
+ }
145
+ .cxe-column-rect.cxs-selected {
146
+ stroke-width: 2px;
147
+ }
117
148
 
118
149
  .cxe-bar-rect {
119
150
  stroke-width: 1px;
120
151
  fill: #eee;
121
- stroke: #ccc; }
122
- .cxe-bar-rect.cxs-selectable {
123
- cursor: pointer; }
124
- .cxe-bar-rect.cxs-selected {
125
- stroke-width: 2px; }
152
+ stroke: #ccc;
153
+ }
154
+ .cxe-bar-rect.cxs-selectable {
155
+ cursor: pointer;
156
+ }
157
+ .cxe-bar-rect.cxs-selected {
158
+ stroke-width: 2px;
159
+ }
126
160
 
127
161
  .cxe-linegraph-line {
128
162
  stroke: gray;
129
163
  stroke-width: 2px;
130
- fill: none !important; }
164
+ fill: none !important;
165
+ }
131
166
 
132
167
  .cxe-linegraph-area {
133
168
  stroke-width: 0;
134
- opacity: 0.5; }
169
+ opacity: 0.5;
170
+ }
135
171
 
136
172
  .cxe-columngraph-column {
137
173
  stroke-width: 1px;
138
174
  fill: #eee;
139
- stroke: #ccc; }
140
- .cxe-columngraph-column.cxs-selectable {
141
- cursor: pointer; }
142
- .cxe-columngraph-column.cxs-selected {
143
- stroke-width: 2px; }
175
+ stroke: #ccc;
176
+ }
177
+ .cxe-columngraph-column.cxs-selectable {
178
+ cursor: pointer;
179
+ }
180
+ .cxe-columngraph-column.cxs-selected {
181
+ stroke-width: 2px;
182
+ }
144
183
 
145
184
  .cxe-bargraph-bar {
146
185
  stroke-width: 1px;
147
186
  fill: #eee;
148
- stroke: #ccc; }
149
- .cxe-bargraph-bar.cxs-selectable {
150
- cursor: pointer; }
151
- .cxe-bargraph-bar.cxs-selected {
152
- stroke-width: 2px; }
187
+ stroke: #ccc;
188
+ }
189
+ .cxe-bargraph-bar.cxs-selectable {
190
+ cursor: pointer;
191
+ }
192
+ .cxe-bargraph-bar.cxs-selected {
193
+ stroke-width: 2px;
194
+ }
153
195
 
154
196
  .cxe-scattergraph-shape {
155
- fill: gray;
156
- opacity: 0.8; }
157
- .cxe-scattergraph-shape.cxs-selected {
158
- stroke-width: 2px; }
197
+ fill: rgb(128, 128, 128);
198
+ opacity: 0.8;
199
+ }
200
+ .cxe-scattergraph-shape.cxs-selected {
201
+ stroke-width: 2px;
202
+ }
159
203
 
160
204
  .cxe-bubblegraph-bubble {
161
- fill: gray;
162
- opacity: 0.5; }
163
- .cxe-bubblegraph-bubble:hover {
164
- opacity: 0.75; }
165
- .cxe-bubblegraph-bubble.cxs-selected {
166
- stroke: black;
167
- stroke-width: 2px; }
205
+ fill: rgb(128, 128, 128);
206
+ opacity: 0.5;
207
+ }
208
+ .cxe-bubblegraph-bubble:hover {
209
+ opacity: 0.75;
210
+ }
211
+ .cxe-bubblegraph-bubble.cxs-selected {
212
+ stroke: black;
213
+ stroke-width: 2px;
214
+ }
168
215
 
169
216
  .cxe-marker-shape {
170
- fill: gray;
171
- stroke: gray;
172
- stroke-width: 1px; }
173
- .cxs-draggable-x > .cxe-marker-shape {
174
- cursor: ew-resize;
175
- touch-action: none; }
176
- .cxs-draggable-y > .cxe-marker-shape {
177
- cursor: ns-resize;
178
- touch-action: none; }
179
- .cxs-draggable-xy > .cxe-marker-shape {
180
- cursor: move;
181
- touch-action: none; }
182
- .cxs-selectable > .cxe-marker-shape {
183
- cursor: pointer; }
184
- .cxe-marker-shape.cxs-hidden {
185
- visibility: hidden; }
217
+ fill: rgb(128, 128, 128);
218
+ stroke: rgb(128, 128, 128);
219
+ stroke-width: 1px;
220
+ }
221
+ .cxs-draggable-x > .cxe-marker-shape {
222
+ cursor: ew-resize;
223
+ touch-action: none;
224
+ }
225
+ .cxs-draggable-y > .cxe-marker-shape {
226
+ cursor: ns-resize;
227
+ touch-action: none;
228
+ }
229
+ .cxs-draggable-xy > .cxe-marker-shape {
230
+ cursor: move;
231
+ touch-action: none;
232
+ }
233
+ .cxs-selectable > .cxe-marker-shape {
234
+ cursor: pointer;
235
+ }
236
+ .cxe-marker-shape.cxs-hidden {
237
+ visibility: hidden;
238
+ }
186
239
 
187
240
  .cxe-markerline-line {
188
- stroke: gray;
189
- stroke-width: 1px; }
241
+ stroke: rgb(128, 128, 128);
242
+ stroke-width: 1px;
243
+ }
190
244
 
191
245
  .cxe-range-rect {
192
246
  stroke-width: 0;
193
247
  fill-opacity: 0.3;
194
- fill: lightgray; }
248
+ fill: lightgray;
249
+ }
195
250
 
196
251
  .cxs-color-0 {
197
252
  fill: #fbb4af;
198
253
  stroke: #e2a29e;
199
254
  background: #fbb4af;
200
- border-color: #e2a29e; }
201
- .cxs-color-0.cxs-selectable:hover, .cxs-color-0.cxs-selectable.cxs-hover,
202
- .cxs-color-root:hover .cxs-color-0,
203
- .cxs-color-root.cxs-hover .cxs-color-0 {
204
- fill: #faa19b;
205
- stroke: #e1918c;
206
- background: #faa19b;
207
- border-color: #e1918c; }
208
- .cxs-color-0.cxs-selected, .cxs-color-0.cxs-selected:hover, .cxs-color-0.cxs-selected.cxs-hover,
209
- .cxs-color-root.cxs-selected .cxs-color-0,
210
- .cxs-color-root.cxs-selected:hover .cxs-color-0,
211
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-0 {
212
- fill: #f6695e;
213
- stroke: #dd5f55;
214
- background: #f6695e;
215
- border-color: #dd5f55; }
216
- .cxs-color-0.cxs-disabled,
217
- .cxs-color-root.cxs-disabled .cxs-color-0 {
218
- fill: #feeceb;
219
- stroke: #e5d4d4;
220
- background: #feeceb;
221
- border-color: #e5d4d4; }
255
+ border-color: #e2a29e;
256
+ }
257
+ .cxs-color-0.cxs-selectable:hover, .cxs-color-0.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-0, .cxs-color-root.cxs-hover .cxs-color-0 {
258
+ fill: #faa19b;
259
+ stroke: #e1918c;
260
+ background: #faa19b;
261
+ border-color: #e1918c;
262
+ }
263
+ .cxs-color-0.cxs-selected, .cxs-color-0.cxs-selected:hover, .cxs-color-0.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-0, .cxs-color-root.cxs-selected:hover .cxs-color-0, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-0 {
264
+ fill: #f6695e;
265
+ stroke: #dd5f55;
266
+ background: #f6695e;
267
+ border-color: #dd5f55;
268
+ }
269
+ .cxs-color-0.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-0 {
270
+ fill: #feeceb;
271
+ stroke: #e5d4d4;
272
+ background: #feeceb;
273
+ border-color: #e5d4d4;
274
+ }
222
275
 
223
276
  .cxs-color-1 {
224
277
  fill: #f6a5c1;
225
278
  stroke: #dd95ae;
226
279
  background: #f6a5c1;
227
- border-color: #dd95ae; }
228
- .cxs-color-1.cxs-selectable:hover, .cxs-color-1.cxs-selectable.cxs-hover,
229
- .cxs-color-root:hover .cxs-color-1,
230
- .cxs-color-root.cxs-hover .cxs-color-1 {
231
- fill: #f48fb1;
232
- stroke: #dc819f;
233
- background: #f48fb1;
234
- border-color: #dc819f; }
235
- .cxs-color-1.cxs-selected, .cxs-color-1.cxs-selected:hover, .cxs-color-1.cxs-selected.cxs-hover,
236
- .cxs-color-root.cxs-selected .cxs-color-1,
237
- .cxs-color-root.cxs-selected:hover .cxs-color-1,
238
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-1 {
239
- fill: #ed4b82;
240
- stroke: #d54475;
241
- background: #ed4b82;
242
- border-color: #d54475; }
243
- .cxs-color-1.cxs-disabled,
244
- .cxs-color-root.cxs-disabled .cxs-color-1 {
245
- fill: #fde9ef;
246
- stroke: #e4d2d7;
247
- background: #fde9ef;
248
- border-color: #e4d2d7; }
280
+ border-color: #dd95ae;
281
+ }
282
+ .cxs-color-1.cxs-selectable:hover, .cxs-color-1.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-1, .cxs-color-root.cxs-hover .cxs-color-1 {
283
+ fill: #f48fb1;
284
+ stroke: #dc819f;
285
+ background: #f48fb1;
286
+ border-color: #dc819f;
287
+ }
288
+ .cxs-color-1.cxs-selected, .cxs-color-1.cxs-selected:hover, .cxs-color-1.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-1, .cxs-color-root.cxs-selected:hover .cxs-color-1, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-1 {
289
+ fill: #ed4b82;
290
+ stroke: #d54475;
291
+ background: #ed4b82;
292
+ border-color: #d54475;
293
+ }
294
+ .cxs-color-1.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-1 {
295
+ fill: #fde9ef;
296
+ stroke: #e4d2d7;
297
+ background: #fde9ef;
298
+ border-color: #e4d2d7;
299
+ }
249
300
 
250
301
  .cxs-color-2 {
251
302
  fill: #d7a9df;
252
303
  stroke: #c298c9;
253
304
  background: #d7a9df;
254
- border-color: #c298c9; }
255
- .cxs-color-2.cxs-selectable:hover, .cxs-color-2.cxs-selectable.cxs-hover,
256
- .cxs-color-root:hover .cxs-color-2,
257
- .cxs-color-root.cxs-hover .cxs-color-2 {
258
- fill: #ce93d8;
259
- stroke: #b984c2;
260
- background: #ce93d8;
261
- border-color: #b984c2; }
262
- .cxs-color-2.cxs-selected, .cxs-color-2.cxs-selected:hover, .cxs-color-2.cxs-selected.cxs-hover,
263
- .cxs-color-root.cxs-selected .cxs-color-2,
264
- .cxs-color-root.cxs-selected:hover .cxs-color-2,
265
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-2 {
266
- fill: #b052c0;
267
- stroke: #9e4aad;
268
- background: #b052c0;
269
- border-color: #9e4aad; }
270
- .cxs-color-2.cxs-disabled,
271
- .cxs-color-root.cxs-disabled .cxs-color-2 {
272
- fill: #f5e9f7;
273
- stroke: #ddd2de;
274
- background: #f5e9f7;
275
- border-color: #ddd2de; }
305
+ border-color: #c298c9;
306
+ }
307
+ .cxs-color-2.cxs-selectable:hover, .cxs-color-2.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-2, .cxs-color-root.cxs-hover .cxs-color-2 {
308
+ fill: #ce93d8;
309
+ stroke: #b984c2;
310
+ background: #ce93d8;
311
+ border-color: #b984c2;
312
+ }
313
+ .cxs-color-2.cxs-selected, .cxs-color-2.cxs-selected:hover, .cxs-color-2.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-2, .cxs-color-root.cxs-selected:hover .cxs-color-2, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-2 {
314
+ fill: #b052c0;
315
+ stroke: #9e4aad;
316
+ background: #b052c0;
317
+ border-color: #9e4aad;
318
+ }
319
+ .cxs-color-2.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-2 {
320
+ fill: #f5e9f7;
321
+ stroke: #ddd2de;
322
+ background: #f5e9f7;
323
+ border-color: #ddd2de;
324
+ }
276
325
 
277
326
  .cxs-color-3 {
278
327
  fill: #c2b0e2;
279
328
  stroke: #af9ecb;
280
329
  background: #c2b0e2;
281
- border-color: #af9ecb; }
282
- .cxs-color-3.cxs-selectable:hover, .cxs-color-3.cxs-selectable.cxs-hover,
283
- .cxs-color-root:hover .cxs-color-3,
284
- .cxs-color-root.cxs-hover .cxs-color-3 {
285
- fill: #b39ddb;
286
- stroke: #a18dc5;
287
- background: #b39ddb;
288
- border-color: #a18dc5; }
289
- .cxs-color-3.cxs-selected, .cxs-color-3.cxs-selected:hover, .cxs-color-3.cxs-selected.cxs-hover,
290
- .cxs-color-root.cxs-selected .cxs-color-3,
291
- .cxs-color-root.cxs-selected:hover .cxs-color-3,
292
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-3 {
293
- fill: #8561c5;
294
- stroke: #7857b1;
295
- background: #8561c5;
296
- border-color: #7857b1; }
297
- .cxs-color-3.cxs-disabled,
298
- .cxs-color-root.cxs-disabled .cxs-color-3 {
299
- fill: #f0ebf8;
300
- stroke: #d8d4df;
301
- background: #f0ebf8;
302
- border-color: #d8d4df; }
330
+ border-color: #af9ecb;
331
+ }
332
+ .cxs-color-3.cxs-selectable:hover, .cxs-color-3.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-3, .cxs-color-root.cxs-hover .cxs-color-3 {
333
+ fill: #b39ddb;
334
+ stroke: #a18dc5;
335
+ background: #b39ddb;
336
+ border-color: #a18dc5;
337
+ }
338
+ .cxs-color-3.cxs-selected, .cxs-color-3.cxs-selected:hover, .cxs-color-3.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-3, .cxs-color-root.cxs-selected:hover .cxs-color-3, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-3 {
339
+ fill: #8561c5;
340
+ stroke: #7857b1;
341
+ background: #8561c5;
342
+ border-color: #7857b1;
343
+ }
344
+ .cxs-color-3.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-3 {
345
+ fill: #f0ebf8;
346
+ stroke: #d8d4df;
347
+ background: #f0ebf8;
348
+ border-color: #d8d4df;
349
+ }
303
350
 
304
351
  .cxs-color-4 {
305
352
  fill: #b2b9e1;
306
353
  stroke: #a0a7cb;
307
354
  background: #b2b9e1;
308
- border-color: #a0a7cb; }
309
- .cxs-color-4.cxs-selectable:hover, .cxs-color-4.cxs-selectable.cxs-hover,
310
- .cxs-color-root:hover .cxs-color-4,
311
- .cxs-color-root.cxs-hover .cxs-color-4 {
312
- fill: #9fa8da;
313
- stroke: #8f97c4;
314
- background: #9fa8da;
315
- border-color: #8f97c4; }
316
- .cxs-color-4.cxs-selected, .cxs-color-4.cxs-selected:hover, .cxs-color-4.cxs-selected.cxs-hover,
317
- .cxs-color-root.cxs-selected .cxs-color-4,
318
- .cxs-color-root.cxs-selected:hover .cxs-color-4,
319
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-4 {
320
- fill: #6574c4;
321
- stroke: #5b68b0;
322
- background: #6574c4;
323
- border-color: #5b68b0; }
324
- .cxs-color-4.cxs-disabled,
325
- .cxs-color-root.cxs-disabled .cxs-color-4 {
326
- fill: #eceef8;
327
- stroke: #d4d6df;
328
- background: #eceef8;
329
- border-color: #d4d6df; }
355
+ border-color: #a0a7cb;
356
+ }
357
+ .cxs-color-4.cxs-selectable:hover, .cxs-color-4.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-4, .cxs-color-root.cxs-hover .cxs-color-4 {
358
+ fill: #9fa8da;
359
+ stroke: #8f97c4;
360
+ background: #9fa8da;
361
+ border-color: #8f97c4;
362
+ }
363
+ .cxs-color-4.cxs-selected, .cxs-color-4.cxs-selected:hover, .cxs-color-4.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-4, .cxs-color-root.cxs-selected:hover .cxs-color-4, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-4 {
364
+ fill: #6574c4;
365
+ stroke: #5b68b0;
366
+ background: #6574c4;
367
+ border-color: #5b68b0;
368
+ }
369
+ .cxs-color-4.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-4 {
370
+ fill: #eceef8;
371
+ stroke: #d4d6df;
372
+ background: #eceef8;
373
+ border-color: #d4d6df;
374
+ }
330
375
 
331
376
  .cxs-color-5 {
332
377
  fill: #a6d5fa;
333
378
  stroke: #95c0e1;
334
379
  background: #a6d5fa;
335
- border-color: #95c0e1; }
336
- .cxs-color-5.cxs-selectable:hover, .cxs-color-5.cxs-selectable.cxs-hover,
337
- .cxs-color-root:hover .cxs-color-5,
338
- .cxs-color-root.cxs-hover .cxs-color-5 {
339
- fill: #90cbf9;
340
- stroke: #82b7e0;
341
- background: #90cbf9;
342
- border-color: #82b7e0; }
343
- .cxs-color-5.cxs-selected, .cxs-color-5.cxs-selected:hover, .cxs-color-5.cxs-selected.cxs-hover,
344
- .cxs-color-root.cxs-selected .cxs-color-5,
345
- .cxs-color-root.cxs-selected:hover .cxs-color-5,
346
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-5 {
347
- fill: #4dabf5;
348
- stroke: #459add;
349
- background: #4dabf5;
350
- border-color: #459add; }
351
- .cxs-color-5.cxs-disabled,
352
- .cxs-color-root.cxs-disabled .cxs-color-5 {
353
- fill: #e9f5fe;
354
- stroke: #d2dde5;
355
- background: #e9f5fe;
356
- border-color: #d2dde5; }
380
+ border-color: #95c0e1;
381
+ }
382
+ .cxs-color-5.cxs-selectable:hover, .cxs-color-5.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-5, .cxs-color-root.cxs-hover .cxs-color-5 {
383
+ fill: #90cbf9;
384
+ stroke: #82b7e0;
385
+ background: #90cbf9;
386
+ border-color: #82b7e0;
387
+ }
388
+ .cxs-color-5.cxs-selected, .cxs-color-5.cxs-selected:hover, .cxs-color-5.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-5, .cxs-color-root.cxs-selected:hover .cxs-color-5, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-5 {
389
+ fill: #4dabf5;
390
+ stroke: #459add;
391
+ background: #4dabf5;
392
+ border-color: #459add;
393
+ }
394
+ .cxs-color-5.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-5 {
395
+ fill: #e9f5fe;
396
+ stroke: #d2dde5;
397
+ background: #e9f5fe;
398
+ border-color: #d2dde5;
399
+ }
357
400
 
358
401
  .cxs-color-6 {
359
402
  fill: #9addfb;
360
403
  stroke: #8bc7e2;
361
404
  background: #9addfb;
362
- border-color: #8bc7e2; }
363
- .cxs-color-6.cxs-selectable:hover, .cxs-color-6.cxs-selectable.cxs-hover,
364
- .cxs-color-root:hover .cxs-color-6,
365
- .cxs-color-root.cxs-hover .cxs-color-6 {
366
- fill: #81d4fa;
367
- stroke: #74bfe1;
368
- background: #81d4fa;
369
- border-color: #74bfe1; }
370
- .cxs-color-6.cxs-selected, .cxs-color-6.cxs-selected:hover, .cxs-color-6.cxs-selected.cxs-hover,
371
- .cxs-color-root.cxs-selected .cxs-color-6,
372
- .cxs-color-root.cxs-selected:hover .cxs-color-6,
373
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-6 {
374
- fill: #35baf6;
375
- stroke: #30a7dd;
376
- background: #35baf6;
377
- border-color: #30a7dd; }
378
- .cxs-color-6.cxs-disabled,
379
- .cxs-color-root.cxs-disabled .cxs-color-6 {
380
- fill: #e6f6fe;
381
- stroke: #cfdde5;
382
- background: #e6f6fe;
383
- border-color: #cfdde5; }
405
+ border-color: #8bc7e2;
406
+ }
407
+ .cxs-color-6.cxs-selectable:hover, .cxs-color-6.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-6, .cxs-color-root.cxs-hover .cxs-color-6 {
408
+ fill: #81d4fa;
409
+ stroke: #74bfe1;
410
+ background: #81d4fa;
411
+ border-color: #74bfe1;
412
+ }
413
+ .cxs-color-6.cxs-selected, .cxs-color-6.cxs-selected:hover, .cxs-color-6.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-6, .cxs-color-root.cxs-selected:hover .cxs-color-6, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-6 {
414
+ fill: #35baf6;
415
+ stroke: #30a7dd;
416
+ background: #35baf6;
417
+ border-color: #30a7dd;
418
+ }
419
+ .cxs-color-6.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-6 {
420
+ fill: #e6f6fe;
421
+ stroke: #cfdde5;
422
+ background: #e6f6fe;
423
+ border-color: #cfdde5;
424
+ }
384
425
 
385
426
  .cxs-color-7 {
386
427
  fill: #99e4ee;
387
428
  stroke: #8acdd6;
388
429
  background: #99e4ee;
389
- border-color: #8acdd6; }
390
- .cxs-color-7.cxs-selectable:hover, .cxs-color-7.cxs-selectable.cxs-hover,
391
- .cxs-color-root:hover .cxs-color-7,
392
- .cxs-color-root.cxs-hover .cxs-color-7 {
393
- fill: #80deea;
394
- stroke: #73c8d3;
395
- background: #80deea;
396
- border-color: #73c8d3; }
397
- .cxs-color-7.cxs-selected, .cxs-color-7.cxs-selected:hover, .cxs-color-7.cxs-selected.cxs-hover,
398
- .cxs-color-root.cxs-selected .cxs-color-7,
399
- .cxs-color-root.cxs-selected:hover .cxs-color-7,
400
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-7 {
401
- fill: #33c9dd;
402
- stroke: #2eb5c7;
403
- background: #33c9dd;
404
- border-color: #2eb5c7; }
405
- .cxs-color-7.cxs-disabled,
406
- .cxs-color-root.cxs-disabled .cxs-color-7 {
407
- fill: #e6f8fb;
408
- stroke: #cfdfe2;
409
- background: #e6f8fb;
410
- border-color: #cfdfe2; }
430
+ border-color: #8acdd6;
431
+ }
432
+ .cxs-color-7.cxs-selectable:hover, .cxs-color-7.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-7, .cxs-color-root.cxs-hover .cxs-color-7 {
433
+ fill: #80deea;
434
+ stroke: #73c8d3;
435
+ background: #80deea;
436
+ border-color: #73c8d3;
437
+ }
438
+ .cxs-color-7.cxs-selected, .cxs-color-7.cxs-selected:hover, .cxs-color-7.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-7, .cxs-color-root.cxs-selected:hover .cxs-color-7, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-7 {
439
+ fill: #33c9dd;
440
+ stroke: #2eb5c7;
441
+ background: #33c9dd;
442
+ border-color: #2eb5c7;
443
+ }
444
+ .cxs-color-7.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-7 {
445
+ fill: #e6f8fb;
446
+ stroke: #cfdfe2;
447
+ background: #e6f8fb;
448
+ border-color: #cfdfe2;
449
+ }
411
450
 
412
451
  .cxs-color-8 {
413
452
  fill: #99d5cf;
414
453
  stroke: #8ac0ba;
415
454
  background: #99d5cf;
416
- border-color: #8ac0ba; }
417
- .cxs-color-8.cxs-selectable:hover, .cxs-color-8.cxs-selectable.cxs-hover,
418
- .cxs-color-root:hover .cxs-color-8,
419
- .cxs-color-root.cxs-hover .cxs-color-8 {
420
- fill: #80cbc4;
421
- stroke: #73b7b0;
422
- background: #80cbc4;
423
- border-color: #73b7b0; }
424
- .cxs-color-8.cxs-selected, .cxs-color-8.cxs-selected:hover, .cxs-color-8.cxs-selected.cxs-hover,
425
- .cxs-color-root.cxs-selected .cxs-color-8,
426
- .cxs-color-root.cxs-selected:hover .cxs-color-8,
427
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-8 {
428
- fill: #33aba0;
429
- stroke: #2e9a90;
430
- background: #33aba0;
431
- border-color: #2e9a90; }
432
- .cxs-color-8.cxs-disabled,
433
- .cxs-color-root.cxs-disabled .cxs-color-8 {
434
- fill: #e6f5f3;
435
- stroke: #cfdddb;
436
- background: #e6f5f3;
437
- border-color: #cfdddb; }
455
+ border-color: #8ac0ba;
456
+ }
457
+ .cxs-color-8.cxs-selectable:hover, .cxs-color-8.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-8, .cxs-color-root.cxs-hover .cxs-color-8 {
458
+ fill: #80cbc4;
459
+ stroke: #73b7b0;
460
+ background: #80cbc4;
461
+ border-color: #73b7b0;
462
+ }
463
+ .cxs-color-8.cxs-selected, .cxs-color-8.cxs-selected:hover, .cxs-color-8.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-8, .cxs-color-root.cxs-selected:hover .cxs-color-8, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-8 {
464
+ fill: #33aba0;
465
+ stroke: #2e9a90;
466
+ background: #33aba0;
467
+ border-color: #2e9a90;
468
+ }
469
+ .cxs-color-8.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-8 {
470
+ fill: #e6f5f3;
471
+ stroke: #cfdddb;
472
+ background: #e6f5f3;
473
+ border-color: #cfdddb;
474
+ }
438
475
 
439
476
  .cxs-color-9 {
440
477
  fill: #b7dfb9;
441
478
  stroke: #a5c9a7;
442
479
  background: #b7dfb9;
443
- border-color: #a5c9a7; }
444
- .cxs-color-9.cxs-selectable:hover, .cxs-color-9.cxs-selectable.cxs-hover,
445
- .cxs-color-root:hover .cxs-color-9,
446
- .cxs-color-root.cxs-hover .cxs-color-9 {
447
- fill: #a6d7a8;
448
- stroke: #95c297;
449
- background: #a6d7a8;
450
- border-color: #95c297; }
451
- .cxs-color-9.cxs-selected, .cxs-color-9.cxs-selected:hover, .cxs-color-9.cxs-selected.cxs-hover,
452
- .cxs-color-root.cxs-selected .cxs-color-9,
453
- .cxs-color-root.cxs-selected:hover .cxs-color-9,
454
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-9 {
455
- fill: #70bf73;
456
- stroke: #65ac68;
457
- background: #70bf73;
458
- border-color: #65ac68; }
459
- .cxs-color-9.cxs-disabled,
460
- .cxs-color-root.cxs-disabled .cxs-color-9 {
461
- fill: #edf7ee;
462
- stroke: #d5ded6;
463
- background: #edf7ee;
464
- border-color: #d5ded6; }
480
+ border-color: #a5c9a7;
481
+ }
482
+ .cxs-color-9.cxs-selectable:hover, .cxs-color-9.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-9, .cxs-color-root.cxs-hover .cxs-color-9 {
483
+ fill: #a6d7a8;
484
+ stroke: #95c297;
485
+ background: #a6d7a8;
486
+ border-color: #95c297;
487
+ }
488
+ .cxs-color-9.cxs-selected, .cxs-color-9.cxs-selected:hover, .cxs-color-9.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-9, .cxs-color-root.cxs-selected:hover .cxs-color-9, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-9 {
489
+ fill: #70bf73;
490
+ stroke: #65ac68;
491
+ background: #70bf73;
492
+ border-color: #65ac68;
493
+ }
494
+ .cxs-color-9.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-9 {
495
+ fill: #edf7ee;
496
+ stroke: #d5ded6;
497
+ background: #edf7ee;
498
+ border-color: #d5ded6;
499
+ }
465
500
 
466
501
  .cxs-color-10 {
467
502
  fill: #d1e7b7;
468
503
  stroke: #bcd0a5;
469
504
  background: #d1e7b7;
470
- border-color: #bcd0a5; }
471
- .cxs-color-10.cxs-selectable:hover, .cxs-color-10.cxs-selectable.cxs-hover,
472
- .cxs-color-root:hover .cxs-color-10,
473
- .cxs-color-root.cxs-hover .cxs-color-10 {
474
- fill: #c5e1a5;
475
- stroke: #b1cb95;
476
- background: #c5e1a5;
477
- border-color: #b1cb95; }
478
- .cxs-color-10.cxs-selected, .cxs-color-10.cxs-selected:hover, .cxs-color-10.cxs-selected.cxs-hover,
479
- .cxs-color-root.cxs-selected .cxs-color-10,
480
- .cxs-color-root.cxs-selected:hover .cxs-color-10,
481
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-10 {
482
- fill: #a2cf6e;
483
- stroke: #92ba63;
484
- background: #a2cf6e;
485
- border-color: #92ba63; }
486
- .cxs-color-10.cxs-disabled,
487
- .cxs-color-root.cxs-disabled .cxs-color-10 {
488
- fill: #f3f9ed;
489
- stroke: #dbe0d5;
490
- background: #f3f9ed;
491
- border-color: #dbe0d5; }
505
+ border-color: #bcd0a5;
506
+ }
507
+ .cxs-color-10.cxs-selectable:hover, .cxs-color-10.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-10, .cxs-color-root.cxs-hover .cxs-color-10 {
508
+ fill: #c5e1a5;
509
+ stroke: #b1cb95;
510
+ background: #c5e1a5;
511
+ border-color: #b1cb95;
512
+ }
513
+ .cxs-color-10.cxs-selected, .cxs-color-10.cxs-selected:hover, .cxs-color-10.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-10, .cxs-color-root.cxs-selected:hover .cxs-color-10, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-10 {
514
+ fill: #a2cf6e;
515
+ stroke: #92ba63;
516
+ background: #a2cf6e;
517
+ border-color: #92ba63;
518
+ }
519
+ .cxs-color-10.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-10 {
520
+ fill: #f3f9ed;
521
+ stroke: #dbe0d5;
522
+ background: #f3f9ed;
523
+ border-color: #dbe0d5;
524
+ }
492
525
 
493
526
  .cxs-color-11 {
494
527
  fill: #ebf1b0;
495
528
  stroke: #d4d99e;
496
529
  background: #ebf1b0;
497
- border-color: #d4d99e; }
498
- .cxs-color-11.cxs-selectable:hover, .cxs-color-11.cxs-selectable.cxs-hover,
499
- .cxs-color-root:hover .cxs-color-11,
500
- .cxs-color-root.cxs-hover .cxs-color-11 {
501
- fill: #e6ee9c;
502
- stroke: #cfd68c;
503
- background: #e6ee9c;
504
- border-color: #cfd68c; }
505
- .cxs-color-11.cxs-selected, .cxs-color-11.cxs-selected:hover, .cxs-color-11.cxs-selected.cxs-hover,
506
- .cxs-color-root.cxs-selected .cxs-color-11,
507
- .cxs-color-root.cxs-selected:hover .cxs-color-11,
508
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-11 {
509
- fill: #d7e361;
510
- stroke: #c2cc57;
511
- background: #d7e361;
512
- border-color: #c2cc57; }
513
- .cxs-color-11.cxs-disabled,
514
- .cxs-color-root.cxs-disabled .cxs-color-11 {
515
- fill: #fafceb;
516
- stroke: #e1e3d4;
517
- background: #fafceb;
518
- border-color: #e1e3d4; }
530
+ border-color: #d4d99e;
531
+ }
532
+ .cxs-color-11.cxs-selectable:hover, .cxs-color-11.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-11, .cxs-color-root.cxs-hover .cxs-color-11 {
533
+ fill: #e6ee9c;
534
+ stroke: #cfd68c;
535
+ background: #e6ee9c;
536
+ border-color: #cfd68c;
537
+ }
538
+ .cxs-color-11.cxs-selected, .cxs-color-11.cxs-selected:hover, .cxs-color-11.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-11, .cxs-color-root.cxs-selected:hover .cxs-color-11, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-11 {
539
+ fill: #d7e361;
540
+ stroke: #c2cc57;
541
+ background: #d7e361;
542
+ border-color: #c2cc57;
543
+ }
544
+ .cxs-color-11.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-11 {
545
+ fill: #fafceb;
546
+ stroke: #e1e3d4;
547
+ background: #fafceb;
548
+ border-color: #e1e3d4;
549
+ }
519
550
 
520
551
  .cxs-color-12 {
521
552
  fill: #fff7b1;
522
553
  stroke: #e6de9f;
523
554
  background: #fff7b1;
524
- border-color: #e6de9f; }
525
- .cxs-color-12.cxs-selectable:hover, .cxs-color-12.cxs-selectable.cxs-hover,
526
- .cxs-color-root:hover .cxs-color-12,
527
- .cxs-color-root.cxs-hover .cxs-color-12 {
528
- fill: #fff59d;
529
- stroke: #e6dd8d;
530
- background: #fff59d;
531
- border-color: #e6dd8d; }
532
- .cxs-color-12.cxs-selected, .cxs-color-12.cxs-selected:hover, .cxs-color-12.cxs-selected.cxs-hover,
533
- .cxs-color-root.cxs-selected .cxs-color-12,
534
- .cxs-color-root.cxs-selected:hover .cxs-color-12,
535
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-12 {
536
- fill: #ffef62;
537
- stroke: #e6d758;
538
- background: #ffef62;
539
- border-color: #e6d758; }
540
- .cxs-color-12.cxs-disabled,
541
- .cxs-color-root.cxs-disabled .cxs-color-12 {
542
- fill: #fffdeb;
543
- stroke: #e6e4d4;
544
- background: #fffdeb;
545
- border-color: #e6e4d4; }
555
+ border-color: #e6de9f;
556
+ }
557
+ .cxs-color-12.cxs-selectable:hover, .cxs-color-12.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-12, .cxs-color-root.cxs-hover .cxs-color-12 {
558
+ fill: #fff59d;
559
+ stroke: #e6dd8d;
560
+ background: #fff59d;
561
+ border-color: #e6dd8d;
562
+ }
563
+ .cxs-color-12.cxs-selected, .cxs-color-12.cxs-selected:hover, .cxs-color-12.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-12, .cxs-color-root.cxs-selected:hover .cxs-color-12, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-12 {
564
+ fill: #ffef62;
565
+ stroke: #e6d758;
566
+ background: #ffef62;
567
+ border-color: #e6d758;
568
+ }
569
+ .cxs-color-12.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-12 {
570
+ fill: #fffdeb;
571
+ stroke: #e6e4d4;
572
+ background: #fffdeb;
573
+ border-color: #e6e4d4;
574
+ }
546
575
 
547
576
  .cxs-color-13 {
548
577
  fill: #ffe69c;
549
578
  stroke: #e6cf8c;
550
579
  background: #ffe69c;
551
- border-color: #e6cf8c; }
552
- .cxs-color-13.cxs-selectable:hover, .cxs-color-13.cxs-selectable.cxs-hover,
553
- .cxs-color-root:hover .cxs-color-13,
554
- .cxs-color-root.cxs-hover .cxs-color-13 {
555
- fill: #ffe083;
556
- stroke: #e6ca76;
557
- background: #ffe083;
558
- border-color: #e6ca76; }
559
- .cxs-color-13.cxs-selected, .cxs-color-13.cxs-selected:hover, .cxs-color-13.cxs-selected.cxs-hover,
560
- .cxs-color-root.cxs-selected .cxs-color-13,
561
- .cxs-color-root.cxs-selected:hover .cxs-color-13,
562
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-13 {
563
- fill: #ffcd39;
564
- stroke: #e6b933;
565
- background: #ffcd39;
566
- border-color: #e6b933; }
567
- .cxs-color-13.cxs-disabled,
568
- .cxs-color-root.cxs-disabled .cxs-color-13 {
569
- fill: #fff9e6;
570
- stroke: #e6e0cf;
571
- background: #fff9e6;
572
- border-color: #e6e0cf; }
580
+ border-color: #e6cf8c;
581
+ }
582
+ .cxs-color-13.cxs-selectable:hover, .cxs-color-13.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-13, .cxs-color-root.cxs-hover .cxs-color-13 {
583
+ fill: #ffe083;
584
+ stroke: #e6ca76;
585
+ background: #ffe083;
586
+ border-color: #e6ca76;
587
+ }
588
+ .cxs-color-13.cxs-selected, .cxs-color-13.cxs-selected:hover, .cxs-color-13.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-13, .cxs-color-root.cxs-selected:hover .cxs-color-13, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-13 {
589
+ fill: #ffcd39;
590
+ stroke: #e6b933;
591
+ background: #ffcd39;
592
+ border-color: #e6b933;
593
+ }
594
+ .cxs-color-13.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-13 {
595
+ fill: #fff9e6;
596
+ stroke: #e6e0cf;
597
+ background: #fff9e6;
598
+ border-color: #e6e0cf;
599
+ }
573
600
 
574
601
  .cxs-color-14 {
575
602
  fill: #ffd699;
576
603
  stroke: #e6c18a;
577
604
  background: #ffd699;
578
- border-color: #e6c18a; }
579
- .cxs-color-14.cxs-selectable:hover, .cxs-color-14.cxs-selectable.cxs-hover,
580
- .cxs-color-root:hover .cxs-color-14,
581
- .cxs-color-root.cxs-hover .cxs-color-14 {
582
- fill: #ffcc80;
583
- stroke: #e6b873;
584
- background: #ffcc80;
585
- border-color: #e6b873; }
586
- .cxs-color-14.cxs-selected, .cxs-color-14.cxs-selected:hover, .cxs-color-14.cxs-selected.cxs-hover,
587
- .cxs-color-root.cxs-selected .cxs-color-14,
588
- .cxs-color-root.cxs-selected:hover .cxs-color-14,
589
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-14 {
590
- fill: #ffad33;
591
- stroke: #e69c2e;
592
- background: #ffad33;
593
- border-color: #e69c2e; }
594
- .cxs-color-14.cxs-disabled,
595
- .cxs-color-root.cxs-disabled .cxs-color-14 {
596
- fill: #fff5e6;
597
- stroke: #e6ddcf;
598
- background: #fff5e6;
599
- border-color: #e6ddcf; }
605
+ border-color: #e6c18a;
606
+ }
607
+ .cxs-color-14.cxs-selectable:hover, .cxs-color-14.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-14, .cxs-color-root.cxs-hover .cxs-color-14 {
608
+ fill: #ffcc80;
609
+ stroke: #e6b873;
610
+ background: #ffcc80;
611
+ border-color: #e6b873;
612
+ }
613
+ .cxs-color-14.cxs-selected, .cxs-color-14.cxs-selected:hover, .cxs-color-14.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-14, .cxs-color-root.cxs-selected:hover .cxs-color-14, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-14 {
614
+ fill: #ffad33;
615
+ stroke: #e69c2e;
616
+ background: #ffad33;
617
+ border-color: #e69c2e;
618
+ }
619
+ .cxs-color-14.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-14 {
620
+ fill: #fff5e6;
621
+ stroke: #e6ddcf;
622
+ background: #fff5e6;
623
+ border-color: #e6ddcf;
624
+ }
600
625
 
601
626
  .cxs-color-15 {
602
627
  fill: #ffbca7;
603
628
  stroke: #e6a996;
604
629
  background: #ffbca7;
605
- border-color: #e6a996; }
606
- .cxs-color-15.cxs-selectable:hover, .cxs-color-15.cxs-selectable.cxs-hover,
607
- .cxs-color-root:hover .cxs-color-15,
608
- .cxs-color-root.cxs-hover .cxs-color-15 {
609
- fill: #ffab91;
610
- stroke: #e69a83;
611
- background: #ffab91;
612
- border-color: #e69a83; }
613
- .cxs-color-15.cxs-selected, .cxs-color-15.cxs-selected:hover, .cxs-color-15.cxs-selected.cxs-hover,
614
- .cxs-color-root.cxs-selected .cxs-color-15,
615
- .cxs-color-root.cxs-selected:hover .cxs-color-15,
616
- .cxs-color-root.cxs-selected.cxs-hover .cxs-color-15 {
617
- fill: #ff794e;
618
- stroke: #e66d46;
619
- background: #ff794e;
620
- border-color: #e66d46; }
621
- .cxs-color-15.cxs-disabled,
622
- .cxs-color-root.cxs-disabled .cxs-color-15 {
623
- fill: #ffeee9;
624
- stroke: #e6d6d2;
625
- background: #ffeee9;
626
- border-color: #e6d6d2; }
630
+ border-color: #e6a996;
631
+ }
632
+ .cxs-color-15.cxs-selectable:hover, .cxs-color-15.cxs-selectable.cxs-hover, .cxs-color-root:hover .cxs-color-15, .cxs-color-root.cxs-hover .cxs-color-15 {
633
+ fill: #ffab91;
634
+ stroke: #e69a83;
635
+ background: #ffab91;
636
+ border-color: #e69a83;
637
+ }
638
+ .cxs-color-15.cxs-selected, .cxs-color-15.cxs-selected:hover, .cxs-color-15.cxs-selected.cxs-hover, .cxs-color-root.cxs-selected .cxs-color-15, .cxs-color-root.cxs-selected:hover .cxs-color-15, .cxs-color-root.cxs-selected.cxs-hover .cxs-color-15 {
639
+ fill: #ff794e;
640
+ stroke: #e66d46;
641
+ background: #ff794e;
642
+ border-color: #e66d46;
643
+ }
644
+ .cxs-color-15.cxs-disabled, .cxs-color-root.cxs-disabled .cxs-color-15 {
645
+ fill: #ffeee9;
646
+ stroke: #e6d6d2;
647
+ background: #ffeee9;
648
+ border-color: #e6d6d2;
649
+ }