handsontable 0.0.0-next-517ec9c-20240930 → 0.0.0-next-4a75baf-20241001
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.
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +11 -0
- package/core.mjs +11 -0
- package/dataMap/metaManager/metaSchema.js +17 -0
- package/dataMap/metaManager/metaSchema.mjs +17 -0
- package/dist/handsontable.css +296 -145
- package/dist/handsontable.full.css +305 -152
- package/dist/handsontable.full.js +3536 -3695
- package/dist/handsontable.full.min.css +85 -14
- package/dist/handsontable.full.min.js +26 -26
- package/dist/handsontable.js +3243 -3396
- package/dist/handsontable.min.css +82 -11
- package/dist/handsontable.min.js +23 -23
- package/editors/dateEditor/dateEditor.js +2 -0
- package/editors/dateEditor/dateEditor.mjs +2 -0
- package/editors/handsontableEditor/handsontableEditor.js +1 -1
- package/editors/handsontableEditor/handsontableEditor.mjs +1 -1
- package/editors/selectEditor/selectEditor.js +20 -9
- package/editors/selectEditor/selectEditor.mjs +20 -9
- package/editors/textEditor/textEditor.js +4 -11
- package/editors/textEditor/textEditor.mjs +4 -11
- package/helpers/mixed.js +2 -2
- package/helpers/mixed.mjs +2 -2
- package/helpers/themes.js +17 -0
- package/helpers/themes.mjs +13 -0
- package/package.json +10 -3
- package/plugins/comments/commentEditor.js +8 -1
- package/plugins/comments/commentEditor.mjs +8 -1
- package/plugins/comments/comments.js +1 -1
- package/plugins/comments/comments.mjs +1 -1
- package/plugins/contextMenu/menu/menu.js +4 -4
- package/plugins/contextMenu/menu/menu.mjs +4 -4
- package/styles/handsontable.css +1921 -0
- package/styles/handsontable.min.css +30 -0
- package/styles/ht-theme-gemini.css +689 -0
- package/styles/ht-theme-gemini.min.css +30 -0
- package/styles/ht-theme-main.css +697 -0
- package/styles/ht-theme-main.min.css +30 -0
- package/utils/ghostTable.js +1 -1
- package/utils/ghostTable.mjs +1 -1
@@ -0,0 +1,697 @@
|
|
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-4a75baf-20241001
|
29
|
+
* Release date: 30/07/2024 (built at 01/10/2024 05:27:34)
|
30
|
+
*/
|
31
|
+
.ht-theme-main,
|
32
|
+
.ht-theme-main-dark,
|
33
|
+
.ht-theme-main-dark-auto {
|
34
|
+
--ht-font-size: 12px;
|
35
|
+
--ht-line-height: 20px;
|
36
|
+
--ht-font-weight: 400;
|
37
|
+
--ht-letter-spacing: 0px;
|
38
|
+
--ht-border-radius: 4px;
|
39
|
+
--ht-border-width: 1px;
|
40
|
+
--ht-gap-size: 4px;
|
41
|
+
--ht-icon-size: 16px;
|
42
|
+
--ht-background-color: #ffffff;
|
43
|
+
--ht-border-color: #e5e5e9;
|
44
|
+
--ht-accent-color: #1a42e8;
|
45
|
+
--ht-foreground-color: #222222;
|
46
|
+
--ht-placeholder-color: #999999;
|
47
|
+
--ht-read-only-color: #888888;
|
48
|
+
--ht-disabled-color: #999999;
|
49
|
+
--ht-table-transition: 0s;
|
50
|
+
--ht-cell-horizontal-border-color: #e5e5e9;
|
51
|
+
--ht-cell-vertical-border-color: #e5e5e9;
|
52
|
+
--ht-cell-horizontal-border-width: 1px;
|
53
|
+
--ht-cell-vertical-border-width: 1px;
|
54
|
+
--ht-cell-vertical-padding: 8px;
|
55
|
+
--ht-cell-horizontal-padding: 4px;
|
56
|
+
--ht-cell-editor-foreground-color: #000000;
|
57
|
+
--ht-cell-editor-border-color: #1a42e8;
|
58
|
+
--ht-cell-editor-shadow-blur-radius: 8px;
|
59
|
+
--ht-cell-editor-shadow-color: rgba(17, 61, 201, 0.6);
|
60
|
+
--ht-cell-editor-border-width: 2px;
|
61
|
+
--ht-cell-editor-background-color: #ffffff;
|
62
|
+
--ht-cell-search-background-color: rgba(251, 233, 82, 0.8);
|
63
|
+
--ht-cell-error-background-color: rgba(250, 77, 50, 0.2);
|
64
|
+
--ht-cell-success-background-color: rgba(55, 188, 108, 0.2);
|
65
|
+
--ht-cell-warning-background-color: rgba(251, 233, 82, 0.2);
|
66
|
+
--ht-cell-informational-background-color: rgba(39, 194, 255, 0.2);
|
67
|
+
--ht-cell-selection-border-color: #1a42e8;
|
68
|
+
--ht-cell-selection-background-color: #1a42e8;
|
69
|
+
--ht-cell-autofill-size: 6px;
|
70
|
+
--ht-cell-autofill-border-width: 1px;
|
71
|
+
--ht-cell-autofill-border-radius: 0px;
|
72
|
+
--ht-cell-autofill-background-color: #1a42e8;
|
73
|
+
--ht-cell-autofill-border-color: #ffffff;
|
74
|
+
--ht-checkbox-size: 16px;
|
75
|
+
--ht-checkbox-border-color: #e5e5e9;
|
76
|
+
--ht-checkbox-background-color: rgba(255, 255, 255, 0);
|
77
|
+
--ht-checkbox-icon-color: rgba(255, 255, 255, 0);
|
78
|
+
--ht-checkbox-focus-background-color: #ffffff;
|
79
|
+
--ht-checkbox-focus-border-color: #e5e5e9;
|
80
|
+
--ht-checkbox-focus-icon-color: rgba(255, 255, 255, 0);
|
81
|
+
--ht-checkbox-focus-ring-color: #1a42e8;
|
82
|
+
--ht-checkbox-disabled-background-color: #d1d1d5;
|
83
|
+
--ht-checkbox-disabled-border-color: #e5e5e9;
|
84
|
+
--ht-checkbox-disabled-icon-color: rgba(255, 255, 255, 0);
|
85
|
+
--ht-checkbox-hover-background-color: #ffffff;
|
86
|
+
--ht-checkbox-hover-border-color: #e5e5e9;
|
87
|
+
--ht-checkbox-hover-icon-color: rgba(34, 34, 34, 0.08);
|
88
|
+
--ht-checkbox-checked-background-color: #1a42e8;
|
89
|
+
--ht-checkbox-checked-border-color: #e5e5e9;
|
90
|
+
--ht-checkbox-checked-icon-color: #ffffff;
|
91
|
+
--ht-checkbox-checked-focus-background-color: #1a42e8;
|
92
|
+
--ht-checkbox-checked-focus-border-color: #ffffff;
|
93
|
+
--ht-checkbox-checked-focus-icon-color: #ffffff;
|
94
|
+
--ht-checkbox-checked-disabled-background-color: #d1d1d5;
|
95
|
+
--ht-checkbox-checked-disabled-border-color: #e5e5e9;
|
96
|
+
--ht-checkbox-checked-disabled-icon-color: #999999;
|
97
|
+
--ht-checkbox-checked-hover-background-color: #1a42e8;
|
98
|
+
--ht-checkbox-checked-hover-border-color: rgba(255, 255, 255, 0.24);
|
99
|
+
--ht-checkbox-checked-hover-icon-color: #ffffff;
|
100
|
+
--ht-checkbox-indeterminate-background-color: #1a42e8;
|
101
|
+
--ht-checkbox-indeterminate-border-color: #e5e5e9;
|
102
|
+
--ht-checkbox-indeterminate-icon-color: #ffffff;
|
103
|
+
--ht-checkbox-indeterminate-disabled-background-color: #d1d1d5;
|
104
|
+
--ht-checkbox-indeterminate-disabled-border-color: #e5e5e9;
|
105
|
+
--ht-checkbox-indeterminate-disabled-icon-color: #aeaeae;
|
106
|
+
--ht-checkbox-indeterminate-hover-background-color: #1a42e8;
|
107
|
+
--ht-checkbox-indeterminate-hover-border-color: rgba(255, 255, 255, 0.24);
|
108
|
+
--ht-checkbox-indeterminate-hover-icon-color: #ffffff;
|
109
|
+
--ht-checkbox-indeterminate-focus-background-color: #1a42e8;
|
110
|
+
--ht-checkbox-indeterminate-focus-border-color: #ffffff;
|
111
|
+
--ht-checkbox-indeterminate-focus-icon-color: #ffffff;
|
112
|
+
--ht-header-active-background-color: #e1e5f7;
|
113
|
+
--ht-header-active-foreground-color: #222222;
|
114
|
+
--ht-header-active-border-color: #1a42e8;
|
115
|
+
--ht-header-highlighted-foreground-color: #000000;
|
116
|
+
--ht-header-highlighted-background-color: #eeeef0;
|
117
|
+
--ht-header-highlighted-shadow-size: 0px;
|
118
|
+
--ht-header-background-color: #f7f7f9;
|
119
|
+
--ht-header-row-background-color: #f7f7f9;
|
120
|
+
--ht-header-font-weight: 400;
|
121
|
+
--ht-header-foreground-color: #222222;
|
122
|
+
--ht-frozen-shadow-size: 2px;
|
123
|
+
--ht-frozen-shadow-color: #e5e5e9;
|
124
|
+
--ht-row-odd-background-color: #f7f7f9;
|
125
|
+
--ht-row-hover-background-color: rgba(34, 34, 34, 0.05);
|
126
|
+
--ht-row-collapse-indicator-border-color: #e5e5e9;
|
127
|
+
--ht-row-even-background-color: #ffffff;
|
128
|
+
--ht-resize-indicator-color: #999999;
|
129
|
+
--ht-icon-button-background-color: rgba(255, 255, 255, 0);
|
130
|
+
--ht-icon-button-icon-color: rgba(34, 34, 34, 0.4);
|
131
|
+
--ht-icon-button-hover-background-color: rgba(34, 34, 34, 0.08);
|
132
|
+
--ht-icon-button-hover-icon-color: rgba(34, 34, 34, 0.4);
|
133
|
+
--ht-icon-button-focus-background-color: rgba(255, 255, 255, 0);
|
134
|
+
--ht-icon-button-focus-icon-color: #1a42e8;
|
135
|
+
--ht-icon-button-border-radius: 2px;
|
136
|
+
--ht-icon-button-disabled-background-color: rgba(153, 153, 153, 0.32);
|
137
|
+
--ht-icon-button-disabled-icon-color: #999999;
|
138
|
+
--ht-collapse-button-border-radius: 4px;
|
139
|
+
--ht-collapse-button-open-background-color: #ffffff;
|
140
|
+
--ht-collapse-button-open-border-color: #e5e5e9;
|
141
|
+
--ht-collapse-button-open-icon-color: #999999;
|
142
|
+
--ht-collapse-button-open-hover-background-color: #f7f7f9;
|
143
|
+
--ht-collapse-button-open-hover-border-color: #e5e5e9;
|
144
|
+
--ht-collapse-button-open-hover-icon-color: #1a42e8;
|
145
|
+
--ht-collapse-button-open-focus-background-color: #f7f7f9;
|
146
|
+
--ht-collapse-button-open-focus-border-color: #e5e5e9;
|
147
|
+
--ht-collapse-button-open-focus-icon-color: #1a42e8;
|
148
|
+
--ht-collapse-button-close-icon-color: #666666;
|
149
|
+
--ht-collapse-button-close-background-color: rgba(34, 34, 34, 0.08);
|
150
|
+
--ht-collapse-button-close-border-color: #e5e5e9;
|
151
|
+
--ht-collapse-button-close-hover-background-color: #666666;
|
152
|
+
--ht-collapse-button-close-hover-border-color: #666666;
|
153
|
+
--ht-collapse-button-close-hover-icon-color: #ffffff;
|
154
|
+
--ht-collapse-button-close-focus-background-color: rgba(34, 34, 34, 0.08);
|
155
|
+
--ht-collapse-button-close-focus-border-color: #e5e5e9;
|
156
|
+
--ht-collapse-button-close-focus-icon-color: #1a42e8;
|
157
|
+
--ht-primary-button-background-color: #1a42e8;
|
158
|
+
--ht-primary-button-border-color: rgba(255, 255, 255, 0);
|
159
|
+
--ht-primary-button-foreground-color: #ffffff;
|
160
|
+
--ht-primary-button-disabled-background-color: rgba(153, 153, 153, 0.32);
|
161
|
+
--ht-primary-button-disabled-foreground-color: #999999;
|
162
|
+
--ht-primary-button-disabled-border-color: rgba(255, 255, 255, 0);
|
163
|
+
--ht-primary-button-hover-background-color: #1535bc;
|
164
|
+
--ht-primary-button-hover-foreground-color: #ffffff;
|
165
|
+
--ht-primary-button-hover-border-color: rgba(255, 255, 255, 0);
|
166
|
+
--ht-primary-button-focus-background-color: #1a42e8;
|
167
|
+
--ht-primary-button-focus-foreground-color: #ffffff;
|
168
|
+
--ht-primary-button-focus-border-color: #ffffff;
|
169
|
+
--ht-secondary-button-background-color: #ffffff;
|
170
|
+
--ht-secondary-button-foreground-color: #1a42e8;
|
171
|
+
--ht-secondary-button-border-color: #e5e5e9;
|
172
|
+
--ht-secondary-button-disabled-background-color: #eeeef0;
|
173
|
+
--ht-secondary-button-disabled-foreground-color: #999999;
|
174
|
+
--ht-secondary-button-disabled-border-color: #e5e5e9;
|
175
|
+
--ht-secondary-button-hover-background-color: #e5e5e9;
|
176
|
+
--ht-secondary-button-hover-foreground-color: #1a42e8;
|
177
|
+
--ht-secondary-button-hover-border-color: #e5e5e9;
|
178
|
+
--ht-secondary-button-focus-background-color: #ffffff;
|
179
|
+
--ht-secondary-button-focus-foreground-color: #1a42e8;
|
180
|
+
--ht-secondary-button-focus-border-color: #e5e5e9;
|
181
|
+
--ht-button-vertical-padding: 12px;
|
182
|
+
--ht-button-horizontal-padding: 6px;
|
183
|
+
--ht-button-border-radius: 4px;
|
184
|
+
--ht-move-backlight-color: rgba(34, 34, 34, 0.06);
|
185
|
+
--ht-move-indicator-color: #1a42e8;
|
186
|
+
--ht-comments-indicator-size: 6px;
|
187
|
+
--ht-comments-indicator-color: #1a42e8;
|
188
|
+
--ht-comments-textarea-horizontal-padding: 4px;
|
189
|
+
--ht-comments-textarea-background-color: #f7f7f9;
|
190
|
+
--ht-comments-textarea-border-width: 0px;
|
191
|
+
--ht-comments-textarea-border-color: #e5e5e9;
|
192
|
+
--ht-comments-textarea-foreground-color: #222222;
|
193
|
+
--ht-comments-textarea-focus-background-color: #ffffff;
|
194
|
+
--ht-comments-textarea-focus-border-color: #1a42e8;
|
195
|
+
--ht-comments-textarea-focus-border-width: 1px;
|
196
|
+
--ht-comments-textarea-focus-foreground-color: #222222;
|
197
|
+
--ht-comments-textarea-vertical-padding: 8px;
|
198
|
+
--ht-comments-font-size: 10px;
|
199
|
+
--ht-comments-line-height: 16px;
|
200
|
+
--ht-license-background-color: #f7f7f9;
|
201
|
+
--ht-license-font-size: 10px;
|
202
|
+
--ht-license-line-height: 18px;
|
203
|
+
--ht-license-vertical-padding: 16px;
|
204
|
+
--ht-license-horizontal-padding: 8px;
|
205
|
+
--ht-license-foreground-color: #222222;
|
206
|
+
--ht-link-color: #1a42e8;
|
207
|
+
--ht-link-hover-color: #3e67ec;
|
208
|
+
--ht-input-background-color: #eeeef0;
|
209
|
+
--ht-input-border-color: #e5e5e9;
|
210
|
+
--ht-input-foreground-color: #222222;
|
211
|
+
--ht-input-border-width: 1px;
|
212
|
+
--ht-input-disabled-background-color: rgba(153, 153, 153, 0.32);
|
213
|
+
--ht-input-disabled-border-color: #e5e5e9;
|
214
|
+
--ht-input-disabled-foreground-color: #999999;
|
215
|
+
--ht-input-hover-background-color: #eeeef0;
|
216
|
+
--ht-input-hover-border-color: #1a42e8;
|
217
|
+
--ht-input-hover-foreground-color: #222222;
|
218
|
+
--ht-input-focus-background-color: #ffffff;
|
219
|
+
--ht-input-focus-border-color: #1a42e8;
|
220
|
+
--ht-input-focus-foreground-color: #222222;
|
221
|
+
--ht-input-horizontal-padding: 6px;
|
222
|
+
--ht-input-vertical-padding: 12px;
|
223
|
+
--ht-input-border-radius: 4px;
|
224
|
+
--ht-label-font-size: 10px;
|
225
|
+
--ht-label-line-height: 14px;
|
226
|
+
--ht-menu-shadow-blur: 16px;
|
227
|
+
--ht-menu-shadow-x: 0px;
|
228
|
+
--ht-menu-shadow-y: 8px;
|
229
|
+
--ht-menu-shadow-color: rgba(0, 0, 0, 0.08);
|
230
|
+
--ht-menu-border-color: #e5e5e9;
|
231
|
+
--ht-menu-border-width: 0px;
|
232
|
+
--ht-menu-border-radius: 8px;
|
233
|
+
--ht-menu-vertical-padding: 8px;
|
234
|
+
--ht-menu-horizontal-padding: 0px;
|
235
|
+
--ht-menu-item-horizontal-padding: 8px;
|
236
|
+
--ht-menu-item-vertical-padding: 12px;
|
237
|
+
--ht-menu-item-hover-color: rgba(34, 34, 34, 0.05);
|
238
|
+
--ht-menu-item-active-color: rgba(26, 66, 232, 0.08);
|
239
|
+
--ht-hidden-indicator-color: #999999;
|
240
|
+
--ht-wrapper-border-width: 1px;
|
241
|
+
--ht-wrapper-border-radius: 0px;
|
242
|
+
--ht-scrollbar-thumb-color: #999999;
|
243
|
+
--ht-scrollbar-track-color: #f7f7f9;
|
244
|
+
--ht-scrollbar-border-radius: 8px;
|
245
|
+
}
|
246
|
+
.ht-theme-main.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after, .ht-theme-main.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after, .ht-theme-main.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after,
|
247
|
+
.ht-theme-main .pika-single .pika-next,
|
248
|
+
.ht-theme-main-dark.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,
|
249
|
+
.ht-theme-main-dark.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,
|
250
|
+
.ht-theme-main-dark.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after,
|
251
|
+
.ht-theme-main-dark .pika-single .pika-next,
|
252
|
+
.ht-theme-main-dark-auto.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,
|
253
|
+
.ht-theme-main-dark-auto.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,
|
254
|
+
.ht-theme-main-dark-auto.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after,
|
255
|
+
.ht-theme-main-dark-auto .pika-single .pika-next {
|
256
|
+
width: var(--ht-icon-size);
|
257
|
+
height: var(--ht-icon-size);
|
258
|
+
mask-size: contain;
|
259
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.64648 10.9393L9.93938 7.64644L6.64648 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
|
260
|
+
background-color: currentColor;
|
261
|
+
}
|
262
|
+
.ht-theme-main .pika-single .pika-prev,
|
263
|
+
.ht-theme-main-dark .pika-single .pika-prev,
|
264
|
+
.ht-theme-main-dark-auto .pika-single .pika-prev {
|
265
|
+
width: var(--ht-icon-size);
|
266
|
+
height: var(--ht-icon-size);
|
267
|
+
mask-size: contain;
|
268
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.93933 10.9393L6.64644 7.64644L9.93933 4.35354%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
|
269
|
+
background-color: currentColor;
|
270
|
+
}
|
271
|
+
.ht-theme-main .handsontable .changeType:before,
|
272
|
+
.ht-theme-main-dark .handsontable .changeType:before,
|
273
|
+
.ht-theme-main-dark-auto .handsontable .changeType:before {
|
274
|
+
width: var(--ht-icon-size);
|
275
|
+
height: var(--ht-icon-size);
|
276
|
+
mask-size: contain;
|
277
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0002 6.66663C11.4262 6.66663 11.6487 7.15963 11.3917 7.47813L11.3537 7.52013L8.35372 10.5201C8.26762 10.6062 8.15307 10.6579 8.03156 10.6656C7.91005 10.6732 7.78992 10.6363 7.69372 10.5616L7.64672 10.5201L4.64672 7.52013L4.60522 7.47313L4.57822 7.43463L4.55122 7.38663L4.54272 7.36863L4.52922 7.33513L4.51322 7.28113L4.50822 7.25463L4.50322 7.22463L4.50122 7.19613V7.13713L4.50372 7.10813L4.50822 7.07813L4.51322 7.05213L4.52922 6.99813L4.54272 6.96463L4.57772 6.89863L4.61022 6.85363L4.64672 6.81313L4.69372 6.77163L4.73222 6.74463L4.78022 6.71763L4.79822 6.70913L4.83172 6.69563L4.88572 6.67963L4.91222 6.67463L4.94222 6.66963L4.97072 6.66763L11.0002 6.66663Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
|
278
|
+
background-color: currentColor;
|
279
|
+
}
|
280
|
+
.ht-theme-main .handsontable .htAutocompleteArrow:after,
|
281
|
+
.ht-theme-main-dark .handsontable .htAutocompleteArrow:after,
|
282
|
+
.ht-theme-main-dark-auto .handsontable .htAutocompleteArrow:after {
|
283
|
+
width: var(--ht-icon-size);
|
284
|
+
height: var(--ht-icon-size);
|
285
|
+
mask-size: contain;
|
286
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.0002 6.66663C11.4262 6.66663 11.6487 7.15963 11.3917 7.47813L11.3537 7.52013L8.35372 10.5201C8.26762 10.6062 8.15307 10.6579 8.03156 10.6656C7.91005 10.6732 7.78992 10.6363 7.69372 10.5616L7.64672 10.5201L4.64672 7.52013L4.60522 7.47313L4.57822 7.43463L4.55122 7.38663L4.54272 7.36863L4.52922 7.33513L4.51322 7.28113L4.50822 7.25463L4.50322 7.22463L4.50122 7.19613V7.13713L4.50372 7.10813L4.50822 7.07813L4.51322 7.05213L4.52922 6.99813L4.54272 6.96463L4.57772 6.89863L4.61022 6.85363L4.64672 6.81313L4.69372 6.77163L4.73222 6.74463L4.78022 6.71763L4.79822 6.70913L4.83172 6.69563L4.88572 6.67963L4.91222 6.67463L4.94222 6.66963L4.97072 6.66763L11.0002 6.66663Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
|
287
|
+
background-color: currentColor;
|
288
|
+
}
|
289
|
+
.ht-theme-main .handsontable .columnSorting.sortAction.ascending:before,
|
290
|
+
.ht-theme-main-dark .handsontable .columnSorting.sortAction.ascending:before,
|
291
|
+
.ht-theme-main-dark-auto .handsontable .columnSorting.sortAction.ascending:before {
|
292
|
+
width: var(--ht-icon-size);
|
293
|
+
height: var(--ht-icon-size);
|
294
|
+
mask-size: contain;
|
295
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.00008 12.6667L8.00008 3.33335M8.00008 3.33335L5.33342 6.00002M8.00008 3.33335L10.6667 6.00002%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
|
296
|
+
background-color: currentColor;
|
297
|
+
}
|
298
|
+
.ht-theme-main .handsontable .columnSorting.sortAction.descending:before,
|
299
|
+
.ht-theme-main-dark .handsontable .columnSorting.sortAction.descending:before,
|
300
|
+
.ht-theme-main-dark-auto .handsontable .columnSorting.sortAction.descending:before {
|
301
|
+
width: var(--ht-icon-size);
|
302
|
+
height: var(--ht-icon-size);
|
303
|
+
mask-size: contain;
|
304
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M8.00004 3.33331V12.6666M8.00004 12.6666L10.6667 9.99998M8.00004 12.6666L5.33337 9.99998%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
|
305
|
+
background-color: currentColor;
|
306
|
+
}
|
307
|
+
.ht-theme-main.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after, .ht-theme-main.htContextMenu table tbody tr td .htItemWrapper span.selected:after, .ht-theme-main.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after,
|
308
|
+
.ht-theme-main-dark.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,
|
309
|
+
.ht-theme-main-dark.htContextMenu table tbody tr td .htItemWrapper span.selected:after,
|
310
|
+
.ht-theme-main-dark.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after,
|
311
|
+
.ht-theme-main-dark-auto.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,
|
312
|
+
.ht-theme-main-dark-auto.htContextMenu table tbody tr td .htItemWrapper span.selected:after,
|
313
|
+
.ht-theme-main-dark-auto.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after {
|
314
|
+
width: var(--ht-icon-size);
|
315
|
+
height: var(--ht-icon-size);
|
316
|
+
mask-size: contain;
|
317
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.33337 8.00002L6.66671 11.3334L13.3334 4.66669%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
|
318
|
+
background-color: currentColor;
|
319
|
+
}
|
320
|
+
.ht-theme-main .handsontable .htCheckboxRendererInput:after,
|
321
|
+
.ht-theme-main-dark .handsontable .htCheckboxRendererInput:after,
|
322
|
+
.ht-theme-main-dark-auto .handsontable .htCheckboxRendererInput:after {
|
323
|
+
width: var(--ht-icon-size);
|
324
|
+
height: var(--ht-icon-size);
|
325
|
+
mask-size: contain;
|
326
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5 8L7 10L11 6%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
|
327
|
+
background-color: currentColor;
|
328
|
+
}
|
329
|
+
.ht-theme-main .handsontable th.beforeHiddenColumn:after,
|
330
|
+
.ht-theme-main-dark .handsontable th.beforeHiddenColumn:after,
|
331
|
+
.ht-theme-main-dark-auto .handsontable th.beforeHiddenColumn:after {
|
332
|
+
width: var(--ht-icon-size);
|
333
|
+
height: var(--ht-icon-size);
|
334
|
+
mask-size: contain;
|
335
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.62766 1.66903L4.64699 1.66736H4.68633L4.70566 1.66903L4.72566 1.67203L4.74299 1.67536L4.77899 1.68603L4.80133 1.69503L4.84533 1.71836L4.87533 1.74003L4.90233 1.76436L4.92999 1.79569L4.94799 1.82136L4.96599 1.85336L4.97166 1.86536L4.98066 1.88769L4.99133 1.92369L4.99466 1.94136L4.99799 1.96136L4.99933 1.98036L4.99999 2.00003V6.00003C4.99999 6.28403 4.67133 6.43236 4.45899 6.26103L4.43099 6.23569L2.43099 4.23569C2.3736 4.17829 2.33913 4.10193 2.33403 4.02092C2.32894 3.93991 2.35358 3.85983 2.40333 3.79569L2.43099 3.76436L4.43099 1.76436L4.46233 1.73669L4.48799 1.71869L4.51999 1.70069L4.53199 1.69503L4.55433 1.68603L4.59033 1.67536L4.60799 1.67203L4.62766 1.66903Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
|
336
|
+
background-color: currentColor;
|
337
|
+
}
|
338
|
+
.ht-theme-main .handsontable th.afterHiddenColumn:after,
|
339
|
+
.ht-theme-main-dark .handsontable th.afterHiddenColumn:after,
|
340
|
+
.ht-theme-main-dark-auto .handsontable th.afterHiddenColumn:after {
|
341
|
+
width: var(--ht-icon-size);
|
342
|
+
height: var(--ht-icon-size);
|
343
|
+
mask-size: contain;
|
344
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3 1.99998C3 1.71598 3.32867 1.56764 3.541 1.73898L3.569 1.76431L5.569 3.76431C5.62639 3.82171 5.66087 3.89808 5.66596 3.97908C5.67106 4.06009 5.64642 4.14018 5.59667 4.20431L5.569 4.23564L3.569 6.23564L3.53767 6.26331L3.512 6.28131L3.48 6.29931L3.468 6.30498L3.44567 6.31398L3.40967 6.32464L3.392 6.32798L3.372 6.33131L3.353 6.33264L3.33333 6.33331L3.31367 6.33264L3.29433 6.33098L3.27433 6.32798L3.257 6.32464L3.221 6.31398L3.19867 6.30498L3.15467 6.28164L3.12467 6.25998L3.09767 6.23564L3.07 6.20431L3.052 6.17864L3.034 6.14664L3.02833 6.13464L3.01933 6.11231L3.00867 6.07631L3.00533 6.05864L3.002 6.03864L3.00067 6.01964L3 1.99998Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
|
345
|
+
background-color: currentColor;
|
346
|
+
}
|
347
|
+
.ht-theme-main .handsontable th.beforeHiddenRow:after,
|
348
|
+
.ht-theme-main-dark .handsontable th.beforeHiddenRow:after,
|
349
|
+
.ht-theme-main-dark-auto .handsontable th.beforeHiddenRow:after {
|
350
|
+
width: var(--ht-icon-size);
|
351
|
+
height: var(--ht-icon-size);
|
352
|
+
mask-size: contain;
|
353
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M3.76425 2.43099C3.82165 2.3736 3.89801 2.33913 3.97902 2.33403C4.06003 2.32894 4.14012 2.35358 4.20425 2.40333L4.23558 2.43099L6.23558 4.43099L6.26325 4.46233L6.28125 4.48799L6.29925 4.51999L6.30492 4.53199L6.31392 4.55433L6.32458 4.59033L6.32792 4.60799L6.33125 4.62799L6.33258 4.64699L6.33325 4.66666L6.33258 4.68633L6.33092 4.70566L6.32792 4.72566L6.32458 4.74299L6.31392 4.77899L6.30492 4.80133L6.28158 4.84533L6.25992 4.87533L6.23558 4.90233L6.20425 4.92999L6.17858 4.94799L6.14658 4.96599L6.13458 4.97166L6.11225 4.98066L6.07625 4.99133L6.05858 4.99466L6.03858 4.99799L6.01958 4.99933L5.99992 4.99999H1.99992C1.71592 4.99999 1.56758 4.67133 1.73892 4.45899L1.76425 4.43099L3.76425 2.43099Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
|
354
|
+
background-color: currentColor;
|
355
|
+
}
|
356
|
+
.ht-theme-main .handsontable th.afterHiddenRow:after,
|
357
|
+
.ht-theme-main-dark .handsontable th.afterHiddenRow:after,
|
358
|
+
.ht-theme-main-dark-auto .handsontable th.afterHiddenRow:after {
|
359
|
+
width: var(--ht-icon-size);
|
360
|
+
height: var(--ht-icon-size);
|
361
|
+
mask-size: contain;
|
362
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%278%27 height=%278%27 viewBox=%270 0 8 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M5.9999 3C6.2839 3 6.43224 3.32867 6.2609 3.541L6.23557 3.569L4.23557 5.569C4.17817 5.62639 4.10181 5.66087 4.0208 5.66596C3.93979 5.67106 3.8597 5.64642 3.79557 5.59667L3.76424 5.569L1.76424 3.569L1.73657 3.53767L1.71857 3.512L1.70057 3.48L1.6949 3.468L1.6859 3.44567L1.67524 3.40967L1.6719 3.392L1.66857 3.372L1.66724 3.353V3.31367L1.6689 3.29433L1.6719 3.27433L1.67524 3.257L1.6859 3.221L1.6949 3.19867L1.71824 3.15467L1.7399 3.12467L1.76424 3.09767L1.79557 3.07L1.82124 3.052L1.85324 3.034L1.86524 3.02833L1.88757 3.01933L1.92357 3.00867L1.94124 3.00533L1.96124 3.002L1.98024 3.00067L5.9999 3Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
|
363
|
+
background-color: currentColor;
|
364
|
+
}
|
365
|
+
.ht-theme-main .handsontable .collapsibleIndicator:before,
|
366
|
+
.ht-theme-main .handsontable .ht_nestingButton:before,
|
367
|
+
.ht-theme-main-dark .handsontable .collapsibleIndicator:before,
|
368
|
+
.ht-theme-main-dark .handsontable .ht_nestingButton:before,
|
369
|
+
.ht-theme-main-dark-auto .handsontable .collapsibleIndicator:before,
|
370
|
+
.ht-theme-main-dark-auto .handsontable .ht_nestingButton:before {
|
371
|
+
width: var(--ht-icon-size);
|
372
|
+
height: var(--ht-icon-size);
|
373
|
+
mask-size: contain;
|
374
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M4.33325 8H11.6666%27 stroke=%27currentColor%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
|
375
|
+
background-color: currentColor;
|
376
|
+
}
|
377
|
+
.ht-theme-main .handsontable .collapsibleIndicator.collapsed:before, .ht-theme-main .handsontable .collapsibleIndicator.ht_nestingExpand:before,
|
378
|
+
.ht-theme-main .handsontable .ht_nestingButton.collapsed:before,
|
379
|
+
.ht-theme-main .handsontable .ht_nestingButton.ht_nestingExpand:before,
|
380
|
+
.ht-theme-main-dark .handsontable .collapsibleIndicator.collapsed:before,
|
381
|
+
.ht-theme-main-dark .handsontable .collapsibleIndicator.ht_nestingExpand:before,
|
382
|
+
.ht-theme-main-dark .handsontable .ht_nestingButton.collapsed:before,
|
383
|
+
.ht-theme-main-dark .handsontable .ht_nestingButton.ht_nestingExpand:before,
|
384
|
+
.ht-theme-main-dark-auto .handsontable .collapsibleIndicator.collapsed:before,
|
385
|
+
.ht-theme-main-dark-auto .handsontable .collapsibleIndicator.ht_nestingExpand:before,
|
386
|
+
.ht-theme-main-dark-auto .handsontable .ht_nestingButton.collapsed:before,
|
387
|
+
.ht-theme-main-dark-auto .handsontable .ht_nestingButton.ht_nestingExpand:before {
|
388
|
+
width: var(--ht-icon-size);
|
389
|
+
height: var(--ht-icon-size);
|
390
|
+
mask-size: contain;
|
391
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M7.49988 11.6667C7.49988 11.9428 7.72374 12.1667 7.99988 12.1667C8.27602 12.1667 8.49988 11.9428 8.49988 11.6667V8.50002H11.6666C11.9427 8.50002 12.1666 8.27616 12.1666 8.00002C12.1666 7.72388 11.9427 7.50002 11.6666 7.50002H8.49988V4.33337C8.49988 4.05723 8.27602 3.83337 7.99988 3.83337C7.72374 3.83337 7.49988 4.05723 7.49988 4.33337V7.50002H4.33325C4.05711 7.50002 3.83325 7.72388 3.83325 8.00002C3.83325 8.27616 4.05711 8.50002 4.33325 8.50002H7.49988V11.6667Z%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
|
392
|
+
background-color: currentColor;
|
393
|
+
}
|
394
|
+
.ht-theme-main .handsontable .htUIRadio > input[type=radio]:after,
|
395
|
+
.ht-theme-main-dark .handsontable .htUIRadio > input[type=radio]:after,
|
396
|
+
.ht-theme-main-dark-auto .handsontable .htUIRadio > input[type=radio]:after {
|
397
|
+
width: var(--ht-icon-size);
|
398
|
+
height: var(--ht-icon-size);
|
399
|
+
mask-size: contain;
|
400
|
+
mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Ccircle cx=%278%27 cy=%278%27 r=%274%27 fill=%27currentColor%27/%3E%3C/svg%3E%0A");
|
401
|
+
background-color: currentColor;
|
402
|
+
}
|
403
|
+
|
404
|
+
.ht-theme-main-dark {
|
405
|
+
--ht-background-color: #121316;
|
406
|
+
--ht-border-color: #222326;
|
407
|
+
--ht-accent-color: #6d9af1;
|
408
|
+
--ht-foreground-color: #acadae;
|
409
|
+
--ht-placeholder-color: #68696c;
|
410
|
+
--ht-read-only-color: #68696c;
|
411
|
+
--ht-disabled-color: #68696c;
|
412
|
+
--ht-cell-editor-foreground-color: #ffffff;
|
413
|
+
--ht-cell-editor-border-color: #6d9af1;
|
414
|
+
--ht-cell-editor-shadow-color: rgba(109, 154, 241, 0.5);
|
415
|
+
--ht-cell-editor-background-color: #121316;
|
416
|
+
--ht-cell-search-background-color: rgba(251, 233, 82, 0.4);
|
417
|
+
--ht-cell-informational-background-color: rgba(69, 114, 201, 0.2);
|
418
|
+
--ht-cell-selection-border-color: #6d9af1;
|
419
|
+
--ht-cell-selection-background-color: #6d9af1;
|
420
|
+
--ht-cell-autofill-background-color: #6d9af1;
|
421
|
+
--ht-cell-autofill-border-color: #121316;
|
422
|
+
--ht-checkbox-border-color: #222326;
|
423
|
+
--ht-checkbox-focus-background-color: #121316;
|
424
|
+
--ht-checkbox-focus-border-color: #222326;
|
425
|
+
--ht-checkbox-focus-ring-color: #6d9af1;
|
426
|
+
--ht-checkbox-disabled-background-color: #36373a;
|
427
|
+
--ht-checkbox-disabled-border-color: #222326;
|
428
|
+
--ht-checkbox-hover-background-color: #121316;
|
429
|
+
--ht-checkbox-hover-border-color: #222326;
|
430
|
+
--ht-checkbox-hover-icon-color: rgba(172, 173, 174, 0.08);
|
431
|
+
--ht-checkbox-checked-background-color: #6d9af1;
|
432
|
+
--ht-checkbox-checked-border-color: #222326;
|
433
|
+
--ht-checkbox-checked-icon-color: #121316;
|
434
|
+
--ht-checkbox-checked-focus-background-color: #6d9af1;
|
435
|
+
--ht-checkbox-checked-focus-border-color: #000000;
|
436
|
+
--ht-checkbox-checked-focus-icon-color: #121316;
|
437
|
+
--ht-checkbox-checked-disabled-background-color: #36373a;
|
438
|
+
--ht-checkbox-checked-disabled-border-color: #222326;
|
439
|
+
--ht-checkbox-checked-disabled-icon-color: #68696c;
|
440
|
+
--ht-checkbox-checked-hover-background-color: #6d9af1;
|
441
|
+
--ht-checkbox-checked-hover-border-color: rgba(0, 0, 0, 0.24);
|
442
|
+
--ht-checkbox-checked-hover-icon-color: #121316;
|
443
|
+
--ht-checkbox-indeterminate-background-color: #6d9af1;
|
444
|
+
--ht-checkbox-indeterminate-border-color: #222222;
|
445
|
+
--ht-checkbox-indeterminate-icon-color: #121316;
|
446
|
+
--ht-checkbox-indeterminate-disabled-background-color: #36373a;
|
447
|
+
--ht-checkbox-indeterminate-disabled-border-color: #222326;
|
448
|
+
--ht-checkbox-indeterminate-disabled-icon-color: #727272;
|
449
|
+
--ht-checkbox-indeterminate-hover-background-color: #6d9af1;
|
450
|
+
--ht-checkbox-indeterminate-hover-border-color: rgba(0, 0, 0, 0.24);
|
451
|
+
--ht-checkbox-indeterminate-hover-icon-color: #121316;
|
452
|
+
--ht-checkbox-indeterminate-focus-background-color: #6d9af1;
|
453
|
+
--ht-checkbox-indeterminate-focus-border-color: #000000;
|
454
|
+
--ht-checkbox-indeterminate-focus-icon-color: #121316;
|
455
|
+
--ht-header-active-background-color: #212536;
|
456
|
+
--ht-header-active-foreground-color: #acadae;
|
457
|
+
--ht-header-active-border-color: #222326;
|
458
|
+
--ht-header-highlighted-foreground-color: #acadae;
|
459
|
+
--ht-header-highlighted-background-color: #232326;
|
460
|
+
--ht-header-background-color: #19191c;
|
461
|
+
--ht-header-row-background-color: #19191c;
|
462
|
+
--ht-header-foreground-color: #acadae;
|
463
|
+
--ht-frozen-shadow-color: #343436;
|
464
|
+
--ht-row-odd-background-color: #232326;
|
465
|
+
--ht-row-hover-background-color: rgba(239, 239, 243, 0.05);
|
466
|
+
--ht-row-collapse-indicator-border-color: #222326;
|
467
|
+
--ht-row-even-background-color: #121316;
|
468
|
+
--ht-resize-indicator-color: #68696c;
|
469
|
+
--ht-icon-button-background-color: rgba(0, 0, 0, 0);
|
470
|
+
--ht-icon-button-icon-color: rgba(255, 255, 255, 0.4);
|
471
|
+
--ht-icon-button-hover-background-color: rgba(255, 255, 255, 0.08);
|
472
|
+
--ht-icon-button-hover-icon-color: rgba(255, 255, 255, 0.4);
|
473
|
+
--ht-icon-button-focus-background-color: rgba(0, 0, 0, 0);
|
474
|
+
--ht-icon-button-focus-icon-color: #27c2ff;
|
475
|
+
--ht-icon-button-disabled-background-color: rgba(104, 105, 108, 0.32);
|
476
|
+
--ht-icon-button-disabled-icon-color: #68696c;
|
477
|
+
--ht-collapse-button-open-background-color: #000000;
|
478
|
+
--ht-collapse-button-open-border-color: #222326;
|
479
|
+
--ht-collapse-button-open-icon-color: #666666;
|
480
|
+
--ht-collapse-button-open-hover-background-color: #19191c;
|
481
|
+
--ht-collapse-button-open-hover-border-color: #222326;
|
482
|
+
--ht-collapse-button-open-hover-icon-color: #6d9af1;
|
483
|
+
--ht-collapse-button-open-focus-background-color: #19191c;
|
484
|
+
--ht-collapse-button-open-focus-border-color: #222326;
|
485
|
+
--ht-collapse-button-open-focus-icon-color: #6d9af1;
|
486
|
+
--ht-collapse-button-close-icon-color: #999999;
|
487
|
+
--ht-collapse-button-close-background-color: rgba(255, 255, 255, 0.08);
|
488
|
+
--ht-collapse-button-close-border-color: #222326;
|
489
|
+
--ht-collapse-button-close-hover-background-color: #999999;
|
490
|
+
--ht-collapse-button-close-hover-border-color: #999999;
|
491
|
+
--ht-collapse-button-close-hover-icon-color: #000000;
|
492
|
+
--ht-collapse-button-close-focus-background-color: rgba(255, 255, 255, 0.08);
|
493
|
+
--ht-collapse-button-close-focus-border-color: #222326;
|
494
|
+
--ht-collapse-button-close-focus-icon-color: #6d9af1;
|
495
|
+
--ht-primary-button-background-color: #6d9af1;
|
496
|
+
--ht-primary-button-foreground-color: #121316;
|
497
|
+
--ht-primary-button-disabled-background-color: rgba(104, 105, 108, 0.32);
|
498
|
+
--ht-primary-button-disabled-foreground-color: #68696c;
|
499
|
+
--ht-primary-button-hover-background-color: #7ca4f2;
|
500
|
+
--ht-primary-button-hover-foreground-color: #121316;
|
501
|
+
--ht-primary-button-focus-background-color: #6d9af1;
|
502
|
+
--ht-primary-button-focus-foreground-color: #121316;
|
503
|
+
--ht-primary-button-focus-border-color: #121316;
|
504
|
+
--ht-secondary-button-background-color: #121316;
|
505
|
+
--ht-secondary-button-foreground-color: #6d9af1;
|
506
|
+
--ht-secondary-button-border-color: #222326;
|
507
|
+
--ht-secondary-button-disabled-background-color: #232326;
|
508
|
+
--ht-secondary-button-disabled-foreground-color: #68696c;
|
509
|
+
--ht-secondary-button-disabled-border-color: #222326;
|
510
|
+
--ht-secondary-button-hover-background-color: #222326;
|
511
|
+
--ht-secondary-button-hover-foreground-color: #6d9af1;
|
512
|
+
--ht-secondary-button-hover-border-color: #222326;
|
513
|
+
--ht-secondary-button-focus-background-color: #121316;
|
514
|
+
--ht-secondary-button-focus-foreground-color: #6d9af1;
|
515
|
+
--ht-secondary-button-focus-border-color: #222326;
|
516
|
+
--ht-move-backlight-color: rgba(172, 173, 174, 0.06);
|
517
|
+
--ht-move-indicator-color: #6d9af1;
|
518
|
+
--ht-comments-indicator-color: #6d9af1;
|
519
|
+
--ht-comments-textarea-background-color: #19191c;
|
520
|
+
--ht-comments-textarea-border-color: #222326;
|
521
|
+
--ht-comments-textarea-foreground-color: #acadae;
|
522
|
+
--ht-comments-textarea-focus-background-color: #121316;
|
523
|
+
--ht-comments-textarea-focus-border-color: #6d9af1;
|
524
|
+
--ht-comments-textarea-focus-foreground-color: #acadae;
|
525
|
+
--ht-license-background-color: #19191c;
|
526
|
+
--ht-license-foreground-color: #acadae;
|
527
|
+
--ht-link-color: #6d9af1;
|
528
|
+
--ht-link-hover-color: #4572c9;
|
529
|
+
--ht-input-background-color: #232326;
|
530
|
+
--ht-input-border-color: #222326;
|
531
|
+
--ht-input-foreground-color: #acadae;
|
532
|
+
--ht-input-disabled-background-color: rgba(104, 105, 108, 0.32);
|
533
|
+
--ht-input-disabled-border-color: #222326;
|
534
|
+
--ht-input-disabled-foreground-color: #68696c;
|
535
|
+
--ht-input-hover-background-color: #232326;
|
536
|
+
--ht-input-hover-border-color: #6d9af1;
|
537
|
+
--ht-input-hover-foreground-color: #acadae;
|
538
|
+
--ht-input-focus-background-color: #121316;
|
539
|
+
--ht-input-focus-border-color: #6d9af1;
|
540
|
+
--ht-input-focus-foreground-color: #acadae;
|
541
|
+
--ht-menu-shadow-color: rgba(0, 0, 0, 0.8);
|
542
|
+
--ht-menu-border-color: #222326;
|
543
|
+
--ht-menu-item-hover-color: rgba(239, 239, 243, 0.05);
|
544
|
+
--ht-menu-item-active-color: rgba(109, 154, 241, 0.08);
|
545
|
+
--ht-hidden-indicator-color: #68696c;
|
546
|
+
--ht-scrollbar-thumb-color: #68696c;
|
547
|
+
--ht-scrollbar-track-color: #19191c;
|
548
|
+
}
|
549
|
+
|
550
|
+
/* Auto dark mode */
|
551
|
+
@media (prefers-color-scheme: dark) {
|
552
|
+
.ht-theme-main-dark-auto {
|
553
|
+
--ht-background-color: #121316;
|
554
|
+
--ht-border-color: #222326;
|
555
|
+
--ht-accent-color: #6d9af1;
|
556
|
+
--ht-foreground-color: #acadae;
|
557
|
+
--ht-placeholder-color: #68696c;
|
558
|
+
--ht-read-only-color: #68696c;
|
559
|
+
--ht-disabled-color: #68696c;
|
560
|
+
--ht-cell-editor-foreground-color: #ffffff;
|
561
|
+
--ht-cell-editor-border-color: #6d9af1;
|
562
|
+
--ht-cell-editor-shadow-color: rgba(109, 154, 241, 0.5);
|
563
|
+
--ht-cell-editor-background-color: #121316;
|
564
|
+
--ht-cell-search-background-color: rgba(251, 233, 82, 0.4);
|
565
|
+
--ht-cell-informational-background-color: rgba(69, 114, 201, 0.2);
|
566
|
+
--ht-cell-selection-border-color: #6d9af1;
|
567
|
+
--ht-cell-selection-background-color: #6d9af1;
|
568
|
+
--ht-cell-autofill-background-color: #6d9af1;
|
569
|
+
--ht-cell-autofill-border-color: #121316;
|
570
|
+
--ht-checkbox-border-color: #222326;
|
571
|
+
--ht-checkbox-focus-background-color: #121316;
|
572
|
+
--ht-checkbox-focus-border-color: #222326;
|
573
|
+
--ht-checkbox-focus-ring-color: #6d9af1;
|
574
|
+
--ht-checkbox-disabled-background-color: #36373a;
|
575
|
+
--ht-checkbox-disabled-border-color: #222326;
|
576
|
+
--ht-checkbox-hover-background-color: #121316;
|
577
|
+
--ht-checkbox-hover-border-color: #222326;
|
578
|
+
--ht-checkbox-hover-icon-color: rgba(172, 173, 174, 0.08);
|
579
|
+
--ht-checkbox-checked-background-color: #6d9af1;
|
580
|
+
--ht-checkbox-checked-border-color: #222326;
|
581
|
+
--ht-checkbox-checked-icon-color: #121316;
|
582
|
+
--ht-checkbox-checked-focus-background-color: #6d9af1;
|
583
|
+
--ht-checkbox-checked-focus-border-color: #000000;
|
584
|
+
--ht-checkbox-checked-focus-icon-color: #121316;
|
585
|
+
--ht-checkbox-checked-disabled-background-color: #36373a;
|
586
|
+
--ht-checkbox-checked-disabled-border-color: #222326;
|
587
|
+
--ht-checkbox-checked-disabled-icon-color: #68696c;
|
588
|
+
--ht-checkbox-checked-hover-background-color: #6d9af1;
|
589
|
+
--ht-checkbox-checked-hover-border-color: rgba(0, 0, 0, 0.24);
|
590
|
+
--ht-checkbox-checked-hover-icon-color: #121316;
|
591
|
+
--ht-checkbox-indeterminate-background-color: #6d9af1;
|
592
|
+
--ht-checkbox-indeterminate-border-color: #222222;
|
593
|
+
--ht-checkbox-indeterminate-icon-color: #121316;
|
594
|
+
--ht-checkbox-indeterminate-disabled-background-color: #36373a;
|
595
|
+
--ht-checkbox-indeterminate-disabled-border-color: #222326;
|
596
|
+
--ht-checkbox-indeterminate-disabled-icon-color: #727272;
|
597
|
+
--ht-checkbox-indeterminate-hover-background-color: #6d9af1;
|
598
|
+
--ht-checkbox-indeterminate-hover-border-color: rgba(0, 0, 0, 0.24);
|
599
|
+
--ht-checkbox-indeterminate-hover-icon-color: #121316;
|
600
|
+
--ht-checkbox-indeterminate-focus-background-color: #6d9af1;
|
601
|
+
--ht-checkbox-indeterminate-focus-border-color: #000000;
|
602
|
+
--ht-checkbox-indeterminate-focus-icon-color: #121316;
|
603
|
+
--ht-header-active-background-color: #212536;
|
604
|
+
--ht-header-active-foreground-color: #acadae;
|
605
|
+
--ht-header-active-border-color: #222326;
|
606
|
+
--ht-header-highlighted-foreground-color: #acadae;
|
607
|
+
--ht-header-highlighted-background-color: #232326;
|
608
|
+
--ht-header-background-color: #19191c;
|
609
|
+
--ht-header-row-background-color: #19191c;
|
610
|
+
--ht-header-foreground-color: #acadae;
|
611
|
+
--ht-frozen-shadow-color: #343436;
|
612
|
+
--ht-row-odd-background-color: #232326;
|
613
|
+
--ht-row-hover-background-color: rgba(239, 239, 243, 0.05);
|
614
|
+
--ht-row-collapse-indicator-border-color: #222326;
|
615
|
+
--ht-row-even-background-color: #121316;
|
616
|
+
--ht-resize-indicator-color: #68696c;
|
617
|
+
--ht-icon-button-background-color: rgba(0, 0, 0, 0);
|
618
|
+
--ht-icon-button-icon-color: rgba(255, 255, 255, 0.4);
|
619
|
+
--ht-icon-button-hover-background-color: rgba(255, 255, 255, 0.08);
|
620
|
+
--ht-icon-button-hover-icon-color: rgba(255, 255, 255, 0.4);
|
621
|
+
--ht-icon-button-focus-background-color: rgba(0, 0, 0, 0);
|
622
|
+
--ht-icon-button-focus-icon-color: #27c2ff;
|
623
|
+
--ht-icon-button-disabled-background-color: rgba(104, 105, 108, 0.32);
|
624
|
+
--ht-icon-button-disabled-icon-color: #68696c;
|
625
|
+
--ht-collapse-button-open-background-color: #000000;
|
626
|
+
--ht-collapse-button-open-border-color: #222326;
|
627
|
+
--ht-collapse-button-open-icon-color: #666666;
|
628
|
+
--ht-collapse-button-open-hover-background-color: #19191c;
|
629
|
+
--ht-collapse-button-open-hover-border-color: #222326;
|
630
|
+
--ht-collapse-button-open-hover-icon-color: #6d9af1;
|
631
|
+
--ht-collapse-button-open-focus-background-color: #19191c;
|
632
|
+
--ht-collapse-button-open-focus-border-color: #222326;
|
633
|
+
--ht-collapse-button-open-focus-icon-color: #6d9af1;
|
634
|
+
--ht-collapse-button-close-icon-color: #999999;
|
635
|
+
--ht-collapse-button-close-background-color: rgba(255, 255, 255, 0.08);
|
636
|
+
--ht-collapse-button-close-border-color: #222326;
|
637
|
+
--ht-collapse-button-close-hover-background-color: #999999;
|
638
|
+
--ht-collapse-button-close-hover-border-color: #999999;
|
639
|
+
--ht-collapse-button-close-hover-icon-color: #000000;
|
640
|
+
--ht-collapse-button-close-focus-background-color: rgba(255, 255, 255, 0.08);
|
641
|
+
--ht-collapse-button-close-focus-border-color: #222326;
|
642
|
+
--ht-collapse-button-close-focus-icon-color: #6d9af1;
|
643
|
+
--ht-primary-button-background-color: #6d9af1;
|
644
|
+
--ht-primary-button-foreground-color: #121316;
|
645
|
+
--ht-primary-button-disabled-background-color: rgba(104, 105, 108, 0.32);
|
646
|
+
--ht-primary-button-disabled-foreground-color: #68696c;
|
647
|
+
--ht-primary-button-hover-background-color: #7ca4f2;
|
648
|
+
--ht-primary-button-hover-foreground-color: #121316;
|
649
|
+
--ht-primary-button-focus-background-color: #6d9af1;
|
650
|
+
--ht-primary-button-focus-foreground-color: #121316;
|
651
|
+
--ht-primary-button-focus-border-color: #121316;
|
652
|
+
--ht-secondary-button-background-color: #121316;
|
653
|
+
--ht-secondary-button-foreground-color: #6d9af1;
|
654
|
+
--ht-secondary-button-border-color: #222326;
|
655
|
+
--ht-secondary-button-disabled-background-color: #232326;
|
656
|
+
--ht-secondary-button-disabled-foreground-color: #68696c;
|
657
|
+
--ht-secondary-button-disabled-border-color: #222326;
|
658
|
+
--ht-secondary-button-hover-background-color: #222326;
|
659
|
+
--ht-secondary-button-hover-foreground-color: #6d9af1;
|
660
|
+
--ht-secondary-button-hover-border-color: #222326;
|
661
|
+
--ht-secondary-button-focus-background-color: #121316;
|
662
|
+
--ht-secondary-button-focus-foreground-color: #6d9af1;
|
663
|
+
--ht-secondary-button-focus-border-color: #222326;
|
664
|
+
--ht-move-backlight-color: rgba(172, 173, 174, 0.06);
|
665
|
+
--ht-move-indicator-color: #6d9af1;
|
666
|
+
--ht-comments-indicator-color: #6d9af1;
|
667
|
+
--ht-comments-textarea-background-color: #19191c;
|
668
|
+
--ht-comments-textarea-border-color: #222326;
|
669
|
+
--ht-comments-textarea-foreground-color: #acadae;
|
670
|
+
--ht-comments-textarea-focus-background-color: #121316;
|
671
|
+
--ht-comments-textarea-focus-border-color: #6d9af1;
|
672
|
+
--ht-comments-textarea-focus-foreground-color: #acadae;
|
673
|
+
--ht-license-background-color: #19191c;
|
674
|
+
--ht-license-foreground-color: #acadae;
|
675
|
+
--ht-link-color: #6d9af1;
|
676
|
+
--ht-link-hover-color: #4572c9;
|
677
|
+
--ht-input-background-color: #232326;
|
678
|
+
--ht-input-border-color: #222326;
|
679
|
+
--ht-input-foreground-color: #acadae;
|
680
|
+
--ht-input-disabled-background-color: rgba(104, 105, 108, 0.32);
|
681
|
+
--ht-input-disabled-border-color: #222326;
|
682
|
+
--ht-input-disabled-foreground-color: #68696c;
|
683
|
+
--ht-input-hover-background-color: #232326;
|
684
|
+
--ht-input-hover-border-color: #6d9af1;
|
685
|
+
--ht-input-hover-foreground-color: #acadae;
|
686
|
+
--ht-input-focus-background-color: #121316;
|
687
|
+
--ht-input-focus-border-color: #6d9af1;
|
688
|
+
--ht-input-focus-foreground-color: #acadae;
|
689
|
+
--ht-menu-shadow-color: rgba(0, 0, 0, 0.8);
|
690
|
+
--ht-menu-border-color: #222326;
|
691
|
+
--ht-menu-item-hover-color: rgba(239, 239, 243, 0.05);
|
692
|
+
--ht-menu-item-active-color: rgba(109, 154, 241, 0.08);
|
693
|
+
--ht-hidden-indicator-color: #68696c;
|
694
|
+
--ht-scrollbar-thumb-color: #68696c;
|
695
|
+
--ht-scrollbar-track-color: #19191c;
|
696
|
+
}
|
697
|
+
}
|