handsontable 0.0.0-next-4c6aa91-20240814 → 0.0.0-next-a5069f0-20240819

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of handsontable might be problematic. Click here for more details.

@@ -1,1968 +0,0 @@
1
- /*!
2
- * Copyright (c) HANDSONCODE sp. z o. o.
3
- *
4
- * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
5
- * Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
6
- * 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
7
- *
8
- * This software is protected by applicable copyright laws, including international treaties, and dual-
9
- * licensed - depending on whether your use for commercial purposes, meaning intended for or
10
- * resulting in commercial advantage or monetary compensation, or not.
11
- *
12
- * If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
13
- * the suitability, performance, and usefulness of this software outside the production environment,
14
- * you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
15
- *
16
- * Your use of this software for commercial purposes is subject to the terms included in an applicable
17
- * license agreement.
18
- *
19
- * In any case, you must not make any such use of this software as to develop software which may be
20
- * considered competitive with this software.
21
- *
22
- * UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
23
- * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
24
- * LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
25
- * INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
26
- * USE OR INABILITY TO USE THIS SOFTWARE.
27
- *
28
- * Version: 0.0.0-next-4c6aa91-20240814
29
- * Release date: 30/07/2024 (built at 14/08/2024 12:36:59)
30
- */
31
- .handsontable{
32
- }
33
- .handsontable .htUIClearAll a,
34
- .handsontable .htUISelectAll a{
35
- padding:8px;
36
- display:inline-block;
37
- text-decoration:none;
38
- }
39
- .handsontable .htUIMultipleSelect .ht_master .wtHolder{
40
- overflow-y:auto;
41
- background:transparent;
42
- }
43
- .handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore{
44
- box-shadow:none;
45
- }
46
- .handsontable{
47
- position:relative;
48
- font-family:var(--hot-font-family);
49
- font-size:var(--hot-base-font-size);
50
- font-weight:normal;
51
- color:var(--hot-foreground-color);
52
- touch-action:manipulation;
53
- }
54
- .handsontable th,
55
- .handsontable td{
56
- height:calc(var(--hot-base-line-height) + 2 * var(--hot-cell-vertical-padding));
57
- padding:var(--hot-cell-vertical-padding) var(--hot-cell-horizontal-padding);
58
- vertical-align:top;
59
- border-top-width:0;
60
- border-inline-start-width:0;
61
- border-inline-end-width:var(--hot-border-vertical-size);
62
- border-bottom-width:var(--hot-border-horizontal-size);
63
- border-style:solid;
64
- border-color:var(--hot-border-color);
65
- box-sizing:border-box;
66
- color:var(--hot-foreground-color);
67
- font-size:var(--hot-base-font-size);
68
- line-height:var(--hot-base-line-height);
69
- white-space:pre-wrap;
70
- overflow:hidden;
71
- outline:none;
72
- outline-width:0;
73
- empty-cells:show;
74
- }
75
- .handsontable th.invisibleSelection,
76
- .handsontable td.invisibleSelection{
77
- outline:none;
78
- }
79
- .handsontable th.invisibleSelection::selection,
80
- .handsontable td.invisibleSelection::selection{
81
- background:transparent;
82
- }
83
- .handsontable td:first-of-type{
84
- border-inline-start-width:var(--hot-border-vertical-size);
85
- }
86
- .handsontable th{
87
- position:relative;
88
- border-style:solid;
89
- border-color:var(--hot-border-color);
90
- overflow:visible;
91
- text-align:center;
92
- font-weight:normal;
93
- white-space:nowrap;
94
- color:var(--hot-header-foreground-color);
95
- background-color:var(--hot-header-background-color);
96
- }
97
- .handsontable th:last-child{
98
- border-inline-start-width:0;
99
- border-inline-end-width:var(--hot-border-vertical-size);
100
- border-bottom-width:var(--hot-border-horizontal-size);
101
- }
102
- .handsontable th:first-child, .handsontable th:nth-child(2){
103
- border-inline-start-width:var(--hot-border-vertical-size);
104
- }
105
- .handsontable th.active{
106
- background-color:var(--hot-highlight-color);
107
- }
108
- .handsontable th.current{
109
- box-shadow:inset 0 0 0 calc(var(--hot-border-horizontal-size) * 1) var(--hot-header-current-color);
110
- }
111
- .handsontable th.ht__active_highlight{
112
- border-color:var(--hot-header-highlight-active-border-color);
113
- box-shadow:calc(var(--hot-border-vertical-size) * -1) calc(var(--hot-border-horizontal-size) * -1) 0 var(--hot-header-highlight-active-border-color), 0 calc(var(--hot-border-horizontal-size) * -1) 0 var(--hot-header-highlight-active-border-color), calc(var(--hot-border-vertical-size) * -1) 0 0 var(--hot-header-highlight-active-border-color);
114
- }
115
- .handsontable th.ht__active_highlight:before{
116
- background:var(--hot-header-highlight-active-background-color);
117
- }
118
- .handsontable th.ht__highlight{
119
- background-color:var(--hot-highlight-color);
120
- }
121
- .handsontable th.ht__highlight:before{
122
- content:"";
123
- display:block;
124
- position:absolute;
125
- inset:auto -1px -1px -1px;
126
- height:1px;
127
- background-color:var(--hot-accent-color);
128
- }
129
- .handsontable th.ht__active_highlight{
130
- background-color:var(--hot-header-highlight-active-background-color);
131
- color:var(--hot-header-active-text-color);
132
- }
133
- .handsontable thead th{
134
- padding:0;
135
- }
136
- .handsontable thead th .relative{
137
- padding:var(--hot-cell-vertical-padding) var(--hot-cell-horizontal-padding);
138
- height:calc(var(--hot-base-line-height) + 2 * var(--hot-cell-vertical-padding));
139
- }
140
- .handsontable thead tr:not(:last-child) th{
141
- overflow:hidden;
142
- }
143
- .handsontable tbody th.ht__highlight:before{
144
- width:1px;
145
- height:auto;
146
- inset:-1px -1px -1px auto;
147
- }
148
- .handsontable .hide{
149
- display:none;
150
- }
151
- .handsontable .relative{
152
- position:relative;
153
- box-sizing:border-box;
154
- }
155
- .handsontable .wtHider{
156
- width:0;
157
- }
158
- .handsontable .wtSpreader{
159
- position:relative;
160
- width:0;
161
- height:auto;
162
- }
163
- .handsontable .htAutoSize{
164
- position:absolute;
165
- left:-99000px;
166
- top:-99000px;
167
- visibility:hidden;
168
- }
169
- .handsontable .htFocusCatcher{
170
- position:absolute;
171
- width:0;
172
- height:0;
173
- margin:0;
174
- padding:0;
175
- border:0;
176
- opacity:0;
177
- z-index:-1;
178
- }
179
- .handsontable table,
180
- .handsontable tbody,
181
- .handsontable thead,
182
- .handsontable input,
183
- .handsontable textarea,
184
- .handsontable div{
185
- box-sizing:content-box;
186
- }
187
- .handsontable input,
188
- .handsontable textarea{
189
- min-height:initial;
190
- }
191
- .handsontable .htCore{
192
- width:0;
193
- margin:0;
194
- border-width:0;
195
- border-spacing:0;
196
- border-collapse:separate;
197
- outline-width:0;
198
- table-layout:fixed;
199
- cursor:default;
200
- background:var(--hot-background-color);
201
- }
202
- .handsontable col{
203
- width:64px;
204
- }
205
- .handsontable col.rowHeader{
206
- width:64px;
207
- }
208
- .handsontable col.hidden{
209
- width:0 !important;
210
- }
211
- .handsontable span.colHeader{
212
- display:inline-block;
213
- line-height:var(--hot-base-line-height);
214
- }
215
- .handsontable tr.hidden{
216
- display:none;
217
- }
218
- .handsontable tr.hidden td,
219
- .handsontable tr.hidden th{
220
- display:none;
221
- }
222
- .handsontable a{
223
- color:var(--hot-accent-color);
224
- }
225
- .handsontable .ht_clone_top th:nth-child(2){
226
- border-inline-start-width:0;
227
- border-inline-end-width:var(--hot-border-vertical-size);
228
- }
229
- .handsontable.htRowHeaders thead tr th:nth-child(2){
230
- border-inline-start-width:var(--hot-border-vertical-size);
231
- }
232
- .handsontable tr:first-child th,
233
- .handsontable tr:first-child td{
234
- border-top-width:var(--hot-border-horizontal-size);
235
- }
236
- .handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable tbody tr th, .handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child{
237
- border-inline-end-width:0;
238
- border-inline-start-width:var(--hot-border-vertical-size);
239
- }
240
- .handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th, .handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr:last-child th,
241
- .handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th, .handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr.lastChild th{
242
- border-bottom-width:0;
243
- }
244
- .handsontable{
245
- scrollbar-width:thin;
246
- scrollbar-color:var(--hot-border-color) var(--hot-header-background-color);
247
- }
248
-
249
- .ht_clone_master{
250
- z-index:100;
251
- }
252
-
253
- .ht_clone_inline_start{
254
- z-index:120;
255
- }
256
-
257
- .ht_clone_bottom{
258
- z-index:130;
259
- }
260
-
261
- .ht_clone_bottom_inline_start_corner{
262
- z-index:150;
263
- }
264
-
265
- .ht_clone_top{
266
- z-index:160;
267
- }
268
-
269
- .ht_clone_top_inline_start_corner{
270
- z-index:180;
271
- }
272
-
273
- .ht_editor_hidden{
274
- z-index:-1;
275
- }
276
-
277
- .ht_editor_visible{
278
- z-index:200;
279
- }
280
-
281
- .ht_master,
282
- .ht_clone_inline_start,
283
- .ht_clone_top,
284
- .ht_clone_bottom{
285
- overflow:hidden;
286
- }
287
- .ht_master .wtHolder,
288
- .ht_clone_inline_start .wtHolder,
289
- .ht_clone_top .wtHolder,
290
- .ht_clone_bottom .wtHolder{
291
- overflow:hidden;
292
- }
293
-
294
- .ht_master .wtHolder{
295
- overflow:auto;
296
- }
297
-
298
- .handsontable .ht_master table.htCore > thead,
299
- .handsontable .ht_master table.htCore > tbody > tr > th,
300
- .handsontable .ht_clone_inline_start table.htCore > thead{
301
- visibility:hidden;
302
- }
303
-
304
- .handsontable{
305
- }
306
- .handsontable.mobile{
307
- user-select:none;
308
- -webkit-tap-highlight-color:transparent;
309
- -webkit-overflow-scrolling:touch;
310
- }
311
- .handsontable.mobile .wtHolder{
312
- user-select:none;
313
- -webkit-tap-highlight-color:transparent;
314
- -webkit-overflow-scrolling:touch;
315
- }
316
- .handsontable.mobile .handsontableInput:focus{
317
- box-shadow:0 0 2px var(--hot-mobile-focus-color) inset;
318
- -webkit-appearance:none;
319
- }
320
- .handsontable .topSelectionHandle,
321
- .handsontable .topSelectionHandle-HitArea,
322
- .handsontable .bottomSelectionHandle,
323
- .handsontable .bottomSelectionHandle-HitArea{
324
- inset-inline-start:-10000px;
325
- inset-inline-end:unset;
326
- top:-10000px;
327
- z-index:9999;
328
- }
329
- .handsontable.hide-tween{
330
- -webkit-animation:opacity-hide 0.2s;
331
- animation:opacity-hide 0.2s;
332
- animation-fill-mode:forwards;
333
- -webkit-animation-fill-mode:forwards;
334
- }
335
- .handsontable.show-tween{
336
- -webkit-animation:opacity-show 0.3s;
337
- animation:opacity-show 0.3s;
338
- animation-fill-mode:forwards;
339
- -webkit-animation-fill-mode:forwards;
340
- }
341
-
342
- @keyframes marching-ants{
343
- 0%{
344
- background-position:0 0, 8px 100%, 0 8px, 100% 0;
345
- }
346
- 100%{
347
- background-position:8px 0, 0 100%, 0 0, 100% 8px;
348
- }
349
- }
350
- .handsontable{
351
- }
352
- .handsontable td.area{
353
- position:relative;
354
- }
355
- .handsontable td.area:before{
356
- content:"";
357
- position:absolute;
358
- inset:0;
359
- background:var(--hot-accent-color);
360
- }
361
- .handsontable td.area-1{
362
- position:relative;
363
- }
364
- .handsontable td.area-1:before{
365
- content:"";
366
- position:absolute;
367
- inset:0;
368
- background:var(--hot-accent-color);
369
- }
370
- .handsontable td.area-2{
371
- position:relative;
372
- }
373
- .handsontable td.area-2:before{
374
- content:"";
375
- position:absolute;
376
- inset:0;
377
- background:var(--hot-accent-color);
378
- }
379
- .handsontable td.area-3{
380
- position:relative;
381
- }
382
- .handsontable td.area-3:before{
383
- content:"";
384
- position:absolute;
385
- inset:0;
386
- background:var(--hot-accent-color);
387
- }
388
- .handsontable td.area-4{
389
- position:relative;
390
- }
391
- .handsontable td.area-4:before{
392
- content:"";
393
- position:absolute;
394
- inset:0;
395
- background:var(--hot-accent-color);
396
- }
397
- .handsontable td.area-5{
398
- position:relative;
399
- }
400
- .handsontable td.area-5:before{
401
- content:"";
402
- position:absolute;
403
- inset:0;
404
- background:var(--hot-accent-color);
405
- }
406
- .handsontable td.area-6{
407
- position:relative;
408
- }
409
- .handsontable td.area-6:before{
410
- content:"";
411
- position:absolute;
412
- inset:0;
413
- background:var(--hot-accent-color);
414
- }
415
- .handsontable td.area-7{
416
- position:relative;
417
- }
418
- .handsontable td.area-7:before{
419
- content:"";
420
- position:absolute;
421
- inset:0;
422
- background:var(--hot-accent-color);
423
- }
424
- .handsontable td.area:before{
425
- opacity:0.1;
426
- }
427
- .handsontable td.area-1:before{
428
- opacity:0.17;
429
- }
430
- .handsontable td.area-2:before{
431
- opacity:0.24;
432
- }
433
- .handsontable td.area-3:before{
434
- opacity:0.31;
435
- }
436
- .handsontable td.area-4:before{
437
- opacity:0.38;
438
- }
439
- .handsontable td.area-5:before{
440
- opacity:0.45;
441
- }
442
- .handsontable td.area-6:before{
443
- opacity:0.52;
444
- }
445
- .handsontable td.area-7:before{
446
- opacity:0.59;
447
- }
448
- .handsontable .wtBorder{
449
- position:absolute;
450
- font-size:0;
451
- }
452
- .handsontable .wtBorder.hidden{
453
- display:none !important;
454
- }
455
- .handsontable .wtBorder.current{
456
- z-index:10;
457
- background-color:var(--hot-accent-color) !important;
458
- }
459
- .handsontable .wtBorder.area{
460
- z-index:8;
461
- background-color:var(--hot-accent-color) !important;
462
- }
463
- .handsontable .wtBorder.fill{
464
- z-index:6;
465
- background-image:linear-gradient(90deg, white 50%, transparent 50%), linear-gradient(90deg, white 50%, transparent 50%), linear-gradient(0, white 50%, transparent 50%), linear-gradient(0, white 50%, transparent 50%);
466
- background-repeat:repeat-x, repeat-x, repeat-y, repeat-y;
467
- background-size:8px 2px, 0px 0px, 2px 8px, 0px 0px;
468
- animation:marching-ants 600ms infinite linear;
469
- background-color:var(--hot-accent-color) !important;
470
- }
471
- .handsontable .wtBorder.corner{
472
- font-size:0;
473
- cursor:crosshair;
474
- z-index:10;
475
- }
476
-
477
- .hot-display-license-info{
478
- padding:var(--hot-base-padding) 0;
479
- font-family:var(--hot-font-family);
480
- font-size:calc(var(--hot-base-font-size) - 4px);
481
- font-weight:normal;
482
- color:var(--hot-foreground-color);
483
- text-align:left;
484
- }
485
- .hot-display-license-info a{
486
- color:var(--hot-accent-color);
487
- font-size:10px;
488
- }
489
- .handsontable{
490
- }
491
- .handsontable .htAutocompleteArrow{
492
- position:relative;
493
- float:inline-end;
494
- cursor:default;
495
- width:16px;
496
- height:16px;
497
- font-size:0;
498
- top:calc((var(--hot-base-line-height) - 16px) * 0.5);
499
- margin-inline-end:calc(var(--hot-base-grid) - var(--hot-cell-horizontal-padding));
500
- }
501
- .handsontable .htAutocompleteArrow:after{
502
- content:"";
503
- display:block;
504
- width:4px;
505
- height:4px;
506
- position:absolute;
507
- top:50%;
508
- left:50%;
509
- transform:rotate(45deg) translate(-100%);
510
- border-right:1.5px solid var(--hot-read-only-text);
511
- border-bottom:1.5px solid var(--hot-read-only-text);
512
- }
513
-
514
- .handsontable .htCheckboxRendererInput{
515
- position:relative;
516
- display:inline-block;
517
- width:var(--hot-control-size);
518
- height:var(--hot-control-size);
519
- margin-inline-end:calc(2 * var(--hot-base-grid));
520
- vertical-align:middle;
521
- cursor:pointer;
522
- appearance:none;
523
- }
524
- .handsontable .htCheckboxRendererInput:checked::before{
525
- background-color:var(--hot-accent-color);
526
- border-color:var(--hot-accent-color);
527
- }
528
- .handsontable .htCheckboxRendererInput::before{
529
- content:"";
530
- display:inline-block;
531
- width:var(--hot-control-size);
532
- height:var(--hot-control-size);
533
- border:1px solid var(--hot-border-color);
534
- border-radius:var(--hot-border-radius);
535
- box-sizing:border-box;
536
- background-color:var(--hot-background-color);
537
- transition:all 0.5s ease-in-out;
538
- pointer-events:none;
539
- }
540
- .handsontable .htCheckboxRendererInput::after{
541
- content:"";
542
- width:6px;
543
- height:10px;
544
- position:absolute;
545
- left:calc(var(--hot-control-size) * 0.5);
546
- top:6.5px;
547
- border-left:2px solid var(--hot-background-color);
548
- border-top:2px solid var(--hot-background-color);
549
- transform:translate(-50%, -50%) rotate(-135deg);
550
- box-sizing:border-box;
551
- transition:all 0.2s ease-in-out;
552
- pointer-events:none;
553
- }
554
- .handsontable .htCheckboxRendererInput.noValue{
555
- opacity:0.5;
556
- }
557
- .handsontable .htCheckboxRendererLabel{
558
- font-size:inherit;
559
- vertical-align:middle;
560
- display:flex;
561
- align-items:center;
562
- gap:var(--hot-base-grid);
563
- position:relative;
564
- cursor:pointer;
565
- }
566
- .handsontable .htCheckboxRendererLabel.fullWidth{
567
- width:100%;
568
- }
569
-
570
- .handsontable{
571
- }
572
- .handsontable .htPlaceholder{
573
- color:var(--hot-placeholder-text);
574
- }
575
- .handsontable .htDimmed{
576
- color:var(--hot-read-only-text);
577
- }
578
- .handsontable .htLeft{
579
- text-align:left;
580
- }
581
- .handsontable .htCenter{
582
- text-align:center;
583
- }
584
- .handsontable .htRight{
585
- text-align:right;
586
- }
587
- .handsontable .htJustify{
588
- text-align:justify;
589
- }
590
- .handsontable .htTop{
591
- vertical-align:top;
592
- }
593
- .handsontable .htMiddle{
594
- vertical-align:middle;
595
- }
596
- .handsontable .htBottom{
597
- vertical-align:bottom;
598
- }
599
- .handsontable .htInvalid{
600
- background-color:var(--hot-invalid-background-color) !important;
601
- }
602
- .handsontable .htNoWrap{
603
- white-space:nowrap;
604
- }
605
- .handsontable .htSearchResult{
606
- background:var(--hot-search-highlight-background-color);
607
- }
608
- .handsontableInputHolder{
609
- position:absolute;
610
- top:0;
611
- left:0;
612
- }
613
- .handsontableInputHolder .handsontableInput{
614
- display:block;
615
- margin:0;
616
- padding:var(--hot-border-vertical-size) !important;
617
- padding-bottom:0 !important;
618
- padding-left:calc(var(--hot-cell-horizontal-padding) + var(--hot-border-horizontal-size)) !important;
619
- padding-right:calc(var(--hot-cell-horizontal-padding) + var(--hot-border-horizontal-size)) !important;
620
- border:none;
621
- border-radius:0;
622
- resize:none;
623
- box-shadow:0 0 0 calc(var(--hot-border-horizontal-size) * 2) var(--hot-accent-color) inset;
624
- font-family:inherit;
625
- font-size:inherit;
626
- line-height:calc(var(--hot-base-line-height) + var(--hot-cell-vertical-padding) * 2);
627
- color:var(--hot-foreground-color-active);
628
- background-color:var(--hot-background-color);
629
- outline-width:0;
630
- }
631
- .handsontableInputHolder .handsontableInput:focus{
632
- outline:none;
633
- }
634
-
635
- .htSelectEditor{
636
- position:absolute;
637
- }
638
- .htSelectEditor select{
639
- position:absolute;
640
- inset:0;
641
- width:100%;
642
- height:100%;
643
- font-family:var(--hot-font-family);
644
- font-size:inherit;
645
- line-height:var(--hot-base-line-height);
646
- padding:var(--hot-cell-vertical-padding) var(--hot-cell-horizontal-padding);
647
- padding-right:26px;
648
- -webkit-appearance:none !important;
649
- border-color:var(--hot-accent-color);
650
- box-shadow:0 0 0px 1px inset var(--hot-accent-color);
651
- white-space:nowrap;
652
- overflow:hidden;
653
- text-overflow:ellipsis;
654
- color:var(--hot-foreground-color);
655
- background:var(--hot-background-color);
656
- }
657
- .htSelectEditor select:focus{
658
- outline:none;
659
- }
660
- .htSelectEditor .htAutocompleteArrow{
661
- top:calc((var(--hot-base-line-height) - 6px) * 0.5);
662
- margin-inline-end:4px;
663
- z-index:1;
664
- }
665
-
666
- .handsontable.listbox{
667
- margin:0;
668
- }
669
- .handsontable.listbox .ht_master{
670
- overflow:visible;
671
- }
672
- .handsontable.listbox .ht_master .wtHolder{
673
- overflow:visible;
674
- }
675
- .handsontable.listbox .ht_master table{
676
- border:1px solid var(--hot-border-color);
677
- overflow:hidden;
678
- }
679
- .handsontable.listbox .ht_master table th,
680
- .handsontable.listbox .ht_master table tr:first-child th,
681
- .handsontable.listbox .ht_master table tr:last-child th,
682
- .handsontable.listbox .ht_master table tr:first-child td,
683
- .handsontable.listbox .ht_master table td{
684
- border-color:transparent !important;
685
- }
686
- .handsontable.listbox .ht_master table th,
687
- .handsontable.listbox .ht_master table td{
688
- white-space:nowrap;
689
- text-overflow:ellipsis;
690
- }
691
- .handsontable.listbox .ht_master table td.htDimmed{
692
- cursor:default;
693
- color:inherit;
694
- font-style:inherit;
695
- }
696
- .handsontable.listbox .ht_master table .wtBorder{
697
- visibility:hidden;
698
- }
699
- .handsontable.listbox .ht_master table strong{
700
- font-weight:400;
701
- }
702
- .handsontable.listbox .ht_master table tr td.current{
703
- background:color-mix(in srgb, var(--hot-accent-color), var(--hot-background-color) 88%);
704
- }
705
- .handsontable.listbox .ht_master table tr:hover td{
706
- background:var(--hot-off-background-color);
707
- cursor:pointer;
708
- }
709
- .handsontable.listbox .ht_master table thead th{
710
- height:auto !important;
711
- text-align:left;
712
- border-width:0px 1px 1px;
713
- }
714
- .handsontable.listbox .ht_master table thead th > div{
715
- padding-top:8px;
716
- padding-bottom:8px;
717
- }
718
- .handsontable.listbox .ht_master table thead th:first-child{
719
- padding-left:8px;
720
- }
721
- .handsontable.listbox .ht_clone_top .wtHider{
722
- overflow:hidden;
723
- }
724
- .handsontable.listbox .ht_clone_top table{
725
- border-radius:0;
726
- }
727
- .handsontable.listbox .htBorders div{
728
- background:none !important;
729
- }
730
- .handsontable .htUISelectCaption{
731
- width:100%;
732
- padding:calc(var(--hot-base-grid) + 1px) calc(2 * var(--hot-base-grid));
733
- border:1px solid var(--hot-border-color);
734
- border-radius:var(--hot-border-radius);
735
- box-sizing:border-box;
736
- font-family:inherit;
737
- line-height:var(--hot-line-height);
738
- font-size:var(--hot-font-size);
739
- background-color:var(--hot-background-color);
740
- text-overflow:ellipsis;
741
- white-space:nowrap;
742
- overflow:hidden;
743
- outline:none !important;
744
- }
745
- .handsontable .htUISelectCaption:hover, .handsontable .htUISelectCaption:focus{
746
- border-color:var(--hot-accent-color);
747
- }
748
- .handsontable .htUISelect{
749
- cursor:pointer;
750
- position:relative;
751
- outline:none !important;
752
- }
753
-
754
- .handsontable{
755
- }
756
- .handsontable .htFiltersMenuCondition .htUIInput input,
757
- .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{
758
- width:100%;
759
- padding:calc(var(--hot-base-grid) + 1px) calc(2 * var(--hot-base-grid));
760
- border:1px solid var(--hot-border-color);
761
- border-radius:var(--hot-border-radius);
762
- box-sizing:border-box;
763
- font-family:inherit;
764
- line-height:var(--hot-line-height);
765
- font-size:var(--hot-font-size);
766
- background-color:var(--hot-background-color);
767
- text-overflow:ellipsis;
768
- white-space:nowrap;
769
- overflow:hidden;
770
- outline:none !important;
771
- }
772
- .handsontable .htFiltersMenuCondition .htUIInput input:hover, .handsontable .htFiltersMenuCondition .htUIInput input:focus,
773
- .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:hover,
774
- .handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:focus{
775
- border-color:var(--hot-accent-color);
776
- }
777
- .handsontable .htUIInput{
778
- position:relative;
779
- padding:0;
780
- outline:none !important;
781
- text-align:center;
782
- }
783
- .handsontable .htUIInput input{
784
- border-radius:var(--hot-border-radius);
785
- border:1px solid var(--hot-border-color);
786
- }
787
- .handsontable .htUIInputIcon{
788
- position:absolute;
789
- }
790
-
791
- .handsontable{
792
- }
793
- .handsontable .htUIInput.htUIButton{
794
- cursor:pointer;
795
- display:inline-block;
796
- }
797
- .handsontable .htUIInput.htUIButton input{
798
- min-width:64px;
799
- padding:calc(1px + var(--hot-base-grid)) calc(2 * var(--hot-base-grid));
800
- border:1px solid var(--hot-border-color);
801
- border-radius:var(--hot-border-radius);
802
- box-sizing:border-box;
803
- font-family:inherit;
804
- font-size:var(--hot-font-size);
805
- line-height:var(--hot-line-height);
806
- font-weight:400;
807
- color:var(--hot-foreground-color);
808
- background-color:var(--hot-background-color);
809
- cursor:pointer;
810
- outline:none !important;
811
- }
812
- .handsontable .htUIInput.htUIButton input:hover{
813
- background-color:var(--hot-off-background-color);
814
- }
815
- .handsontable .htUIInput.htUIButtonOK{
816
- margin-inline-start:0;
817
- margin-inline-end:calc(2 * var(--hot-base-grid));
818
- }
819
- .handsontable .htUIInput.htUIButtonOK input{
820
- border-color:var(--hot-accent-color);
821
- background-color:var(--hot-accent-color);
822
- color:white;
823
- }
824
- .handsontable .htUIInput.htUIButtonOK input:hover{
825
- background-color:color-mix(in srgb, var(--hot-accent-color), black 12%);
826
- }
827
-
828
- .handsontable .htUIRadio{
829
- position:relative;
830
- display:inline-flex;
831
- margin:0;
832
- padding:var(--hot-base-grid) calc(2 * var(--hot-base-grid));
833
- align-items:center;
834
- gap:calc(2 * var(--hot-base-grid));
835
- cursor:pointer;
836
- }
837
- .handsontable .htUIRadio:first-child{
838
- padding-inline-start:0;
839
- }
840
- .handsontable .htUIRadio > input[type=radio]{
841
- position:relative;
842
- width:var(--hot-control-size);
843
- height:var(--hot-control-size);
844
- margin:0;
845
- appearance:none;
846
- cursor:pointer;
847
- }
848
- .handsontable .htUIRadio > input[type=radio]:before{
849
- content:"";
850
- display:block;
851
- border-radius:8px;
852
- position:absolute;
853
- inset:0;
854
- background:var(--hot-off-background-color);
855
- border:1px solid var(--hot-border-color);
856
- }
857
- .handsontable .htUIRadio > input[type=radio]:after{
858
- content:"";
859
- position:absolute;
860
- display:block;
861
- border-radius:calc(0.5 * var(--hot-control-size));
862
- inset:2px;
863
- border:2px solid var(--hot-background-color);
864
- }
865
- .handsontable .htUIRadio > input[type=radio]:checked:before{
866
- background:var(--hot-accent-color);
867
- border:2px solid var(--hot-accent-color);
868
- }
869
- .handsontable .htUIRadio label{
870
- vertical-align:middle;
871
- cursor:pointer;
872
- }
873
- .handsontable .htUIRadio label:before{
874
- position:absolute;
875
- inset:0;
876
- content:"";
877
- display:block;
878
- }
879
-
880
- .handsontable .collapsibleIndicator,
881
- .handsontable .ht_nestingButton{
882
- position:absolute;
883
- top:50%;
884
- width:calc(4 * var(--hot-base-grid));
885
- height:calc(4 * var(--hot-base-grid));
886
- inset-inline-start:unset;
887
- inset-inline-end:var(--hot-base-grid);
888
- transform:translate(0%, -50%);
889
- box-sizing:border-box;
890
- border:1px solid var(--hot-border-color);
891
- border-radius:var(--hot-border-radius);
892
- text-indent:-100px;
893
- font-size:0;
894
- overflow:hidden;
895
- cursor:pointer;
896
- background-color:var(--hot-background-color);
897
- transition:var(--hot-transition-time) all ease-in-out;
898
- }
899
- .handsontable .collapsibleIndicator:after, .handsontable .collapsibleIndicator:before,
900
- .handsontable .ht_nestingButton:after,
901
- .handsontable .ht_nestingButton:before{
902
- content:"";
903
- display:block;
904
- position:absolute;
905
- top:50%;
906
- left:50%;
907
- width:calc(2 * var(--hot-base-grid));
908
- height:1.5px;
909
- border-radius:var(--hot-border-radius);
910
- background-color:var(--hot-border-color);
911
- transform:translate(-50%, -50%);
912
- transition:var(--hot-transition-time) all ease-in-out;
913
- }
914
- .handsontable .collapsibleIndicator:before,
915
- .handsontable .ht_nestingButton:before{
916
- height:calc(2 * var(--hot-base-grid));
917
- width:1.5px;
918
- opacity:0;
919
- }
920
- .handsontable .collapsibleIndicator.expanded:hover:after,
921
- .handsontable .ht_nestingButton.expanded:hover:after{
922
- background-color:var(--hot-accent-color);
923
- }
924
- .handsontable .collapsibleIndicator.collapsed, .handsontable .collapsibleIndicator.ht_nestingExpand,
925
- .handsontable .ht_nestingButton.collapsed,
926
- .handsontable .ht_nestingButton.ht_nestingExpand{
927
- background-color:var(--hot-header-active-background-color);
928
- border-color:var(--hot-border-color);
929
- }
930
- .handsontable .collapsibleIndicator.collapsed:before, .handsontable .collapsibleIndicator.collapsed:after, .handsontable .collapsibleIndicator.ht_nestingExpand:before, .handsontable .collapsibleIndicator.ht_nestingExpand:after,
931
- .handsontable .ht_nestingButton.collapsed:before,
932
- .handsontable .ht_nestingButton.collapsed:after,
933
- .handsontable .ht_nestingButton.ht_nestingExpand:before,
934
- .handsontable .ht_nestingButton.ht_nestingExpand:after{
935
- background-color:var(--hot-border-color);
936
- opacity:1;
937
- }
938
- .handsontable .collapsibleIndicator.collapsed:hover, .handsontable .collapsibleIndicator.ht_nestingExpand:hover,
939
- .handsontable .ht_nestingButton.collapsed:hover,
940
- .handsontable .ht_nestingButton.ht_nestingExpand:hover{
941
- background-color:var(--hot-header-active-background-color);
942
- }
943
- .handsontable .collapsibleIndicator.collapsed:hover:before, .handsontable .collapsibleIndicator.collapsed:hover:after, .handsontable .collapsibleIndicator.ht_nestingExpand:hover:before, .handsontable .collapsibleIndicator.ht_nestingExpand:hover:after,
944
- .handsontable .ht_nestingButton.collapsed:hover:before,
945
- .handsontable .ht_nestingButton.collapsed:hover:after,
946
- .handsontable .ht_nestingButton.ht_nestingExpand:hover:before,
947
- .handsontable .ht_nestingButton.ht_nestingExpand:hover:after{
948
- background-color:var(--hot-accent-color);
949
- }
950
- .handsontable .collapsibleIndicator:hover,
951
- .handsontable .ht_nestingButton:hover{
952
- background-color:var(--hot-header-background-color);
953
- }
954
- .handsontable .collapsibleIndicator:hover:before, .handsontable .collapsibleIndicator:hover:after,
955
- .handsontable .ht_nestingButton:hover:before,
956
- .handsontable .ht_nestingButton:hover:after{
957
- background-color:var(--hot-border-color);
958
- }
959
-
960
- [dir=rtl].handsontable .collapsibleIndicator{
961
- right:unset;
962
- left:var(--hot-base-grid);
963
- }
964
-
965
- .handsontable thead th.hiddenHeader:not(:first-of-type){
966
- display:none;
967
- }
968
-
969
- .handsontable th.ht_nestingLevels{
970
- text-align:inline-start;
971
- padding-inline-start:calc(2 * var(--hot-base-grid));
972
- }
973
- .handsontable th.ht_nestingLevels > .relative{
974
- display:flex;
975
- align-items:center;
976
- justify-content:center;
977
- gap:calc(0.5 * var(--hot-base-grid));
978
- }
979
- .handsontable th div.ht_nestingLevels{
980
- display:inline-block;
981
- position:absolute;
982
- inset-inline-start:calc(3 * var(--hot-base-grid));
983
- inset-inline-end:unset;
984
- }
985
- .handsontable th span.ht_nestingLevel{
986
- display:inline-block;
987
- }
988
- .handsontable th span.ht_nestingLevel_empty{
989
- display:inline-block;
990
- float:inline-start;
991
- width:calc(2 * var(--hot-base-grid));
992
- height:calc(var(--hot-base-line-height) / 2);
993
- position:relative;
994
- align-self:start;
995
- border-bottom:1px solid var(--hot-border-color);
996
- }
997
- .handsontable th span.ht_nestingLevel_empty:first-child{
998
- margin-left:-2px;
999
- width:var(--hot-base-grid);
1000
- }
1001
- .handsontable th span.ht_nestingLevel_empty:first-child:before{
1002
- content:"";
1003
- display:block;
1004
- border-left:1px solid var(--hot-border-color);
1005
- height:calc(var(--hot-base-line-height) * 0.5 + 3px);
1006
- position:absolute;
1007
- bottom:0;
1008
- left:0;
1009
- }
1010
- .handsontable th span.ht_nestingLevel_empty + .rowHeader{
1011
- margin-left:6px;
1012
- }
1013
- .handsontable th span.ht_nestingLevel_empty + .ht_nestingLevel_empty{
1014
- border-left:0;
1015
- border-bottom:1px solid var(--hot-border-color);
1016
- }
1017
- .handsontable th div.ht_nestingButton{
1018
- display:inline-block;
1019
- position:absolute;
1020
- inset-inline-end:-2px;
1021
- inset-inline-start:unset;
1022
- cursor:pointer;
1023
- position:relative;
1024
- order:-1;
1025
- transform:none;
1026
- top:0;
1027
- margin-right:var(--hot-base-grid);
1028
- }
1029
- .handsontable.innerBorderInlineStart th div.ht_nestingLevels, .handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels{
1030
- inset-inline-end:calc(4 * var(--hot-base-grid));
1031
- inset-inline-start:unset;
1032
- }
1033
- .handsontable.innerBorderInlineStart th div.ht_nestingButton, .handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton{
1034
- inset-inline-end:0;
1035
- inset-inline-start:unset;
1036
- }
1037
-
1038
- .handsontable th.beforeHiddenColumn,
1039
- .handsontable th.afterHiddenColumn{
1040
- position:relative;
1041
- }
1042
- .handsontable th.beforeHiddenColumn .relative:after, .handsontable th.beforeHiddenColumn .relative:before,
1043
- .handsontable th.afterHiddenColumn .relative:after,
1044
- .handsontable th.afterHiddenColumn .relative:before{
1045
- content:"";
1046
- position:absolute;
1047
- top:50%;
1048
- width:0;
1049
- height:0;
1050
- transform:translateY(-50%);
1051
- border:4px solid transparent;
1052
- }
1053
- .handsontable th.beforeHiddenColumn .relative::after{
1054
- right:2px;
1055
- border-color:transparent var(--hot-border-color) transparent transparent;
1056
- }
1057
- .handsontable th.afterHiddenColumn .relative::before{
1058
- left:2px;
1059
- border-color:transparent transparent transparent var(--hot-border-color);
1060
- }
1061
-
1062
- [dir=rtl].handsontable th.beforeHiddenColumn .relative::after{
1063
- right:initial;
1064
- left:2px;
1065
- border-color:transparent transparent transparent var(--hot-border-color);
1066
- }
1067
- [dir=rtl].handsontable th.afterHiddenColumn .relative::before{
1068
- right:2px;
1069
- left:initial;
1070
- border-color:transparent var(--hot-border-color) transparent transparent;
1071
- }
1072
-
1073
- .handsontable th.beforeHiddenRow,
1074
- .handsontable th.afterHiddenRow{
1075
- position:relative;
1076
- }
1077
- .handsontable th.beforeHiddenRow .relative:before, .handsontable th.beforeHiddenRow .relative:after,
1078
- .handsontable th.afterHiddenRow .relative:before,
1079
- .handsontable th.afterHiddenRow .relative:after{
1080
- content:"";
1081
- position:absolute;
1082
- left:50%;
1083
- width:0;
1084
- height:0;
1085
- transform:translateX(-50%);
1086
- border:4px solid transparent;
1087
- }
1088
- .handsontable th.beforeHiddenRow .relative::before{
1089
- bottom:-2px;
1090
- border-color:transparent transparent var(--hot-border-color) transparent;
1091
- }
1092
- .handsontable th.afterHiddenRow .relative::after{
1093
- top:-2px;
1094
- border-color:var(--hot-border-color) transparent transparent transparent;
1095
- }
1096
- .handsontable td.afterHiddenRow.firstVisibleRow,
1097
- .handsontable th.afterHiddenRow.firstVisibleRow{
1098
- border-top:var(--hot-border-horizontal-size) solid var(--hot-border-color);
1099
- }
1100
-
1101
- .handsontable{
1102
- }
1103
- .handsontable .changeType{
1104
- position:relative;
1105
- top:50%;
1106
- display:inline-block;
1107
- float:inline-end;
1108
- width:calc(4 * var(--hot-base-grid));
1109
- height:calc(4 * var(--hot-base-grid));
1110
- padding:calc(2 * var(--hot-base-grid));
1111
- margin-inline-end:calc(var(--hot-base-grid) - var(--hot-cell-horizontal-padding));
1112
- box-sizing:border-box;
1113
- border-radius:var(--hot-border-radius);
1114
- border:none;
1115
- background:none;
1116
- z-index:1;
1117
- transform:translate(0%, -50%);
1118
- transition:var(--hot-transition-time) all ease-in-out;
1119
- }
1120
- .handsontable .changeType:hover{
1121
- border:none;
1122
- cursor:pointer;
1123
- background-color:var(--hot-background-color);
1124
- box-shadow:0 0 0 1px var(--hot-border-color);
1125
- }
1126
- .handsontable .changeType:hover:before{
1127
- border-color:var(--hot-accent-color);
1128
- }
1129
- .handsontable .changeType:before{
1130
- content:"";
1131
- position:absolute;
1132
- top:50%;
1133
- left:50%;
1134
- display:block;
1135
- width:var(--hot-base-grid);
1136
- height:var(--hot-base-grid);
1137
- margin-left:0.5px;
1138
- border-right:1.5px solid var(--hot-header-foreground-color);
1139
- border-bottom:1.5px solid var(--hot-header-foreground-color);
1140
- transform:rotate(45deg) translate(-100%);
1141
- transition:var(--hot-transition-time) all ease-in-out;
1142
- }
1143
- .handsontable .htFiltersActive .changeType{
1144
- color:var(--hot-header-menu-button-background-active-color);
1145
- border:var(--hot-header-menu-button-border-size) solid var(--hot-header-menu-button-border-active-color);
1146
- background-color:var(--hot-header-menu-button-background-active);
1147
- }
1148
- .handsontable.htDropdownMenu .ht_master .wtHolder, .handsontable.htContextMenu .ht_master .wtHolder, .handsontable.htFiltersConditionsMenu .ht_master .wtHolder{
1149
- overflow:hidden;
1150
- }
1151
- .handsontable.htDropdownMenu:not(.htGhostTable), .handsontable.htContextMenu:not(.htGhostTable), .handsontable.htFiltersConditionsMenu:not(.htGhostTable){
1152
- display:none;
1153
- position:absolute;
1154
- z-index:1060;
1155
- }
1156
- .handsontable.htDropdownMenu .ht_clone_top,
1157
- .handsontable.htDropdownMenu .ht_clone_bottom,
1158
- .handsontable.htDropdownMenu .ht_clone_inline_start,
1159
- .handsontable.htDropdownMenu .ht_clone_top_inline_start_corner,
1160
- .handsontable.htDropdownMenu .ht_clone_bottom_inline_start_corner, .handsontable.htContextMenu .ht_clone_top,
1161
- .handsontable.htContextMenu .ht_clone_bottom,
1162
- .handsontable.htContextMenu .ht_clone_inline_start,
1163
- .handsontable.htContextMenu .ht_clone_top_inline_start_corner,
1164
- .handsontable.htContextMenu .ht_clone_bottom_inline_start_corner, .handsontable.htFiltersConditionsMenu .ht_clone_top,
1165
- .handsontable.htFiltersConditionsMenu .ht_clone_bottom,
1166
- .handsontable.htFiltersConditionsMenu .ht_clone_inline_start,
1167
- .handsontable.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
1168
- .handsontable.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner{
1169
- display:none;
1170
- }
1171
- .handsontable.htDropdownMenu table.htCore, .handsontable.htContextMenu table.htCore, .handsontable.htFiltersConditionsMenu table.htCore{
1172
- padding:calc(2 * var(--hot-base-grid)) 0;
1173
- border-color:var(--hot-dropdown-border-color);
1174
- border-style:solid;
1175
- border-width:var(--hot-dropdown-border-width);
1176
- border-radius:calc(2 * var(--hot-border-radius));
1177
- overflow:hidden;
1178
- box-shadow:var(--hot-base-shadow);
1179
- }
1180
- .handsontable.htDropdownMenu .htCustomMenuRenderer .table.htCore, .handsontable.htContextMenu .htCustomMenuRenderer .table.htCore, .handsontable.htFiltersConditionsMenu .htCustomMenuRenderer .table.htCore{
1181
- box-shadow:none;
1182
- }
1183
- .handsontable.htDropdownMenu.handsontable:focus, .handsontable.htContextMenu.handsontable:focus, .handsontable.htFiltersConditionsMenu.handsontable:focus{
1184
- outline:none;
1185
- }
1186
- .handsontable.htDropdownMenu .wtBorder, .handsontable.htContextMenu .wtBorder, .handsontable.htFiltersConditionsMenu .wtBorder{
1187
- visibility:hidden;
1188
- }
1189
- .handsontable.htDropdownMenu table tbody tr td, .handsontable.htContextMenu table tbody tr td, .handsontable.htFiltersConditionsMenu table tbody tr td{
1190
- position:relative;
1191
- padding:calc(2 * var(--hot-base-grid));
1192
- border-width:0;
1193
- overflow:hidden;
1194
- white-space:nowrap;
1195
- text-overflow:ellipsis;
1196
- background:var(--hot-dropdown-background);
1197
- cursor:pointer;
1198
- transition:background calc(0.5 * var(--hot-transition-time)) ease-in-out;
1199
- }
1200
- .handsontable.htDropdownMenu table tbody tr td:first-child, .handsontable.htContextMenu table tbody tr td:first-child, .handsontable.htFiltersConditionsMenu table tbody tr td:first-child{
1201
- border-top-width:0;
1202
- border-inline-end-width:0;
1203
- border-bottom-width:0;
1204
- border-inline-start-width:0;
1205
- }
1206
- .handsontable.htDropdownMenu table tbody tr td.htDimmed, .handsontable.htContextMenu table tbody tr td.htDimmed, .handsontable.htFiltersConditionsMenu table tbody tr td.htDimmed{
1207
- font-style:normal;
1208
- color:var(--hot-foreground-color);
1209
- }
1210
- .handsontable.htDropdownMenu table tbody tr td.current:not(.htSelectionDisabled), .handsontable.htContextMenu table tbody tr td.current:not(.htSelectionDisabled), .handsontable.htFiltersConditionsMenu table tbody tr td.current:not(.htSelectionDisabled){
1211
- background:var(--hot-off-background-color);
1212
- }
1213
- .handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after, .handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after, .handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after{
1214
- content:"";
1215
- display:block;
1216
- position:absolute;
1217
- top:50%;
1218
- right:calc(4 * var(--hot-base-grid));
1219
- margin-left:0.5px;
1220
- width:4px;
1221
- height:4px;
1222
- border-right:1.5px solid var(--hot-read-only-text);
1223
- border-top:1.5px solid var(--hot-read-only-text);
1224
- transform:rotate(45deg) translate(-100%);
1225
- }
1226
- .handsontable.htDropdownMenu table tbody tr td.htSeparator, .handsontable.htContextMenu table tbody tr td.htSeparator, .handsontable.htFiltersConditionsMenu table tbody tr td.htSeparator{
1227
- border-top:1px solid var(--hot-highlight-color);
1228
- height:0;
1229
- padding:0;
1230
- cursor:default;
1231
- }
1232
- .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled{
1233
- color:var(--hot-read-only-text);
1234
- cursor:default;
1235
- }
1236
- .handsontable.htDropdownMenu table tbody tr td.htDisabled:hover, .handsontable.htContextMenu table tbody tr td.htDisabled:hover, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{
1237
- background:var(--hot-dropdown-background);
1238
- color:var(--hot-read-only-text);
1239
- }
1240
- .handsontable.htDropdownMenu table tbody tr td.htHidden, .handsontable.htContextMenu table tbody tr td.htHidden, .handsontable.htFiltersConditionsMenu table tbody tr td.htHidden{
1241
- display:none;
1242
- }
1243
- .handsontable.htDropdownMenu table tbody tr td .htItemWrapper, .handsontable.htContextMenu table tbody tr td .htItemWrapper, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper{
1244
- margin-inline:calc(2 * var(--hot-base-grid));
1245
- }
1246
- .handsontable.htDropdownMenu table tbody tr td .htItemWrapper i, .handsontable.htContextMenu table tbody tr td .htItemWrapper i, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper i{
1247
- font-size:18px;
1248
- margin-right:5px;
1249
- }
1250
- .handsontable.htDropdownMenu table tbody tr td .htItemWrapper:before, .handsontable.htContextMenu table tbody tr td .htItemWrapper:before, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper:before{
1251
- vertical-align:text-bottom;
1252
- margin-right:12px;
1253
- }
1254
- .handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected, .handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected{
1255
- font-size:0;
1256
- inset:0;
1257
- }
1258
- .handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after, .handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{
1259
- content:"";
1260
- display:block;
1261
- position:absolute;
1262
- width:6px;
1263
- height:10px;
1264
- right:16px;
1265
- top:50%;
1266
- pointer-events:none;
1267
- border-left:1.5px solid var(--hot-accent-color);
1268
- border-top:1.5px solid var(--hot-accent-color);
1269
- transform:translate(-50%, -50%) rotate(-135deg);
1270
- box-sizing:border-box;
1271
- transition:all var(--hot-transition-time) ease-in-out;
1272
- }
1273
- .handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected::before, .handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected::before, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected::before{
1274
- content:"";
1275
- display:block;
1276
- position:absolute;
1277
- inset:0;
1278
- background-color:var(--hot-accent-color);
1279
- opacity:0.1;
1280
- }
1281
- .handsontable.htDropdownMenu table tbody tr td div span.selected, .handsontable.htContextMenu table tbody tr td div span.selected, .handsontable.htFiltersConditionsMenu table tbody tr td div span.selected{
1282
- position:absolute;
1283
- inset-inline-end:0;
1284
- }
1285
-
1286
- .handsontable.htFiltersConditionsMenu:not(.htGhostTable){
1287
- z-index:1070;
1288
- }
1289
-
1290
- .handsontable{
1291
- }
1292
- .handsontable .htMenuFiltering{
1293
- height:var(--hot-filters-menu-filtering-height);
1294
- border-bottom:1px solid var(--hot-border-color);
1295
- overflow:hidden;
1296
- }
1297
- .handsontable .ht_master table td.htCustomMenuRenderer{
1298
- cursor:auto;
1299
- }
1300
- .handsontable .htFiltersMenuLabel{
1301
- font-size:var(--hot-label-font-size);
1302
- line-height:var(--hot-label-line-height);
1303
- padding:calc(2 * var(--hot-base-grid)) 0 calc(0.5 * var(--hot-base-grid));
1304
- }
1305
- .handsontable .htFiltersMenuLabel:empty{
1306
- display:none;
1307
- }
1308
- .handsontable .htFiltersMenuCondition.border{
1309
- border-bottom:1px solid var(--hot-highlight-color) !important;
1310
- padding-bottom:calc(4 * var(--hot-base-grid));
1311
- }
1312
- .handsontable .htFiltersMenuValue{
1313
- border-bottom:1px solid var(--hot-highlight-color) !important;
1314
- padding-bottom:0 !important;
1315
- }
1316
- .handsontable .htUIMultipleSelectHot{
1317
- border-top:1px solid var(--hot-highlight-color);
1318
- margin:0 calc(-4 * var(--hot-base-grid));
1319
- }
1320
- .handsontable .htUIMultipleSelectHot td{
1321
- padding:calc(2 * var(--hot-base-grid)) calc(4 * var(--hot-base-grid)) !important;
1322
- }
1323
- .handsontable .htUIClearAll,
1324
- .handsontable .htUISelectAll{
1325
- display:inline-block;
1326
- }
1327
- .handsontable .htUIClearAll a,
1328
- .handsontable .htUISelectAll a{
1329
- font-size:var(--hot-font-size);
1330
- }
1331
- .handsontable .htUISelectAll{
1332
- margin-inline-start:0;
1333
- margin-inline-end:calc(2 * var(--hot-base-grid));
1334
- }
1335
- .handsontable .htUIMultipleSelect .ht_master .wtHolder{
1336
- overflow-y:auto;
1337
- }
1338
- .handsontable .htUIMultipleSelect .ht_master .wtHolder .wtHider,
1339
- .handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore,
1340
- .handsontable .htUIMultipleSelect .ht_master .wtHolder tr,
1341
- .handsontable .htUIMultipleSelect .ht_master .wtHolder td{
1342
- background:none;
1343
- }
1344
- .handsontable .htUIMultipleSelect .handsontable .htCore td:hover{
1345
- background-color:var(---hot-off-background-color);
1346
- }
1347
- .handsontable .htUIMultipleSelect .handsontable .htCore td.current{
1348
- background:var(---hot-background-color);
1349
- }
1350
-
1351
- .handsontable .htCommentCell{
1352
- position:relative;
1353
- }
1354
- .handsontable .htCommentCell:after{
1355
- content:"";
1356
- position:absolute;
1357
- top:0;
1358
- inset-inline-end:0;
1359
- inset-inline-start:unset;
1360
- border-inline-start:var(--hot-comment-indicator-size) solid transparent;
1361
- border-inline-end:none;
1362
- border-top:var(--hot-comment-indicator-size) solid var(--hot-comment-indicator-color);
1363
- }
1364
-
1365
- .htCommentsContainer .htComments{
1366
- display:none;
1367
- z-index:1059;
1368
- position:absolute;
1369
- }
1370
- .htCommentsContainer .htCommentTextArea{
1371
- width:var(--hot-comment-textarea-width);
1372
- height:var(--hot-comment-textarea-height);
1373
- margin:0 -1px;
1374
- padding:calc(3 * var(--hot-base-grid));
1375
- box-sizing:border-box;
1376
- border:0;
1377
- border-inline-start:1px solid var(--hot-accent-color);
1378
- border-inline-end:none;
1379
- color:var(--hot-foreground-color);
1380
- background-color:var(--hot-background-color);
1381
- outline:0px !important;
1382
- -webkit-appearance:none;
1383
- box-shadow:var(--hot-base-shadow);
1384
- border-radius:0 calc(2 * var(--hot-base-grid)) calc(2 * var(--hot-base-grid)) 0;
1385
- font-family:var(--hot-font-family);
1386
- font-size:var(--hot-base-font-size);
1387
- line-height:var(--hot-base-line-height);
1388
- }
1389
- .htCommentsContainer .htCommentTextArea:focus{
1390
- box-shadow:var(--hot-base-shadow);
1391
- border-inline-start:1px solid var(--hot-accent-color);
1392
- border-inline-end:none;
1393
- }
1394
-
1395
- .handsontable .columnSorting{
1396
- position:relative;
1397
- }
1398
- .handsontable .columnSorting.sortAction{
1399
- display:inline-flex;
1400
- align-items:center;
1401
- gap:0;
1402
- inset:0;
1403
- }
1404
- .handsontable .columnSorting.sortAction:hover{
1405
- text-decoration:none;
1406
- cursor:pointer;
1407
- }
1408
- .handsontable .columnSorting.sortAction:before{
1409
- content:"";
1410
- order:1;
1411
- }
1412
- .handsontable .columnSorting.sortAction.descending:before{
1413
- width:var(--hot-icon-size);
1414
- height:var(--hot-icon-size);
1415
- mask-size:contain;
1416
- mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.773 2.895 C 7.666 2.951,7.603 3.011,7.551 3.107 C 7.510 3.180,7.506 3.540,7.499 7.319 L 7.492 11.451 6.686 10.650 C 6.243 10.210,5.799 9.776,5.699 9.685 C 5.519 9.521,5.517 9.520,5.356 9.520 C 5.262 9.520,5.156 9.538,5.103 9.564 C 4.908 9.656,4.801 9.900,4.856 10.125 C 4.886 10.246,4.964 10.329,6.264 11.628 C 7.021 12.384,7.699 13.041,7.771 13.088 C 7.944 13.200,8.056 13.200,8.229 13.088 C 8.301 13.042,8.969 12.396,9.713 11.653 C 11.182 10.187,11.197 10.169,11.161 9.932 C 11.123 9.678,10.927 9.521,10.648 9.520 L 10.482 9.520 10.301 9.685 C 10.201 9.776,9.757 10.210,9.313 10.651 L 8.507 11.453 8.505 7.520 C 8.504 5.357,8.494 3.481,8.482 3.352 C 8.459 3.086,8.419 3.010,8.251 2.914 C 8.125 2.842,7.893 2.833,7.773 2.895%27/%3E%3C/svg%3E");
1417
- background-color:currentColor;
1418
- }
1419
- .handsontable .columnSorting.sortAction.ascending:before{
1420
- width:var(--hot-icon-size);
1421
- height:var(--hot-icon-size);
1422
- mask-size:contain;
1423
- mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox=%270 0 16 16%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.787 2.882 C 7.712 2.913,5.648 4.959,5.173 5.474 C 4.916 5.751,4.855 5.834,4.840 5.918 C 4.786 6.237,5.097 6.547,5.417 6.493 C 5.552 6.470,5.630 6.400,6.659 5.376 L 7.492 4.549 7.499 8.681 C 7.505 12.122,7.513 12.824,7.543 12.880 C 7.659 13.091,7.898 13.203,8.112 13.145 C 8.260 13.105,8.355 13.037,8.431 12.913 L 8.493 12.813 8.501 8.683 L 8.508 4.552 9.407 5.444 C 9.902 5.935,10.353 6.371,10.411 6.414 C 10.497 6.479,10.540 6.492,10.664 6.492 C 10.849 6.492,10.968 6.428,11.079 6.270 C 11.146 6.176,11.159 6.131,11.159 6.002 C 11.159 5.861,11.149 5.835,11.053 5.717 C 10.919 5.552,8.760 3.374,8.443 3.085 L 8.207 2.868 8.030 2.861 C 7.933 2.857,7.824 2.866,7.787 2.882%27/%3E%3C/svg%3E");
1424
- background-color:currentColor;
1425
- }
1426
-
1427
- .htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::before{
1428
- content:"*";
1429
- display:inline-block;
1430
- position:relative;
1431
- padding-right:20px;
1432
- }
1433
-
1434
- .handsontable{
1435
- }
1436
- .handsontable span.colHeader.columnSorting{
1437
- }
1438
- .handsontable span.colHeader.columnSorting:after{
1439
- position:relative;
1440
- order:2;
1441
- margin-left:calc(var(--hot-base-grid) * -1);
1442
- padding-inline-start:1px;
1443
- padding-inline-end:1px;
1444
- top:var(--hot-base-grid);
1445
- font-size:7px;
1446
- }
1447
- .handsontable span.colHeader.columnSorting[class^=sort-]::after, .handsontable span.colHeader.columnSorting[class*=" sort-"]::after{
1448
- content:"+";
1449
- }
1450
- .handsontable span.colHeader.columnSorting.sort-1::after{
1451
- content:"1";
1452
- }
1453
- .handsontable span.colHeader.columnSorting.sort-2::after{
1454
- content:"2";
1455
- }
1456
- .handsontable span.colHeader.columnSorting.sort-3::after{
1457
- content:"3";
1458
- }
1459
- .handsontable span.colHeader.columnSorting.sort-4::after{
1460
- content:"4";
1461
- }
1462
- .handsontable span.colHeader.columnSorting.sort-5::after{
1463
- content:"5";
1464
- }
1465
- .handsontable span.colHeader.columnSorting.sort-6::after{
1466
- content:"6";
1467
- }
1468
- .handsontable span.colHeader.columnSorting.sort-7::after{
1469
- content:"7";
1470
- }
1471
- .htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled){
1472
- padding-right:var(--hot-base-grid);
1473
- }
1474
-
1475
- .handsontable .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_top_inline_start_corner th:nth-child(2), .handsontable .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_inline_start td:first-of-type{
1476
- border-left:0 none;
1477
- }
1478
- .ht_clone_inline_start.ht_clone_left tbody tr td:last-child,
1479
- .ht_clone_inline_start.ht_clone_left thead tr th:not(:first-child):last-child,
1480
- .ht_clone_bottom_left_corner tbody tr td:last-child,
1481
- .ht_clone_bottom_left_corner thead tr th:not(:first-child):last-child,
1482
- .ht_clone_top_left_corner tbody tr td:last-child,
1483
- .ht_clone_top_left_corner thead tr th:not(:first-child):last-child{
1484
- box-shadow:calc(-1 * var(--hot-frozen-size)) 0 0 0 inset var(--hot-frozen-shadow);
1485
- }
1486
- .ht_clone_inline_start.ht_clone_left tbody tr td:last-child.current,
1487
- .ht_clone_inline_start.ht_clone_left thead tr th:not(:first-child):last-child.current,
1488
- .ht_clone_bottom_left_corner tbody tr td:last-child.current,
1489
- .ht_clone_bottom_left_corner thead tr th:not(:first-child):last-child.current,
1490
- .ht_clone_top_left_corner tbody tr td:last-child.current,
1491
- .ht_clone_top_left_corner thead tr th:not(:first-child):last-child.current{
1492
- box-shadow:calc(var(--hot-frozen-size) * -1) 0 0 0 inset var(--hot-frozen-shadow), 0 0 0 1px inset var(--hot-accent-color);
1493
- }
1494
- .ht_clone_inline_start.ht_clone_left tbody tr td.ht__highlight:last-child,
1495
- .ht_clone_inline_start.ht_clone_left thead tr th.ht__active_highlight:not(:first-child):last-child,
1496
- .ht_clone_bottom_left_corner tbody tr td.ht__highlight:last-child,
1497
- .ht_clone_bottom_left_corner thead tr th.ht__active_highlight:not(:first-child):last-child,
1498
- .ht_clone_top_left_corner tbody tr td.ht__highlight:last-child,
1499
- .ht_clone_top_left_corner thead tr th.ht__active_highlight:not(:first-child):last-child{
1500
- box-shadow:calc(var(--hot-frozen-size) * -1) 0 0 0 inset var(--hot-header-highlight-active-background-color);
1501
- }
1502
-
1503
- .ht_clone_top_left_corner tbody tr:last-child td:last-child{
1504
- box-shadow:calc(var(--hot-frozen-size) * -1) calc(var(--hot-frozen-size) * -1) 0 0 inset var(--hot-frozen-shadow);
1505
- }
1506
-
1507
- .ht_clone_bottom tbody tr:first-child td,
1508
- .ht_clone_bottom tbody tr:first-child th,
1509
- .ht_clone_bottom_left_corner tbody tr:first-child td,
1510
- .ht_clone_bottom_left_corner tbody tr:first-child th{
1511
- box-shadow:0 var(--hot-frozen-size) 0 0 inset var(--hot-frozen-shadow);
1512
- }
1513
- .ht_clone_bottom tbody tr:first-child td.current,
1514
- .ht_clone_bottom tbody tr:first-child th.current,
1515
- .ht_clone_bottom_left_corner tbody tr:first-child td.current,
1516
- .ht_clone_bottom_left_corner tbody tr:first-child th.current{
1517
- box-shadow:0 var(--hot-frozen-size) 0 0 inset var(--hot-frozen-shadow), 0 0 0 1px inset var(--hot-accent-color);
1518
- }
1519
-
1520
- .ht_clone_bottom_left_corner tbody tr:first-child td:last-child{
1521
- box-shadow:calc(var(--hot-frozen-size) * -1) var(--hot-frozen-size) 0 0 inset var(--hot-frozen-shadow);
1522
- }
1523
-
1524
- .ht_clone_top tbody tr:last-child td,
1525
- .ht_clone_top tbody tr:last-child th,
1526
- .ht_clone_top_left_corner tbody tr:last-child td,
1527
- .ht_clone_top_left_corner tbody tr:last-child th{
1528
- box-shadow:0 calc(var(--hot-frozen-size) * -1) 0 0 inset var(--hot-frozen-shadow);
1529
- }
1530
- .ht_clone_top tbody tr:last-child td.current,
1531
- .ht_clone_top tbody tr:last-child th.current,
1532
- .ht_clone_top_left_corner tbody tr:last-child td.current,
1533
- .ht_clone_top_left_corner tbody tr:last-child th.current{
1534
- box-shadow:calc(-1 * var(--hot-frozen-size)) 0 0 inset var(--hot-frozen-shadow), 0 0 0 1px inset var(--hot-accent-color);
1535
- }
1536
-
1537
- .ht_clone_top_inline_start_corner thead tr th:first-child{
1538
- border-bottom:transparent;
1539
- }
1540
-
1541
- .handsontable .manualColumnResizer{
1542
- position:absolute;
1543
- top:0;
1544
- width:10px;
1545
- margin:0;
1546
- cursor:col-resize;
1547
- background:none;
1548
- opacity:0;
1549
- z-index:210;
1550
- transition:opacity var(--hot-transition-time) ease-in-out;
1551
- }
1552
- .handsontable .manualColumnResizer::before, .handsontable .manualColumnResizer::after{
1553
- content:"";
1554
- display:block;
1555
- position:absolute;
1556
- top:0;
1557
- left:1px;
1558
- width:2px;
1559
- height:calc(100% - 8px);
1560
- margin:4px 0;
1561
- background:var(--hot-read-only-text);
1562
- border-radius:2px;
1563
- }
1564
- .handsontable .manualColumnResizer::after{
1565
- left:auto;
1566
- right:0;
1567
- }
1568
- .handsontable .manualColumnResizer:hover, .handsontable .manualColumnResizer.active{
1569
- opacity:1;
1570
- }
1571
- .handsontable .manualColumnResizerGuide{
1572
- position:absolute;
1573
- inset-inline-end:unset;
1574
- top:0;
1575
- width:0;
1576
- margin-inline-start:4px;
1577
- margin-inline-end:unset;
1578
- display:none;
1579
- border-inline-end:1px solid var(--hot-accent-color);
1580
- border-inline-start:none;
1581
- }
1582
- .handsontable .manualColumnResizerGuide.active{
1583
- display:block;
1584
- z-index:209;
1585
- }
1586
-
1587
- .handsontable .manualRowResizer{
1588
- position:absolute;
1589
- left:0;
1590
- z-index:210;
1591
- height:10px;
1592
- margin:0;
1593
- cursor:row-resize;
1594
- background:none;
1595
- opacity:0;
1596
- transition:opacity 0.2s ease-in-out;
1597
- }
1598
- .handsontable .manualRowResizer::before, .handsontable .manualRowResizer::after{
1599
- content:"";
1600
- display:block;
1601
- position:absolute;
1602
- top:1px;
1603
- left:0;
1604
- width:calc(100% - 8px);
1605
- height:2px;
1606
- margin:0 4px;
1607
- background:var(--hot-read-only-text);
1608
- border-radius:2px;
1609
- }
1610
- .handsontable .manualRowResizer::after{
1611
- top:auto;
1612
- bottom:0;
1613
- }
1614
- .handsontable .manualRowResizer:hover, .handsontable .manualRowResizer.active{
1615
- opacity:1;
1616
- }
1617
- .handsontable .manualRowResizerGuide{
1618
- position:absolute;
1619
- left:0;
1620
- bottom:0;
1621
- height:0;
1622
- margin-top:4px;
1623
- display:none;
1624
- border-bottom:1px solid var(--hot-accent-color);
1625
- border-top:none;
1626
- }
1627
- .handsontable .manualRowResizerGuide.active{
1628
- display:block;
1629
- z-index:209;
1630
- }
1631
-
1632
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before{
1633
- opacity:0.1;
1634
- }
1635
-
1636
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{
1637
- opacity:0.17;
1638
- }
1639
-
1640
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{
1641
- opacity:0.24;
1642
- }
1643
-
1644
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{
1645
- opacity:0.31;
1646
- }
1647
-
1648
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{
1649
- opacity:0.38;
1650
- }
1651
-
1652
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{
1653
- opacity:0.45;
1654
- }
1655
-
1656
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{
1657
- opacity:0.52;
1658
- }
1659
-
1660
- .handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{
1661
- opacity:0.59;
1662
- }
1663
-
1664
- .handsontable .wtHider{
1665
- position:relative;
1666
- }
1667
- .handsontable .ht__manualColumnMove.after-selection--columns thead th.ht__highlight{
1668
- cursor:move;
1669
- cursor:-moz-grab;
1670
- cursor:-webkit-grab;
1671
- cursor:grab;
1672
- }
1673
- .handsontable .ht__manualColumnMove.on-moving--columns *,
1674
- .handsontable .ht__manualColumnMove.on-moving--columns thead th.ht__highlight{
1675
- cursor:move;
1676
- cursor:-moz-grabbing;
1677
- cursor:-webkit-grabbing;
1678
- cursor:grabbing;
1679
- }
1680
- .handsontable .ht__manualColumnMove.on-moving--columns .manualColumnResizer{
1681
- display:none;
1682
- }
1683
- .handsontable .ht__manualColumnMove--guideline, .handsontable .ht__manualColumnMove--backlight{
1684
- position:absolute;
1685
- height:100%;
1686
- display:none;
1687
- background:var(--hot-accent-color);
1688
- }
1689
- .handsontable .ht__manualColumnMove--guideline{
1690
- width:1px;
1691
- top:0;
1692
- margin-inline-start:-0.5px;
1693
- margin-inline-end:0;
1694
- z-index:205;
1695
- }
1696
- .handsontable .ht__manualColumnMove--backlight{
1697
- display:none;
1698
- z-index:205;
1699
- pointer-events:none;
1700
- opacity:0.1;
1701
- }
1702
- .handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
1703
- .handsontable.on-moving--columns .ht__manualColumnMove--backlight{
1704
- display:block;
1705
- }
1706
-
1707
- .handsontable .wtHider{
1708
- position:relative;
1709
- }
1710
- .handsontable .ht__manualRowMove.after-selection--rows tbody th.ht__highlight{
1711
- cursor:move;
1712
- cursor:-moz-grab;
1713
- cursor:-webkit-grab;
1714
- cursor:grab;
1715
- }
1716
- .handsontable .ht__manualRowMove.on-moving--rows *,
1717
- .handsontable .ht__manualRowMove.on-moving--rows tbody th.ht__highlight{
1718
- cursor:move;
1719
- cursor:-moz-grabbing;
1720
- cursor:-webkit-grabbing;
1721
- cursor:grabbing;
1722
- }
1723
- .handsontable .ht__manualRowMove.on-moving--rows .manualRowResizer{
1724
- display:none;
1725
- }
1726
- .handsontable .ht__manualRowMove--guideline, .handsontable .ht__manualRowMove--backlight{
1727
- position:absolute;
1728
- width:100%;
1729
- display:none;
1730
- background:var(--hot-accent-color);
1731
- }
1732
- .handsontable .ht__manualRowMove--guideline{
1733
- height:1px;
1734
- left:0;
1735
- margin-top:-0.5px;
1736
- z-index:205;
1737
- }
1738
- .handsontable .ht__manualRowMove--backlight{
1739
- display:none;
1740
- z-index:205;
1741
- pointer-events:none;
1742
- opacity:0.1;
1743
- }
1744
- .handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
1745
- .handsontable.on-moving--rows .ht__manualRowMove--backlight{
1746
- display:block;
1747
- }
1748
- @charset "UTF-8";
1749
- .pika-single{
1750
- z-index:9999;
1751
- display:block;
1752
- position:relative;
1753
- color:#333;
1754
- background:#fff;
1755
- border:1px solid #ccc;
1756
- border-bottom-color:#bbb;
1757
- font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
1758
- }
1759
- .pika-single:before,
1760
- .pika-single:after{
1761
- content:" ";
1762
- display:table;
1763
- }
1764
-
1765
- .pika-single:after{
1766
- clear:both;
1767
- }
1768
-
1769
- .pika-single.is-hidden{
1770
- display:none;
1771
- }
1772
-
1773
- .pika-single.is-bound{
1774
- position:absolute;
1775
- box-shadow:0 5px 15px -5px rgba(0, 0, 0, 0.5);
1776
- }
1777
-
1778
- .pika-lendar{
1779
- float:left;
1780
- width:240px;
1781
- margin:8px;
1782
- }
1783
-
1784
- .pika-title{
1785
- position:relative;
1786
- text-align:center;
1787
- }
1788
-
1789
- .pika-label{
1790
- display:inline-block;
1791
- position:relative;
1792
- z-index:9999;
1793
- overflow:hidden;
1794
- margin:0;
1795
- padding:5px 3px;
1796
- font-size:14px;
1797
- line-height:20px;
1798
- font-weight:bold;
1799
- background-color:#fff;
1800
- }
1801
-
1802
- .pika-title select{
1803
- cursor:pointer;
1804
- position:absolute;
1805
- z-index:9998;
1806
- margin:0;
1807
- left:0;
1808
- top:5px;
1809
- opacity:0;
1810
- }
1811
-
1812
- .pika-prev,
1813
- .pika-next{
1814
- display:block;
1815
- cursor:pointer;
1816
- position:relative;
1817
- outline:none;
1818
- border:0;
1819
- padding:0;
1820
- width:20px;
1821
- height:30px;
1822
- text-indent:20px;
1823
- white-space:nowrap;
1824
- overflow:hidden;
1825
- background-color:transparent;
1826
- background-position:center center;
1827
- background-repeat:no-repeat;
1828
- background-size:75% 75%;
1829
- opacity:0.5;
1830
- }
1831
-
1832
- .pika-prev:hover,
1833
- .pika-next:hover{
1834
- opacity:1;
1835
- }
1836
-
1837
- .pika-prev,
1838
- .is-rtl .pika-next{
1839
- float:left;
1840
- background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
1841
- }
1842
-
1843
- .pika-next,
1844
- .is-rtl .pika-prev{
1845
- float:right;
1846
- background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
1847
- }
1848
-
1849
- .pika-prev.is-disabled,
1850
- .pika-next.is-disabled{
1851
- cursor:default;
1852
- opacity:0.2;
1853
- }
1854
-
1855
- .pika-select{
1856
- display:inline-block;
1857
- }
1858
-
1859
- .pika-table{
1860
- width:100%;
1861
- border-collapse:collapse;
1862
- border-spacing:0;
1863
- border:0;
1864
- }
1865
-
1866
- .pika-table th,
1867
- .pika-table td{
1868
- width:14.2857142857%;
1869
- padding:0;
1870
- }
1871
-
1872
- .pika-table th{
1873
- color:#999;
1874
- font-size:12px;
1875
- line-height:25px;
1876
- font-weight:bold;
1877
- text-align:center;
1878
- }
1879
-
1880
- .pika-button{
1881
- cursor:pointer;
1882
- display:block;
1883
- box-sizing:border-box;
1884
- -moz-box-sizing:border-box;
1885
- outline:none;
1886
- border:0;
1887
- margin:0;
1888
- width:100%;
1889
- padding:5px;
1890
- color:#666;
1891
- font-size:12px;
1892
- line-height:15px;
1893
- text-align:center;
1894
- background:#f5f5f5;
1895
- height:initial;
1896
- }
1897
-
1898
- .pika-week{
1899
- font-size:11px;
1900
- color:#999;
1901
- }
1902
-
1903
- .is-today .pika-button{
1904
- color:#33aaff;
1905
- font-weight:bold;
1906
- }
1907
-
1908
- .is-selected .pika-button,
1909
- .has-event .pika-button{
1910
- color:#fff;
1911
- font-weight:bold;
1912
- background:#33aaff;
1913
- box-shadow:inset 0 1px 3px #178fe5;
1914
- border-radius:3px;
1915
- }
1916
-
1917
- .has-event .pika-button{
1918
- background:#005da9;
1919
- box-shadow:inset 0 1px 3px #0076c9;
1920
- }
1921
-
1922
- .is-disabled .pika-button,
1923
- .is-inrange .pika-button{
1924
- background:#D5E9F7;
1925
- }
1926
-
1927
- .is-startrange .pika-button{
1928
- color:#fff;
1929
- background:#6CB31D;
1930
- box-shadow:none;
1931
- border-radius:3px;
1932
- }
1933
-
1934
- .is-endrange .pika-button{
1935
- color:#fff;
1936
- background:#33aaff;
1937
- box-shadow:none;
1938
- border-radius:3px;
1939
- }
1940
-
1941
- .is-disabled .pika-button{
1942
- pointer-events:none;
1943
- cursor:default;
1944
- color:#999;
1945
- opacity:0.3;
1946
- }
1947
-
1948
- .is-outside-current-month .pika-button{
1949
- color:#999;
1950
- opacity:0.3;
1951
- }
1952
-
1953
- .is-selection-disabled{
1954
- pointer-events:none;
1955
- cursor:default;
1956
- }
1957
-
1958
- .pika-button:hover,
1959
- .pika-row.pick-whole-week:hover .pika-button{
1960
- color:#fff;
1961
- background:#ff8000;
1962
- box-shadow:none;
1963
- border-radius:3px;
1964
- }
1965
- .pika-table abbr{
1966
- border-bottom:none;
1967
- cursor:help;
1968
- }