@pdfslick/react 2.3.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/pdf_viewer.css +2725 -363
- package/dist/umd/index.js +26 -3
- package/package.json +10 -8
package/dist/pdf_viewer.css
CHANGED
|
@@ -19,19 +19,42 @@
|
|
|
19
19
|
--message-bar-close-button-color-hover:var(--text-primary-color);
|
|
20
20
|
--message-bar-close-button-border-radius:4px;
|
|
21
21
|
--message-bar-close-button-border:none;
|
|
22
|
-
--
|
|
23
|
-
--message-bar-close-button-
|
|
24
|
-
--
|
|
22
|
+
--csstools-light-dark-toggle--0:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.14);
|
|
23
|
+
--message-bar-close-button-hover-bg-color:var(--csstools-light-dark-toggle--0, rgb(21 20 26 / 0.14));
|
|
24
|
+
--csstools-light-dark-toggle--1:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.21);
|
|
25
|
+
--message-bar-close-button-active-bg-color:var(--csstools-light-dark-toggle--1, rgb(21 20 26 / 0.21));
|
|
26
|
+
--csstools-light-dark-toggle--2:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.07);
|
|
27
|
+
--message-bar-close-button-focus-bg-color:var(--csstools-light-dark-toggle--2, rgb(21 20 26 / 0.07));
|
|
25
28
|
}
|
|
26
29
|
|
|
27
|
-
@
|
|
28
|
-
|
|
30
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
29
31
|
.messageBar{
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
32
|
+
--message-bar-close-button-hover-bg-color:light-dark(
|
|
33
|
+
rgb(21 20 26 / 0.14),
|
|
34
|
+
rgb(251 251 254 / 0.14)
|
|
35
|
+
);
|
|
36
|
+
--message-bar-close-button-active-bg-color:light-dark(
|
|
37
|
+
rgb(21 20 26 / 0.21),
|
|
38
|
+
rgb(251 251 254 / 0.21)
|
|
39
|
+
);
|
|
40
|
+
--message-bar-close-button-focus-bg-color:light-dark(
|
|
41
|
+
rgb(21 20 26 / 0.07),
|
|
42
|
+
rgb(251 251 254 / 0.07)
|
|
43
|
+
);
|
|
44
|
+
}
|
|
33
45
|
}
|
|
46
|
+
|
|
47
|
+
@supports not (color: light-dark(tan, tan)){
|
|
48
|
+
|
|
49
|
+
.messageBar *{
|
|
50
|
+
--csstools-light-dark-toggle--0:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.14);
|
|
51
|
+
--message-bar-close-button-hover-bg-color:var(--csstools-light-dark-toggle--0, rgb(21 20 26 / 0.14));
|
|
52
|
+
--csstools-light-dark-toggle--1:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.21);
|
|
53
|
+
--message-bar-close-button-active-bg-color:var(--csstools-light-dark-toggle--1, rgb(21 20 26 / 0.21));
|
|
54
|
+
--csstools-light-dark-toggle--2:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.07);
|
|
55
|
+
--message-bar-close-button-focus-bg-color:var(--csstools-light-dark-toggle--2, rgb(21 20 26 / 0.07));
|
|
34
56
|
}
|
|
57
|
+
}
|
|
35
58
|
|
|
36
59
|
@media screen and (forced-colors: active){
|
|
37
60
|
|
|
@@ -142,40 +165,97 @@
|
|
|
142
165
|
}
|
|
143
166
|
|
|
144
167
|
#editorUndoBar{
|
|
145
|
-
--
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
--message-bar-icon
|
|
149
|
-
--
|
|
168
|
+
--csstools-light-dark-toggle--3:var(--csstools-color-scheme--light) #fbfbfe;
|
|
169
|
+
--text-primary-color:var(--csstools-light-dark-toggle--3, #15141a);
|
|
170
|
+
|
|
171
|
+
--message-bar-icon:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M7.625 0.5C6.64009 0.5 5.66482 0.693993 4.75487 1.0709C3.84493 1.44781 3.01814 2.00026 2.3217 2.6967C1.62526 3.39314 1.07281 4.21993 0.695904 5.12987C0.318993 6.03982 0.125 7.01509 0.125 8C0.125 8.98491 0.318993 9.96018 0.695904 10.8701C1.07281 11.7801 1.62526 12.6069 2.3217 13.3033C3.01814 13.9997 3.84493 14.5522 4.75487 14.9291C5.66482 15.306 6.64009 15.5 7.625 15.5C9.61412 15.5 11.5218 14.7098 12.9283 13.3033C14.3348 11.8968 15.125 9.98912 15.125 8C15.125 6.01088 14.3348 4.10322 12.9283 2.6967C11.5218 1.29018 9.61412 0.5 7.625 0.5ZM8.25 11.375C8.25 11.5408 8.18415 11.6997 8.06694 11.8169C7.94973 11.9342 7.79076 12 7.625 12C7.45924 12 7.30027 11.9342 7.18306 11.8169C7.06585 11.6997 7 11.5408 7 11.375V6.938C7 6.77224 7.06585 6.61327 7.18306 6.49606C7.30027 6.37885 7.45924 6.313 7.625 6.313C7.79076 6.313 7.94973 6.37885 8.06694 6.49606C8.18415 6.61327 8.25 6.77224 8.25 6.938V11.375ZM8.25 5L8 5.25H7.25L7 5V4.25L7.25 4H8L8.25 4.25V5Z%22 fill%3D%22black%22 %2F%3E%3C%2Fsvg%3E");
|
|
172
|
+
--csstools-light-dark-toggle--4:var(--csstools-color-scheme--light) #73a7f3;
|
|
173
|
+
--message-bar-icon-color:var(--csstools-light-dark-toggle--4, #0060df);
|
|
174
|
+
--csstools-light-dark-toggle--5:var(--csstools-color-scheme--light) #003070;
|
|
175
|
+
--message-bar-bg-color:var(--csstools-light-dark-toggle--5, #deeafc);
|
|
150
176
|
--message-bar-fg-color:var(--text-primary-color);
|
|
151
|
-
--
|
|
177
|
+
--csstools-light-dark-toggle--6:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.08);
|
|
178
|
+
--message-bar-border-color:var(--csstools-light-dark-toggle--6, rgb(0 0 0 / 0.08));
|
|
179
|
+
|
|
180
|
+
--csstools-light-dark-toggle--7:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.08);
|
|
181
|
+
|
|
182
|
+
--undo-button-bg-color:var(--csstools-light-dark-toggle--7, rgb(21 20 26 / 0.07));
|
|
183
|
+
--csstools-light-dark-toggle--8:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.14);
|
|
184
|
+
--undo-button-bg-color-hover:var(--csstools-light-dark-toggle--8, rgb(21 20 26 / 0.14));
|
|
185
|
+
--csstools-light-dark-toggle--9:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.21);
|
|
186
|
+
--undo-button-bg-color-active:var(--csstools-light-dark-toggle--9, rgb(21 20 26 / 0.21));
|
|
152
187
|
|
|
153
|
-
--
|
|
154
|
-
|
|
155
|
-
--undo-button-
|
|
188
|
+
--csstools-light-dark-toggle--10:var(--csstools-color-scheme--light) #0df;
|
|
189
|
+
|
|
190
|
+
--undo-button-border:1px solid var(--csstools-light-dark-toggle--10, #0060df);
|
|
156
191
|
|
|
157
192
|
--undo-button-fg-color:var(--message-bar-fg-color);
|
|
158
193
|
--undo-button-fg-color-hover:var(--undo-button-fg-color);
|
|
159
194
|
--undo-button-fg-color-active:var(--undo-button-fg-color);
|
|
160
|
-
|
|
161
|
-
--focus-ring-color:#0060df;
|
|
162
|
-
--focus-ring-outline:2px solid var(--focus-ring-color);
|
|
163
195
|
}
|
|
164
196
|
|
|
165
|
-
@
|
|
197
|
+
@supports (color: light-dark(red, red)){
|
|
198
|
+
#editorUndoBar{
|
|
199
|
+
--text-primary-color:light-dark(#15141a, #fbfbfe);
|
|
200
|
+
--message-bar-icon-color:light-dark(#0060df, #73a7f3);
|
|
201
|
+
--message-bar-bg-color:light-dark(#deeafc, #003070);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
166
204
|
|
|
205
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
167
206
|
#editorUndoBar{
|
|
168
|
-
|
|
207
|
+
--message-bar-border-color:light-dark(
|
|
208
|
+
rgb(0 0 0 / 0.08),
|
|
209
|
+
rgb(255 255 255 / 0.08)
|
|
210
|
+
);
|
|
211
|
+
|
|
212
|
+
--undo-button-bg-color:light-dark(
|
|
213
|
+
rgb(21 20 26 / 0.07),
|
|
214
|
+
rgb(255 255 255 / 0.08)
|
|
215
|
+
);
|
|
216
|
+
--undo-button-bg-color-hover:light-dark(
|
|
217
|
+
rgb(21 20 26 / 0.14),
|
|
218
|
+
rgb(255 255 255 / 0.14)
|
|
219
|
+
);
|
|
220
|
+
--undo-button-bg-color-active:light-dark(
|
|
221
|
+
rgb(21 20 26 / 0.21),
|
|
222
|
+
rgb(255 255 255 / 0.21)
|
|
223
|
+
);
|
|
224
|
+
}
|
|
225
|
+
}
|
|
169
226
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
--message-bar-border-color:rgb(255 255 255 / 0.08);
|
|
227
|
+
@supports (color: light-dark(red, red)){
|
|
228
|
+
#editorUndoBar{
|
|
173
229
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
--undo-button-bg-color-active:rgb(255 255 255 / 0.21);
|
|
230
|
+
--undo-button-border:1px solid light-dark(#0060df, #0df);
|
|
231
|
+
}
|
|
177
232
|
}
|
|
233
|
+
|
|
234
|
+
@supports not (color: light-dark(tan, tan)){
|
|
235
|
+
|
|
236
|
+
#editorUndoBar *{
|
|
237
|
+
--csstools-light-dark-toggle--3:var(--csstools-color-scheme--light) #fbfbfe;
|
|
238
|
+
--text-primary-color:var(--csstools-light-dark-toggle--3, #15141a);
|
|
239
|
+
--csstools-light-dark-toggle--4:var(--csstools-color-scheme--light) #73a7f3;
|
|
240
|
+
--message-bar-icon-color:var(--csstools-light-dark-toggle--4, #0060df);
|
|
241
|
+
--csstools-light-dark-toggle--5:var(--csstools-color-scheme--light) #003070;
|
|
242
|
+
--message-bar-bg-color:var(--csstools-light-dark-toggle--5, #deeafc);
|
|
243
|
+
--csstools-light-dark-toggle--6:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.08);
|
|
244
|
+
--message-bar-border-color:var(--csstools-light-dark-toggle--6, rgb(0 0 0 / 0.08));
|
|
245
|
+
|
|
246
|
+
--csstools-light-dark-toggle--7:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.08);
|
|
247
|
+
|
|
248
|
+
--undo-button-bg-color:var(--csstools-light-dark-toggle--7, rgb(21 20 26 / 0.07));
|
|
249
|
+
--csstools-light-dark-toggle--8:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.14);
|
|
250
|
+
--undo-button-bg-color-hover:var(--csstools-light-dark-toggle--8, rgb(21 20 26 / 0.14));
|
|
251
|
+
--csstools-light-dark-toggle--9:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.21);
|
|
252
|
+
--undo-button-bg-color-active:var(--csstools-light-dark-toggle--9, rgb(21 20 26 / 0.21));
|
|
253
|
+
|
|
254
|
+
--csstools-light-dark-toggle--10:var(--csstools-color-scheme--light) #0df;
|
|
255
|
+
|
|
256
|
+
--undo-button-border:1px solid var(--csstools-light-dark-toggle--10, #0060df);
|
|
178
257
|
}
|
|
258
|
+
}
|
|
179
259
|
|
|
180
260
|
@media screen and (forced-colors: active){
|
|
181
261
|
|
|
@@ -194,7 +274,7 @@
|
|
|
194
274
|
--undo-button-fg-color-hover:SelectedItemText;
|
|
195
275
|
--undo-button-fg-color-active:SelectedItemText;
|
|
196
276
|
|
|
197
|
-
--
|
|
277
|
+
--undo-button-border:none;
|
|
198
278
|
}
|
|
199
279
|
}
|
|
200
280
|
|
|
@@ -224,7 +304,7 @@
|
|
|
224
304
|
font-weight:590;
|
|
225
305
|
line-height:19.5px;
|
|
226
306
|
color:var(--undo-button-fg-color);
|
|
227
|
-
border:
|
|
307
|
+
border:var(--undo-button-border);
|
|
228
308
|
padding:4px 16px;
|
|
229
309
|
margin-inline-start:8px;
|
|
230
310
|
height:32px;
|
|
@@ -247,65 +327,199 @@
|
|
|
247
327
|
}
|
|
248
328
|
|
|
249
329
|
.dialog{
|
|
250
|
-
--
|
|
251
|
-
--dialog-
|
|
252
|
-
--
|
|
253
|
-
--
|
|
254
|
-
--
|
|
330
|
+
--csstools-light-dark-toggle--11:var(--csstools-color-scheme--light) #1c1b22;
|
|
331
|
+
--dialog-bg-color:var(--csstools-light-dark-toggle--11, white);
|
|
332
|
+
--csstools-light-dark-toggle--12:var(--csstools-color-scheme--light) #1c1b22;
|
|
333
|
+
--dialog-border-color:var(--csstools-light-dark-toggle--12, white);
|
|
334
|
+
--csstools-light-dark-toggle--13:var(--csstools-color-scheme--light) #15141a;
|
|
335
|
+
--dialog-shadow:0 2px 14px 0 var(--csstools-light-dark-toggle--13, rgb(58 57 68 / 0.2));
|
|
336
|
+
--csstools-light-dark-toggle--14:var(--csstools-color-scheme--light) #fbfbfe;
|
|
337
|
+
--text-primary-color:var(--csstools-light-dark-toggle--14, #15141a);
|
|
338
|
+
--csstools-light-dark-toggle--15:var(--csstools-color-scheme--light) #cfcfd8;
|
|
339
|
+
--text-secondary-color:var(--csstools-light-dark-toggle--15, #5b5b66);
|
|
255
340
|
--hover-filter:brightness(0.9);
|
|
256
|
-
--
|
|
257
|
-
--
|
|
258
|
-
--
|
|
259
|
-
--link-hover-fg-color
|
|
260
|
-
--
|
|
341
|
+
--csstools-light-dark-toggle--16:var(--csstools-color-scheme--light) #0df;
|
|
342
|
+
--link-fg-color:var(--csstools-light-dark-toggle--16, #0060df);
|
|
343
|
+
--csstools-light-dark-toggle--17:var(--csstools-color-scheme--light) #80ebff;
|
|
344
|
+
--link-hover-fg-color:var(--csstools-light-dark-toggle--17, #0250bb);
|
|
345
|
+
--csstools-light-dark-toggle--18:var(--csstools-color-scheme--light) #52525e;
|
|
346
|
+
--separator-color:var(--csstools-light-dark-toggle--18, #f0f0f4);
|
|
261
347
|
|
|
262
348
|
--textarea-border-color:#8f8f9d;
|
|
263
|
-
--
|
|
349
|
+
--csstools-light-dark-toggle--19:var(--csstools-color-scheme--light) #42414d;
|
|
350
|
+
--textarea-bg-color:var(--csstools-light-dark-toggle--19, white);
|
|
264
351
|
--textarea-fg-color:var(--text-secondary-color);
|
|
265
352
|
|
|
266
|
-
--
|
|
267
|
-
|
|
353
|
+
--csstools-light-dark-toggle--20:var(--csstools-color-scheme--light) #2b2a33;
|
|
354
|
+
|
|
355
|
+
--radio-bg-color:var(--csstools-light-dark-toggle--20, #f0f0f4);
|
|
356
|
+
--csstools-light-dark-toggle--21:var(--csstools-color-scheme--light) #15141a;
|
|
357
|
+
--radio-checked-bg-color:var(--csstools-light-dark-toggle--21, #fbfbfe);
|
|
268
358
|
--radio-border-color:#8f8f9d;
|
|
269
|
-
--
|
|
359
|
+
--csstools-light-dark-toggle--22:var(--csstools-color-scheme--light) #0df;
|
|
360
|
+
--radio-checked-border-color:var(--csstools-light-dark-toggle--22, #0060df);
|
|
361
|
+
|
|
362
|
+
--csstools-light-dark-toggle--23:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.07);
|
|
270
363
|
|
|
271
|
-
--button-secondary-bg-color
|
|
364
|
+
--button-secondary-bg-color:var(--csstools-light-dark-toggle--23, rgb(21 20 26 / 0.07));
|
|
272
365
|
--button-secondary-fg-color:var(--text-primary-color);
|
|
273
366
|
--button-secondary-border-color:var(--button-secondary-bg-color);
|
|
274
|
-
--
|
|
367
|
+
--csstools-light-dark-toggle--24:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.21);
|
|
368
|
+
--button-secondary-active-bg-color:var(--csstools-light-dark-toggle--24, rgb(21 20 26 / 0.21));
|
|
369
|
+
--button-secondary-active-fg-color:var(--button-secondary-fg-color);
|
|
370
|
+
--button-secondary-active-border-color:var(--button-secondary-bg-color);
|
|
371
|
+
--csstools-light-dark-toggle--25:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.14);
|
|
372
|
+
--button-secondary-hover-bg-color:var(--csstools-light-dark-toggle--25, rgb(21 20 26 / 0.14));
|
|
275
373
|
--button-secondary-hover-fg-color:var(--button-secondary-fg-color);
|
|
276
374
|
--button-secondary-hover-border-color:var(--button-secondary-hover-bg-color);
|
|
375
|
+
--button-secondary-disabled-bg-color:var(--button-secondary-bg-color);
|
|
376
|
+
--button-secondary-disabled-border-color:var(
|
|
377
|
+
--button-secondary-border-color
|
|
378
|
+
);
|
|
379
|
+
--button-secondary-disabled-fg-color:var(--button-secondary-fg-color);
|
|
380
|
+
|
|
381
|
+
--csstools-light-dark-toggle--26:var(--csstools-color-scheme--light) #0df;
|
|
277
382
|
|
|
278
|
-
--button-primary-bg-color
|
|
279
|
-
--
|
|
383
|
+
--button-primary-bg-color:var(--csstools-light-dark-toggle--26, #0060df);
|
|
384
|
+
--csstools-light-dark-toggle--27:var(--csstools-color-scheme--light) #15141a;
|
|
385
|
+
--button-primary-fg-color:var(--csstools-light-dark-toggle--27, #fbfbfe);
|
|
280
386
|
--button-primary-border-color:var(--button-primary-bg-color);
|
|
281
|
-
--
|
|
387
|
+
--csstools-light-dark-toggle--28:var(--csstools-color-scheme--light) #aaf2ff;
|
|
388
|
+
--button-primary-active-bg-color:var(--csstools-light-dark-toggle--28, #054096);
|
|
389
|
+
--button-primary-active-fg-color:var(--button-primary-fg-color);
|
|
390
|
+
--button-primary-active-border-color:var(--button-primary-active-bg-color);
|
|
391
|
+
--csstools-light-dark-toggle--29:var(--csstools-color-scheme--light) #80ebff;
|
|
392
|
+
--button-primary-hover-bg-color:var(--csstools-light-dark-toggle--29, #0250bb);
|
|
282
393
|
--button-primary-hover-fg-color:var(--button-primary-fg-color);
|
|
283
394
|
--button-primary-hover-border-color:var(--button-primary-hover-bg-color);
|
|
395
|
+
--button-primary-disabled-bg-color:var(--button-primary-bg-color);
|
|
396
|
+
--button-primary-disabled-border-color:var(--button-primary-border-color);
|
|
397
|
+
--button-primary-disabled-fg-color:var(--button-primary-fg-color);
|
|
398
|
+
--button-disabled-opacity:0.4;
|
|
399
|
+
|
|
400
|
+
--csstools-light-dark-toggle--30:var(--csstools-color-scheme--light) #42414d;
|
|
401
|
+
|
|
402
|
+
--input-text-bg-color:var(--csstools-light-dark-toggle--30, white);
|
|
403
|
+
--input-text-fg-color:var(--text-primary-color);
|
|
284
404
|
}
|
|
285
405
|
|
|
286
|
-
@
|
|
406
|
+
@supports (color: light-dark(red, red)){
|
|
407
|
+
.dialog{
|
|
408
|
+
--dialog-bg-color:light-dark(white, #1c1b22);
|
|
409
|
+
--dialog-border-color:light-dark(white, #1c1b22);
|
|
410
|
+
}
|
|
411
|
+
}
|
|
287
412
|
|
|
413
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
288
414
|
.dialog{
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
415
|
+
--dialog-shadow:0 2px 14px 0 light-dark(rgb(58 57 68 / 0.2), #15141a);
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
@supports (color: light-dark(red, red)){
|
|
420
|
+
.dialog{
|
|
421
|
+
--text-primary-color:light-dark(#15141a, #fbfbfe);
|
|
422
|
+
--text-secondary-color:light-dark(#5b5b66, #cfcfd8);
|
|
423
|
+
--link-fg-color:light-dark(#0060df, #0df);
|
|
424
|
+
--link-hover-fg-color:light-dark(#0250bb, #80ebff);
|
|
425
|
+
--separator-color:light-dark(#f0f0f4, #52525e);
|
|
426
|
+
--textarea-bg-color:light-dark(white, #42414d);
|
|
427
|
+
|
|
428
|
+
--radio-bg-color:light-dark(#f0f0f4, #2b2a33);
|
|
429
|
+
--radio-checked-bg-color:light-dark(#fbfbfe, #15141a);
|
|
430
|
+
--radio-checked-border-color:light-dark(#0060df, #0df);
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
435
|
+
.dialog{
|
|
436
|
+
|
|
437
|
+
--button-secondary-bg-color:light-dark(
|
|
438
|
+
rgb(21 20 26 / 0.07),
|
|
439
|
+
rgb(251 251 254 / 0.07)
|
|
440
|
+
);
|
|
441
|
+
--button-secondary-active-bg-color:light-dark(
|
|
442
|
+
rgb(21 20 26 / 0.21),
|
|
443
|
+
rgb(251 251 254 / 0.21)
|
|
444
|
+
);
|
|
445
|
+
--button-secondary-hover-bg-color:light-dark(
|
|
446
|
+
rgb(21 20 26 / 0.14),
|
|
447
|
+
rgb(251 251 254 / 0.14)
|
|
448
|
+
);
|
|
449
|
+
}
|
|
450
|
+
}
|
|
299
451
|
|
|
300
|
-
|
|
452
|
+
@supports (color: light-dark(red, red)){
|
|
453
|
+
.dialog{
|
|
454
|
+
|
|
455
|
+
--button-primary-bg-color:light-dark(#0060df, #0df);
|
|
456
|
+
--button-primary-fg-color:light-dark(#fbfbfe, #15141a);
|
|
457
|
+
--button-primary-active-bg-color:light-dark(#054096, #aaf2ff);
|
|
458
|
+
--button-primary-hover-bg-color:light-dark(#0250bb, #80ebff);
|
|
459
|
+
|
|
460
|
+
--input-text-bg-color:light-dark(white, #42414d);
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
@supports not (color: light-dark(tan, tan)){
|
|
465
|
+
|
|
466
|
+
.dialog *{
|
|
467
|
+
--csstools-light-dark-toggle--11:var(--csstools-color-scheme--light) #1c1b22;
|
|
468
|
+
--dialog-bg-color:var(--csstools-light-dark-toggle--11, white);
|
|
469
|
+
--csstools-light-dark-toggle--12:var(--csstools-color-scheme--light) #1c1b22;
|
|
470
|
+
--dialog-border-color:var(--csstools-light-dark-toggle--12, white);
|
|
471
|
+
--csstools-light-dark-toggle--13:var(--csstools-color-scheme--light) #15141a;
|
|
472
|
+
--dialog-shadow:0 2px 14px 0 var(--csstools-light-dark-toggle--13, rgb(58 57 68 / 0.2));
|
|
473
|
+
--csstools-light-dark-toggle--14:var(--csstools-color-scheme--light) #fbfbfe;
|
|
474
|
+
--text-primary-color:var(--csstools-light-dark-toggle--14, #15141a);
|
|
475
|
+
--csstools-light-dark-toggle--15:var(--csstools-color-scheme--light) #cfcfd8;
|
|
476
|
+
--text-secondary-color:var(--csstools-light-dark-toggle--15, #5b5b66);
|
|
477
|
+
--csstools-light-dark-toggle--16:var(--csstools-color-scheme--light) #0df;
|
|
478
|
+
--link-fg-color:var(--csstools-light-dark-toggle--16, #0060df);
|
|
479
|
+
--csstools-light-dark-toggle--17:var(--csstools-color-scheme--light) #80ebff;
|
|
480
|
+
--link-hover-fg-color:var(--csstools-light-dark-toggle--17, #0250bb);
|
|
481
|
+
--csstools-light-dark-toggle--18:var(--csstools-color-scheme--light) #52525e;
|
|
482
|
+
--separator-color:var(--csstools-light-dark-toggle--18, #f0f0f4);
|
|
483
|
+
--csstools-light-dark-toggle--19:var(--csstools-color-scheme--light) #42414d;
|
|
484
|
+
--textarea-bg-color:var(--csstools-light-dark-toggle--19, white);
|
|
485
|
+
|
|
486
|
+
--csstools-light-dark-toggle--20:var(--csstools-color-scheme--light) #2b2a33;
|
|
487
|
+
|
|
488
|
+
--radio-bg-color:var(--csstools-light-dark-toggle--20, #f0f0f4);
|
|
489
|
+
--csstools-light-dark-toggle--21:var(--csstools-color-scheme--light) #15141a;
|
|
490
|
+
--radio-checked-bg-color:var(--csstools-light-dark-toggle--21, #fbfbfe);
|
|
491
|
+
--csstools-light-dark-toggle--22:var(--csstools-color-scheme--light) #0df;
|
|
492
|
+
--radio-checked-border-color:var(--csstools-light-dark-toggle--22, #0060df);
|
|
493
|
+
|
|
494
|
+
--csstools-light-dark-toggle--23:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.07);
|
|
495
|
+
|
|
496
|
+
--button-secondary-bg-color:var(--csstools-light-dark-toggle--23, rgb(21 20 26 / 0.07));
|
|
497
|
+
--csstools-light-dark-toggle--24:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.21);
|
|
498
|
+
--button-secondary-active-bg-color:var(--csstools-light-dark-toggle--24, rgb(21 20 26 / 0.21));
|
|
499
|
+
--csstools-light-dark-toggle--25:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.14);
|
|
500
|
+
--button-secondary-hover-bg-color:var(--csstools-light-dark-toggle--25, rgb(21 20 26 / 0.14));
|
|
501
|
+
|
|
502
|
+
--csstools-light-dark-toggle--26:var(--csstools-color-scheme--light) #0df;
|
|
503
|
+
|
|
504
|
+
--button-primary-bg-color:var(--csstools-light-dark-toggle--26, #0060df);
|
|
505
|
+
--csstools-light-dark-toggle--27:var(--csstools-color-scheme--light) #15141a;
|
|
506
|
+
--button-primary-fg-color:var(--csstools-light-dark-toggle--27, #fbfbfe);
|
|
507
|
+
--csstools-light-dark-toggle--28:var(--csstools-color-scheme--light) #aaf2ff;
|
|
508
|
+
--button-primary-active-bg-color:var(--csstools-light-dark-toggle--28, #054096);
|
|
509
|
+
--csstools-light-dark-toggle--29:var(--csstools-color-scheme--light) #80ebff;
|
|
510
|
+
--button-primary-hover-bg-color:var(--csstools-light-dark-toggle--29, #0250bb);
|
|
511
|
+
|
|
512
|
+
--csstools-light-dark-toggle--30:var(--csstools-color-scheme--light) #42414d;
|
|
513
|
+
|
|
514
|
+
--input-text-bg-color:var(--csstools-light-dark-toggle--30, white);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
301
517
|
|
|
302
|
-
|
|
303
|
-
--radio-checked-bg-color:#15141a;
|
|
304
|
-
--radio-checked-border-color:#0df;
|
|
518
|
+
@media (prefers-color-scheme: dark){
|
|
305
519
|
|
|
306
|
-
|
|
307
|
-
--
|
|
308
|
-
--button-
|
|
520
|
+
.dialog{
|
|
521
|
+
--hover-filter:brightness(1.4);
|
|
522
|
+
--button-disabled-opacity:0.6;
|
|
309
523
|
}
|
|
310
524
|
}
|
|
311
525
|
|
|
@@ -318,7 +532,6 @@
|
|
|
318
532
|
--text-primary-color:CanvasText;
|
|
319
533
|
--text-secondary-color:CanvasText;
|
|
320
534
|
--hover-filter:none;
|
|
321
|
-
--focus-ring-color:ButtonBorder;
|
|
322
535
|
--link-fg-color:LinkText;
|
|
323
536
|
--link-hover-fg-color:LinkText;
|
|
324
537
|
--separator-color:CanvasText;
|
|
@@ -335,13 +548,31 @@
|
|
|
335
548
|
--button-secondary-bg-color:ButtonFace;
|
|
336
549
|
--button-secondary-fg-color:ButtonText;
|
|
337
550
|
--button-secondary-border-color:ButtonText;
|
|
338
|
-
--button-secondary-
|
|
339
|
-
--button-secondary-
|
|
551
|
+
--button-secondary-active-bg-color:HighlightText;
|
|
552
|
+
--button-secondary-active-fg-color:SelectedItem;
|
|
553
|
+
--button-secondary-active-border-color:ButtonText;
|
|
554
|
+
--button-secondary-hover-bg-color:HighlightText;
|
|
555
|
+
--button-secondary-hover-fg-color:SelectedItem;
|
|
556
|
+
--button-secondary-hover-border-color:SelectedItem;
|
|
557
|
+
--button-secondary-disabled-fg-color:GrayText;
|
|
558
|
+
--button-secondary-disabled-border-color:GrayText;
|
|
340
559
|
|
|
341
560
|
--button-primary-bg-color:ButtonText;
|
|
342
561
|
--button-primary-fg-color:ButtonFace;
|
|
343
|
-
--button-primary-
|
|
344
|
-
--button-primary-
|
|
562
|
+
--button-primary-border-color:ButtonText;
|
|
563
|
+
--button-primary-active-bg-color:SelectedItem;
|
|
564
|
+
--button-primary-active-fg-color:HighlightText;
|
|
565
|
+
--button-primary-active-border-color:ButtonText;
|
|
566
|
+
--button-primary-hover-bg-color:SelectedItem;
|
|
567
|
+
--button-primary-hover-fg-color:HighlightText;
|
|
568
|
+
--button-primary-hover-border-color:SelectedItem;
|
|
569
|
+
--button-primary-disabled-bg-color:GrayText;
|
|
570
|
+
--button-primary-disabled-fg-color:ButtonFace;
|
|
571
|
+
--button-primary-disabled-border-color:GrayText;
|
|
572
|
+
--button-disabled-opacity:1;
|
|
573
|
+
|
|
574
|
+
--input-text-bg-color:Field;
|
|
575
|
+
--input-text-fg-color:FieldText;
|
|
345
576
|
}
|
|
346
577
|
}
|
|
347
578
|
|
|
@@ -443,46 +674,82 @@
|
|
|
443
674
|
color:var(--text-secondary-color);
|
|
444
675
|
}
|
|
445
676
|
|
|
446
|
-
:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton)){
|
|
677
|
+
:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton)){
|
|
447
678
|
border-radius:4px;
|
|
448
679
|
border:1px solid;
|
|
449
680
|
font:menu;
|
|
450
|
-
font-weight:
|
|
681
|
+
font-weight:590;
|
|
682
|
+
font-size:13px;
|
|
451
683
|
padding:4px 16px;
|
|
452
684
|
width:auto;
|
|
453
685
|
height:32px;
|
|
454
686
|
}
|
|
455
687
|
|
|
456
|
-
:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))):hover{
|
|
688
|
+
:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):hover{
|
|
457
689
|
cursor:pointer;
|
|
458
690
|
filter:var(--hover-filter);
|
|
459
691
|
}
|
|
460
692
|
|
|
461
|
-
|
|
693
|
+
:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))) > span{
|
|
694
|
+
color:inherit;
|
|
695
|
+
font:inherit;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))){
|
|
462
699
|
color:var(--button-secondary-fg-color);
|
|
463
700
|
background-color:var(--button-secondary-bg-color);
|
|
464
701
|
border-color:var(--button-secondary-border-color);
|
|
465
702
|
}
|
|
466
703
|
|
|
467
|
-
.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))):hover{
|
|
704
|
+
.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):hover{
|
|
468
705
|
color:var(--button-secondary-hover-fg-color);
|
|
469
706
|
background-color:var(--button-secondary-hover-bg-color);
|
|
470
707
|
border-color:var(--button-secondary-hover-border-color);
|
|
471
708
|
}
|
|
472
709
|
|
|
473
|
-
.
|
|
710
|
+
.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):active{
|
|
711
|
+
color:var(--button-secondary-active-fg-color);
|
|
712
|
+
background-color:var(--button-secondary-active-bg-color);
|
|
713
|
+
border-color:var(--button-secondary-active-border-color);
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
.secondaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):disabled{
|
|
717
|
+
background-color:var(--button-secondary-disabled-bg-color);
|
|
718
|
+
border-color:var(--button-secondary-disabled-border-color);
|
|
719
|
+
color:var(--button-secondary-disabled-fg-color);
|
|
720
|
+
opacity:var(--button-disabled-opacity);
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))){
|
|
474
724
|
color:var(--button-primary-fg-color);
|
|
475
725
|
background-color:var(--button-primary-bg-color);
|
|
476
726
|
border-color:var(--button-primary-border-color);
|
|
477
727
|
opacity:1;
|
|
478
728
|
}
|
|
479
729
|
|
|
480
|
-
.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton))):hover{
|
|
730
|
+
.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):hover{
|
|
481
731
|
color:var(--button-primary-hover-fg-color);
|
|
482
732
|
background-color:var(--button-primary-hover-bg-color);
|
|
483
733
|
border-color:var(--button-primary-hover-border-color);
|
|
484
734
|
}
|
|
485
735
|
|
|
736
|
+
.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):active{
|
|
737
|
+
color:var(--button-primary-active-fg-color);
|
|
738
|
+
background-color:var(--button-primary-active-bg-color);
|
|
739
|
+
border-color:var(--button-primary-active-border-color);
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
.primaryButton:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):disabled{
|
|
743
|
+
background-color:var(--button-primary-disabled-bg-color);
|
|
744
|
+
border-color:var(--button-primary-disabled-border-color);
|
|
745
|
+
color:var(--button-primary-disabled-fg-color);
|
|
746
|
+
opacity:var(--button-disabled-opacity);
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
:is(:is(.dialog .mainContainer) button:not(:is(.toggle-button,.closeButton,.clearInputButton))):disabled{
|
|
750
|
+
pointer-events:none;
|
|
751
|
+
}
|
|
752
|
+
|
|
486
753
|
:is(.dialog .mainContainer) a{
|
|
487
754
|
color:var(--link-fg-color);
|
|
488
755
|
}
|
|
@@ -513,23 +780,58 @@
|
|
|
513
780
|
opacity:0.4;
|
|
514
781
|
}
|
|
515
782
|
|
|
783
|
+
:is(.dialog .mainContainer) input[type="text"]{
|
|
784
|
+
background-color:var(--input-text-bg-color);
|
|
785
|
+
color:var(--input-text-fg-color);
|
|
786
|
+
}
|
|
787
|
+
|
|
516
788
|
:is(.dialog .mainContainer) .messageBar{
|
|
517
|
-
--
|
|
518
|
-
--message-bar-
|
|
519
|
-
--
|
|
789
|
+
--csstools-light-dark-toggle--31:var(--csstools-color-scheme--light) #5a3100;
|
|
790
|
+
--message-bar-bg-color:var(--csstools-light-dark-toggle--31, #ffebcd);
|
|
791
|
+
--csstools-light-dark-toggle--32:var(--csstools-color-scheme--light) #fbfbfe;
|
|
792
|
+
--message-bar-fg-color:var(--csstools-light-dark-toggle--32, #15141a);
|
|
793
|
+
--csstools-light-dark-toggle--33:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.08);
|
|
794
|
+
--message-bar-border-color:var(--csstools-light-dark-toggle--33, rgb(0 0 0 / 0.08));
|
|
520
795
|
--message-bar-icon:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M14.8748 12.037L9.37782 2.037C8.99682 1.346 8.31082 1 7.62482 1C6.93882 1 6.25282 1.346 5.87282 2.037L0.375823 12.037C-0.358177 13.37 0.606823 15 2.12782 15H13.1228C14.6428 15 15.6078 13.37 14.8748 12.037ZM8.24982 11.75L7.99982 12H7.24982L6.99982 11.75V11L7.24982 10.75H7.99982L8.24982 11V11.75ZM8.24982 9.062C8.24982 9.22776 8.18398 9.38673 8.06677 9.50394C7.94955 9.62115 7.79058 9.687 7.62482 9.687C7.45906 9.687 7.30009 9.62115 7.18288 9.50394C7.06567 9.38673 6.99982 9.22776 6.99982 9.062V5.625C6.99982 5.45924 7.06567 5.30027 7.18288 5.18306C7.30009 5.06585 7.45906 5 7.62482 5C7.79058 5 7.94955 5.06585 8.06677 5.18306C8.18398 5.30027 8.24982 5.45924 8.24982 5.625V9.062Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
|
|
521
|
-
--
|
|
796
|
+
--csstools-light-dark-toggle--34:var(--csstools-color-scheme--light) #e49c49;
|
|
797
|
+
--message-bar-icon-color:var(--csstools-light-dark-toggle--34, #cd411e);
|
|
522
798
|
}
|
|
523
799
|
|
|
524
|
-
@
|
|
800
|
+
@supports (color: light-dark(red, red)){
|
|
801
|
+
:is(.dialog .mainContainer) .messageBar{
|
|
802
|
+
--message-bar-bg-color:light-dark(#ffebcd, #5a3100);
|
|
803
|
+
--message-bar-fg-color:light-dark(#15141a, #fbfbfe);
|
|
804
|
+
}
|
|
805
|
+
}
|
|
525
806
|
|
|
807
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
526
808
|
:is(.dialog .mainContainer) .messageBar{
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
809
|
+
--message-bar-border-color:light-dark(
|
|
810
|
+
rgb(0 0 0 / 0.08),
|
|
811
|
+
rgb(255 255 255 / 0.08)
|
|
812
|
+
);
|
|
531
813
|
}
|
|
532
|
-
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
@supports (color: light-dark(red, red)){
|
|
817
|
+
:is(.dialog .mainContainer) .messageBar{
|
|
818
|
+
--message-bar-icon-color:light-dark(#cd411e, #e49c49);
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
@supports not (color: light-dark(tan, tan)){
|
|
823
|
+
|
|
824
|
+
:is(:is(.dialog .mainContainer) .messageBar) *{
|
|
825
|
+
--csstools-light-dark-toggle--31:var(--csstools-color-scheme--light) #5a3100;
|
|
826
|
+
--message-bar-bg-color:var(--csstools-light-dark-toggle--31, #ffebcd);
|
|
827
|
+
--csstools-light-dark-toggle--32:var(--csstools-color-scheme--light) #fbfbfe;
|
|
828
|
+
--message-bar-fg-color:var(--csstools-light-dark-toggle--32, #15141a);
|
|
829
|
+
--csstools-light-dark-toggle--33:var(--csstools-color-scheme--light) rgb(255 255 255 / 0.08);
|
|
830
|
+
--message-bar-border-color:var(--csstools-light-dark-toggle--33, rgb(0 0 0 / 0.08));
|
|
831
|
+
--csstools-light-dark-toggle--34:var(--csstools-color-scheme--light) #e49c49;
|
|
832
|
+
--message-bar-icon-color:var(--csstools-light-dark-toggle--34, #cd411e);
|
|
833
|
+
}
|
|
834
|
+
}
|
|
533
835
|
|
|
534
836
|
@media screen and (forced-colors: active){
|
|
535
837
|
|
|
@@ -648,8 +950,7 @@
|
|
|
648
950
|
margin:-1px;
|
|
649
951
|
padding:1px;
|
|
650
952
|
background-color:var(--highlight-bg-color);
|
|
651
|
-
|
|
652
|
-
backdrop-filter:var(--highlight-backdrop-filter);
|
|
953
|
+
backdrop-filter:var(--highlight-backdrop-filter);
|
|
653
954
|
border-radius:4px;
|
|
654
955
|
}
|
|
655
956
|
|
|
@@ -671,8 +972,7 @@
|
|
|
671
972
|
|
|
672
973
|
.selected:is(.textLayer .highlight){
|
|
673
974
|
background-color:var(--highlight-selected-bg-color);
|
|
674
|
-
|
|
675
|
-
backdrop-filter:var(--highlight-selected-backdrop-filter);
|
|
975
|
+
backdrop-filter:var(--highlight-selected-backdrop-filter);
|
|
676
976
|
}
|
|
677
977
|
|
|
678
978
|
.textLayer ::-moz-selection{
|
|
@@ -709,6 +1009,9 @@
|
|
|
709
1009
|
}
|
|
710
1010
|
|
|
711
1011
|
.annotationLayer{
|
|
1012
|
+
--csstools-color-scheme--light:initial;
|
|
1013
|
+
color-scheme:only light;
|
|
1014
|
+
|
|
712
1015
|
--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");
|
|
713
1016
|
--input-focus-border-color:Highlight;
|
|
714
1017
|
--input-focus-outline:1px solid Canvas;
|
|
@@ -737,8 +1040,7 @@
|
|
|
737
1040
|
}
|
|
738
1041
|
|
|
739
1042
|
:is(.annotationLayer .linkAnnotation):hover{
|
|
740
|
-
|
|
741
|
-
backdrop-filter:var(--hcm-highlight-filter);
|
|
1043
|
+
backdrop-filter:var(--hcm-highlight-filter);
|
|
742
1044
|
}
|
|
743
1045
|
|
|
744
1046
|
:is(.annotationLayer .linkAnnotation) > a:hover{
|
|
@@ -748,7 +1050,7 @@
|
|
|
748
1050
|
}
|
|
749
1051
|
|
|
750
1052
|
.annotationLayer .popupAnnotation .popup{
|
|
751
|
-
outline:calc(1.5px * var(--scale-factor)) solid CanvasText !important;
|
|
1053
|
+
outline:calc(1.5px * var(--total-scale-factor)) solid CanvasText !important;
|
|
752
1054
|
background-color:ButtonFace !important;
|
|
753
1055
|
color:ButtonText !important;
|
|
754
1056
|
}
|
|
@@ -759,14 +1061,13 @@
|
|
|
759
1061
|
left:0;
|
|
760
1062
|
width:100%;
|
|
761
1063
|
height:100%;
|
|
762
|
-
|
|
763
|
-
backdrop-filter:var(--hcm-highlight-filter);
|
|
1064
|
+
backdrop-filter:var(--hcm-highlight-filter);
|
|
764
1065
|
content:"";
|
|
765
1066
|
pointer-events:none;
|
|
766
1067
|
}
|
|
767
1068
|
|
|
768
1069
|
.annotationLayer .popupAnnotation.focused .popup{
|
|
769
|
-
outline:calc(3px * var(--scale-factor)) solid Highlight !important;
|
|
1070
|
+
outline:calc(3px * var(--total-scale-factor)) solid Highlight !important;
|
|
770
1071
|
}
|
|
771
1072
|
}
|
|
772
1073
|
|
|
@@ -810,9 +1111,6 @@
|
|
|
810
1111
|
white-space:nowrap;
|
|
811
1112
|
font:10px sans-serif;
|
|
812
1113
|
line-height:1.35;
|
|
813
|
-
-webkit-user-select:none;
|
|
814
|
-
-moz-user-select:none;
|
|
815
|
-
user-select:none;
|
|
816
1114
|
}
|
|
817
1115
|
|
|
818
1116
|
.annotationLayer section{
|
|
@@ -821,12 +1119,25 @@
|
|
|
821
1119
|
pointer-events:auto;
|
|
822
1120
|
box-sizing:border-box;
|
|
823
1121
|
transform-origin:0 0;
|
|
1122
|
+
-webkit-user-select:none;
|
|
1123
|
+
-moz-user-select:none;
|
|
1124
|
+
user-select:none;
|
|
824
1125
|
}
|
|
825
1126
|
|
|
826
1127
|
:is(.annotationLayer section):has(div.annotationContent) canvas.annotationContent{
|
|
827
1128
|
display:none;
|
|
828
1129
|
}
|
|
829
1130
|
|
|
1131
|
+
:is(.annotationLayer section) .overlaidText{
|
|
1132
|
+
position:absolute;
|
|
1133
|
+
top:0;
|
|
1134
|
+
left:0;
|
|
1135
|
+
width:0;
|
|
1136
|
+
height:0;
|
|
1137
|
+
display:inline-block;
|
|
1138
|
+
overflow:hidden;
|
|
1139
|
+
}
|
|
1140
|
+
|
|
830
1141
|
.textLayer.selecting ~ .annotationLayer section{
|
|
831
1142
|
pointer-events:none;
|
|
832
1143
|
}
|
|
@@ -843,7 +1154,6 @@
|
|
|
843
1154
|
.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton):not(.hasBorder) > a:hover{
|
|
844
1155
|
opacity:0.2;
|
|
845
1156
|
background-color:rgb(255 255 0);
|
|
846
|
-
box-shadow:0 2px 10px rgb(255 255 0);
|
|
847
1157
|
}
|
|
848
1158
|
|
|
849
1159
|
.annotationLayer .linkAnnotation.hasBorder:hover{
|
|
@@ -867,7 +1177,7 @@
|
|
|
867
1177
|
background-image:var(--annotation-unfocused-field-background);
|
|
868
1178
|
border:2px solid var(--input-unfocused-border-color);
|
|
869
1179
|
box-sizing:border-box;
|
|
870
|
-
font:calc(9px * var(--scale-factor)) sans-serif;
|
|
1180
|
+
font:calc(9px * var(--total-scale-factor)) sans-serif;
|
|
871
1181
|
height:100%;
|
|
872
1182
|
margin:0;
|
|
873
1183
|
vertical-align:top;
|
|
@@ -979,7 +1289,7 @@
|
|
|
979
1289
|
|
|
980
1290
|
.annotationLayer .popupAnnotation{
|
|
981
1291
|
position:absolute;
|
|
982
|
-
font-size:calc(9px * var(--scale-factor));
|
|
1292
|
+
font-size:calc(9px * var(--total-scale-factor));
|
|
983
1293
|
pointer-events:none;
|
|
984
1294
|
width:-moz-max-content;
|
|
985
1295
|
width:max-content;
|
|
@@ -989,15 +1299,19 @@
|
|
|
989
1299
|
|
|
990
1300
|
.annotationLayer .popup{
|
|
991
1301
|
background-color:rgb(255 255 153);
|
|
992
|
-
|
|
993
|
-
|
|
1302
|
+
color:black;
|
|
1303
|
+
box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) rgb(136 136 136);
|
|
1304
|
+
border-radius:calc(2px * var(--total-scale-factor));
|
|
994
1305
|
outline:1.5px solid rgb(255 255 74);
|
|
995
|
-
padding:calc(6px * var(--scale-factor));
|
|
1306
|
+
padding:calc(6px * var(--total-scale-factor));
|
|
996
1307
|
cursor:pointer;
|
|
997
1308
|
font:message-box;
|
|
998
1309
|
white-space:normal;
|
|
999
1310
|
word-wrap:break-word;
|
|
1000
1311
|
pointer-events:auto;
|
|
1312
|
+
-webkit-user-select:text;
|
|
1313
|
+
-moz-user-select:text;
|
|
1314
|
+
user-select:text;
|
|
1001
1315
|
}
|
|
1002
1316
|
|
|
1003
1317
|
.annotationLayer .popupAnnotation.focused .popup{
|
|
@@ -1005,39 +1319,44 @@
|
|
|
1005
1319
|
}
|
|
1006
1320
|
|
|
1007
1321
|
.annotationLayer .popup *{
|
|
1008
|
-
font-size:calc(9px * var(--scale-factor));
|
|
1322
|
+
font-size:calc(9px * var(--total-scale-factor));
|
|
1009
1323
|
}
|
|
1010
1324
|
|
|
1011
1325
|
.annotationLayer .popup > .header{
|
|
1012
1326
|
display:inline-block;
|
|
1013
1327
|
}
|
|
1014
1328
|
|
|
1015
|
-
.annotationLayer .popup > .header
|
|
1329
|
+
.annotationLayer .popup > .header > .title{
|
|
1016
1330
|
display:inline;
|
|
1331
|
+
font-weight:bold;
|
|
1017
1332
|
}
|
|
1018
1333
|
|
|
1019
1334
|
.annotationLayer .popup > .header .popupDate{
|
|
1020
1335
|
display:inline-block;
|
|
1021
|
-
margin-left:calc(5px * var(--scale-factor));
|
|
1336
|
+
margin-left:calc(5px * var(--total-scale-factor));
|
|
1022
1337
|
width:-moz-fit-content;
|
|
1023
1338
|
width:fit-content;
|
|
1024
1339
|
}
|
|
1025
1340
|
|
|
1026
1341
|
.annotationLayer .popupContent{
|
|
1027
1342
|
border-top:1px solid rgb(51 51 51);
|
|
1028
|
-
margin-top:calc(2px * var(--scale-factor));
|
|
1029
|
-
padding-top:calc(2px * var(--scale-factor));
|
|
1343
|
+
margin-top:calc(2px * var(--total-scale-factor));
|
|
1344
|
+
padding-top:calc(2px * var(--total-scale-factor));
|
|
1030
1345
|
}
|
|
1031
1346
|
|
|
1032
1347
|
.annotationLayer .richText > *{
|
|
1033
1348
|
white-space:pre-wrap;
|
|
1034
|
-
font-size:calc(9px * var(--scale-factor));
|
|
1349
|
+
font-size:calc(9px * var(--total-scale-factor));
|
|
1035
1350
|
}
|
|
1036
1351
|
|
|
1037
1352
|
.annotationLayer .popupTriggerArea{
|
|
1038
1353
|
cursor:pointer;
|
|
1039
1354
|
}
|
|
1040
1355
|
|
|
1356
|
+
:is(.annotationLayer .popupTriggerArea):hover{
|
|
1357
|
+
backdrop-filter:var(--hcm-highlight-filter);
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1041
1360
|
.annotationLayer section svg{
|
|
1042
1361
|
position:absolute;
|
|
1043
1362
|
width:100%;
|
|
@@ -1088,6 +1407,9 @@
|
|
|
1088
1407
|
}
|
|
1089
1408
|
|
|
1090
1409
|
.xfaLayer{
|
|
1410
|
+
--csstools-color-scheme--light:initial;
|
|
1411
|
+
color-scheme:only light;
|
|
1412
|
+
|
|
1091
1413
|
background-color:transparent;
|
|
1092
1414
|
}
|
|
1093
1415
|
|
|
@@ -1491,41 +1813,61 @@
|
|
|
1491
1813
|
}
|
|
1492
1814
|
|
|
1493
1815
|
.toggle-button{
|
|
1494
|
-
--button-background-color
|
|
1495
|
-
--button-background-color-hover
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
--
|
|
1816
|
+
--button-background-color:color-mix(in srgb, currentColor 7%, transparent);
|
|
1817
|
+
--button-background-color-hover:color-mix(
|
|
1818
|
+
in srgb,
|
|
1819
|
+
currentColor 14%,
|
|
1820
|
+
transparent
|
|
1821
|
+
);
|
|
1822
|
+
--button-background-color-active:color-mix(
|
|
1823
|
+
in srgb,
|
|
1824
|
+
currentColor 21%,
|
|
1825
|
+
transparent
|
|
1826
|
+
);
|
|
1827
|
+
--csstools-light-dark-toggle--35:var(--csstools-color-scheme--light) #0df;
|
|
1828
|
+
--color-accent-primary:var(--csstools-light-dark-toggle--35, #0060df);
|
|
1829
|
+
--csstools-light-dark-toggle--36:var(--csstools-color-scheme--light) #80ebff;
|
|
1830
|
+
--color-accent-primary-hover:var(--csstools-light-dark-toggle--36, #0250bb);
|
|
1831
|
+
--csstools-light-dark-toggle--37:var(--csstools-color-scheme--light) #aaf2ff;
|
|
1832
|
+
--color-accent-primary-active:var(--csstools-light-dark-toggle--37, #054096);
|
|
1501
1833
|
--border-radius-circle:9999px;
|
|
1502
1834
|
--border-width:1px;
|
|
1503
1835
|
--size-item-small:16px;
|
|
1504
1836
|
--size-item-large:32px;
|
|
1505
|
-
--color-
|
|
1837
|
+
--csstools-light-dark-toggle--38:var(--csstools-color-scheme--light) #1c1b22;
|
|
1838
|
+
--color-canvas:var(--csstools-light-dark-toggle--38, white);
|
|
1839
|
+
--background-color-canvas:var(--color-canvas);
|
|
1840
|
+
--csstools-light-dark-toggle--39:var(--csstools-color-scheme--light) #f9f9fa;
|
|
1841
|
+
--border-color-interactive:var(--csstools-light-dark-toggle--39, #8f8f9d);
|
|
1842
|
+
--border-color-interactive-hover:var(--border-color-interactive);
|
|
1843
|
+
--border-color-interactive-active:var(--border-color-interactive);
|
|
1506
1844
|
}
|
|
1507
1845
|
|
|
1508
|
-
@
|
|
1509
|
-
|
|
1846
|
+
@supports (color: light-dark(red, red)){
|
|
1510
1847
|
.toggle-button{
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
);
|
|
1517
|
-
--button-background-color-active:color-mix(
|
|
1518
|
-
in srgb,
|
|
1519
|
-
currentColor 21%,
|
|
1520
|
-
transparent
|
|
1521
|
-
);
|
|
1522
|
-
--color-accent-primary:#0df;
|
|
1523
|
-
--color-accent-primary-hover:#80ebff;
|
|
1524
|
-
--color-accent-primary-active:#aaf2ff;
|
|
1525
|
-
--border-interactive-color:#bfbfc9;
|
|
1526
|
-
--color-canvas:#1c1b22;
|
|
1848
|
+
--color-accent-primary:light-dark(#0060df, #0df);
|
|
1849
|
+
--color-accent-primary-hover:light-dark(#0250bb, #80ebff);
|
|
1850
|
+
--color-accent-primary-active:light-dark(#054096, #aaf2ff);
|
|
1851
|
+
--color-canvas:light-dark(white, #1c1b22);
|
|
1852
|
+
--border-color-interactive:light-dark(#8f8f9d, #f9f9fa);
|
|
1527
1853
|
}
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
@supports not (color: light-dark(tan, tan)){
|
|
1857
|
+
|
|
1858
|
+
.toggle-button *{
|
|
1859
|
+
--csstools-light-dark-toggle--35:var(--csstools-color-scheme--light) #0df;
|
|
1860
|
+
--color-accent-primary:var(--csstools-light-dark-toggle--35, #0060df);
|
|
1861
|
+
--csstools-light-dark-toggle--36:var(--csstools-color-scheme--light) #80ebff;
|
|
1862
|
+
--color-accent-primary-hover:var(--csstools-light-dark-toggle--36, #0250bb);
|
|
1863
|
+
--csstools-light-dark-toggle--37:var(--csstools-color-scheme--light) #aaf2ff;
|
|
1864
|
+
--color-accent-primary-active:var(--csstools-light-dark-toggle--37, #054096);
|
|
1865
|
+
--csstools-light-dark-toggle--38:var(--csstools-color-scheme--light) #1c1b22;
|
|
1866
|
+
--color-canvas:var(--csstools-light-dark-toggle--38, white);
|
|
1867
|
+
--csstools-light-dark-toggle--39:var(--csstools-color-scheme--light) #f9f9fa;
|
|
1868
|
+
--border-color-interactive:var(--csstools-light-dark-toggle--39, #8f8f9d);
|
|
1528
1869
|
}
|
|
1870
|
+
}
|
|
1529
1871
|
|
|
1530
1872
|
@media (forced-colors: active){
|
|
1531
1873
|
|
|
@@ -1533,24 +1875,23 @@
|
|
|
1533
1875
|
--color-accent-primary:ButtonText;
|
|
1534
1876
|
--color-accent-primary-hover:SelectedItem;
|
|
1535
1877
|
--color-accent-primary-active:SelectedItem;
|
|
1536
|
-
--border-interactive-color:ButtonText;
|
|
1537
1878
|
--button-background-color:ButtonFace;
|
|
1538
|
-
--border-
|
|
1539
|
-
--border-interactive-
|
|
1540
|
-
--border-interactive-
|
|
1879
|
+
--border-color-interactive:ButtonText;
|
|
1880
|
+
--border-color-interactive-hover:SelectedItem;
|
|
1881
|
+
--border-color-interactive-active:ButtonText;
|
|
1541
1882
|
--color-canvas:ButtonText;
|
|
1883
|
+
--background-color-canvas:Canvas;
|
|
1542
1884
|
}
|
|
1543
1885
|
}
|
|
1544
1886
|
|
|
1545
1887
|
.toggle-button{
|
|
1546
|
-
|
|
1547
1888
|
--toggle-background-color:var(--button-background-color);
|
|
1548
1889
|
--toggle-background-color-hover:var(--button-background-color-hover);
|
|
1549
1890
|
--toggle-background-color-active:var(--button-background-color-active);
|
|
1550
1891
|
--toggle-background-color-pressed:var(--color-accent-primary);
|
|
1551
1892
|
--toggle-background-color-pressed-hover:var(--color-accent-primary-hover);
|
|
1552
1893
|
--toggle-background-color-pressed-active:var(--color-accent-primary-active);
|
|
1553
|
-
--toggle-border-color:var(--border-interactive
|
|
1894
|
+
--toggle-border-color:var(--border-color-interactive);
|
|
1554
1895
|
--toggle-border-color-hover:var(--toggle-border-color);
|
|
1555
1896
|
--toggle-border-color-active:var(--toggle-border-color);
|
|
1556
1897
|
--toggle-border-radius:var(--border-radius-circle);
|
|
@@ -1560,7 +1901,7 @@
|
|
|
1560
1901
|
--toggle-dot-background-color:var(--toggle-border-color);
|
|
1561
1902
|
--toggle-dot-background-color-hover:var(--toggle-dot-background-color);
|
|
1562
1903
|
--toggle-dot-background-color-active:var(--toggle-dot-background-color);
|
|
1563
|
-
--toggle-dot-background-color-on-pressed:var(--color-canvas);
|
|
1904
|
+
--toggle-dot-background-color-on-pressed:var(--background-color-canvas);
|
|
1564
1905
|
--toggle-dot-margin:1px;
|
|
1565
1906
|
--toggle-dot-height:calc(
|
|
1566
1907
|
var(--toggle-height) - 2 * var(--toggle-dot-margin) - 2 *
|
|
@@ -1570,6 +1911,7 @@
|
|
|
1570
1911
|
--toggle-dot-transform-x:calc(
|
|
1571
1912
|
var(--toggle-width) - 4 * var(--toggle-dot-margin) - var(--toggle-dot-width)
|
|
1572
1913
|
);
|
|
1914
|
+
--input-width:var(--toggle-width);
|
|
1573
1915
|
|
|
1574
1916
|
-webkit-appearance:none;
|
|
1575
1917
|
|
|
@@ -1577,14 +1919,12 @@
|
|
|
1577
1919
|
|
|
1578
1920
|
appearance:none;
|
|
1579
1921
|
padding:0;
|
|
1580
|
-
margin:0;
|
|
1581
1922
|
border:var(--toggle-border-width) solid var(--toggle-border-color);
|
|
1582
1923
|
height:var(--toggle-height);
|
|
1583
1924
|
width:var(--toggle-width);
|
|
1584
1925
|
border-radius:var(--toggle-border-radius);
|
|
1585
|
-
background:var(--toggle-background-color);
|
|
1926
|
+
background-color:var(--toggle-background-color);
|
|
1586
1927
|
box-sizing:border-box;
|
|
1587
|
-
flex-shrink:0;
|
|
1588
1928
|
}
|
|
1589
1929
|
|
|
1590
1930
|
.toggle-button:focus-visible{
|
|
@@ -1593,118 +1933,1869 @@
|
|
|
1593
1933
|
}
|
|
1594
1934
|
|
|
1595
1935
|
.toggle-button:enabled:hover{
|
|
1596
|
-
background:var(--toggle-background-color-hover);
|
|
1936
|
+
background-color:var(--toggle-background-color-hover);
|
|
1597
1937
|
border-color:var(--toggle-border-color);
|
|
1598
1938
|
}
|
|
1599
1939
|
|
|
1600
|
-
.toggle-button:enabled:active{
|
|
1601
|
-
background:var(--toggle-background-color-active);
|
|
1940
|
+
.toggle-button:enabled:hover:active{
|
|
1941
|
+
background-color:var(--toggle-background-color-active);
|
|
1602
1942
|
border-color:var(--toggle-border-color);
|
|
1603
1943
|
}
|
|
1604
1944
|
|
|
1605
|
-
.toggle-button
|
|
1606
|
-
|
|
1607
|
-
|
|
1945
|
+
.toggle-button::before{
|
|
1946
|
+
display:block;
|
|
1947
|
+
content:"";
|
|
1948
|
+
background-color:var(--toggle-dot-background-color);
|
|
1949
|
+
height:var(--toggle-dot-height);
|
|
1950
|
+
width:var(--toggle-dot-width);
|
|
1951
|
+
margin:var(--toggle-dot-margin);
|
|
1952
|
+
border-radius:var(--toggle-border-radius);
|
|
1953
|
+
translate:0;
|
|
1608
1954
|
}
|
|
1609
1955
|
|
|
1956
|
+
.toggle-button[aria-pressed="true"]{
|
|
1957
|
+
background-color:var(--toggle-background-color-pressed);
|
|
1958
|
+
border-color:transparent;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1610
1961
|
.toggle-button[aria-pressed="true"]:enabled:hover{
|
|
1611
|
-
background:var(--toggle-background-color-pressed-hover);
|
|
1962
|
+
background-color:var(--toggle-background-color-pressed-hover);
|
|
1612
1963
|
border-color:transparent;
|
|
1613
1964
|
}
|
|
1614
1965
|
|
|
1615
|
-
.toggle-button[aria-pressed="true"]:enabled:active{
|
|
1616
|
-
background:var(--toggle-background-color-pressed-active);
|
|
1966
|
+
.toggle-button[aria-pressed="true"]:enabled:hover:active{
|
|
1967
|
+
background-color:var(--toggle-background-color-pressed-active);
|
|
1617
1968
|
border-color:transparent;
|
|
1618
1969
|
}
|
|
1619
1970
|
|
|
1620
|
-
.toggle-button::before{
|
|
1621
|
-
|
|
1971
|
+
.toggle-button[aria-pressed="true"]::before{
|
|
1972
|
+
translate:var(--toggle-dot-transform-x);
|
|
1973
|
+
background-color:var(--toggle-dot-background-color-on-pressed);
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
.toggle-button[aria-pressed="true"]:enabled:hover::before,.toggle-button[aria-pressed="true"]:enabled:hover:active::before{
|
|
1977
|
+
background-color:var(--toggle-dot-background-color-on-pressed);
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
.toggle-button[aria-pressed="true"]:-moz-locale-dir(rtl)::before,[dir="rtl"] .toggle-button[aria-pressed="true"]::before{
|
|
1981
|
+
translate:calc(-1 * var(--toggle-dot-transform-x));
|
|
1982
|
+
}
|
|
1983
|
+
|
|
1984
|
+
@media (prefers-reduced-motion: no-preference){
|
|
1985
|
+
.toggle-button::before{
|
|
1986
|
+
transition:translate 100ms;
|
|
1987
|
+
}
|
|
1988
|
+
}
|
|
1989
|
+
|
|
1990
|
+
@media (prefers-contrast){
|
|
1991
|
+
.toggle-button:enabled:hover{
|
|
1992
|
+
border-color:var(--toggle-border-color-hover);
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
.toggle-button:enabled:hover:active{
|
|
1996
|
+
border-color:var(--toggle-border-color-active);
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.toggle-button[aria-pressed="true"]:enabled{
|
|
2000
|
+
border-color:var(--toggle-border-color);
|
|
2001
|
+
position:relative;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
.toggle-button[aria-pressed="true"]:enabled:hover{
|
|
2005
|
+
border-color:var(--toggle-border-color-hover);
|
|
2006
|
+
}
|
|
2007
|
+
|
|
2008
|
+
.toggle-button[aria-pressed="true"]:enabled:hover:active{
|
|
2009
|
+
background-color:var(--toggle-dot-background-color-active);
|
|
2010
|
+
border-color:var(--toggle-dot-background-color-hover);
|
|
2011
|
+
}
|
|
2012
|
+
|
|
2013
|
+
.toggle-button:enabled:hover::before,
|
|
2014
|
+
.toggle-button:enabled:hover:active::before{
|
|
2015
|
+
background-color:var(--toggle-dot-background-color-hover);
|
|
2016
|
+
}
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
@media (forced-colors){
|
|
2020
|
+
.toggle-button{
|
|
2021
|
+
--toggle-dot-background-color:var(--color-accent-primary);
|
|
2022
|
+
--toggle-dot-background-color-hover:var(--color-accent-primary-hover);
|
|
2023
|
+
--toggle-dot-background-color-active:var(--color-accent-primary-active);
|
|
2024
|
+
--toggle-dot-background-color-on-pressed:var(--button-background-color);
|
|
2025
|
+
--toggle-border-color-hover:var(--border-color-interactive-hover);
|
|
2026
|
+
--toggle-border-color-active:var(--border-color-interactive-active);
|
|
2027
|
+
}
|
|
2028
|
+
|
|
2029
|
+
.toggle-button[aria-pressed="true"]:enabled::after{
|
|
2030
|
+
border:1px solid var(--button-background-color);
|
|
1622
2031
|
content:"";
|
|
1623
|
-
|
|
1624
|
-
height:var(--toggle-
|
|
1625
|
-
width:var(--toggle-
|
|
1626
|
-
|
|
2032
|
+
position:absolute;
|
|
2033
|
+
height:var(--toggle-height);
|
|
2034
|
+
width:var(--toggle-width);
|
|
2035
|
+
display:block;
|
|
1627
2036
|
border-radius:var(--toggle-border-radius);
|
|
1628
|
-
|
|
2037
|
+
inset:-2px;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
.toggle-button[aria-pressed="true"]:enabled:hover:active::after{
|
|
2041
|
+
border-color:var(--toggle-border-color-active);
|
|
2042
|
+
}
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
:root{
|
|
2046
|
+
--clear-signature-button-icon:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3H13.6C14 3 14.3 3.3 14.3 3.6C14.3 3.9 14 4.2 13.7 4.2H13.3V14C13.3 15.1 12.4 16 11.3 16H4.80005C3.70005 16 2.80005 15.1 2.80005 14V4.2H2.40005C2.00005 4.2 1.80005 4 1.80005 3.6C1.80005 3.2 2.00005 3 2.40005 3H5.00005V2C5.00005 0.9 5.90005 0 7.00005 0H9.00005C10.1 0 11 0.9 11 2V3ZM6.90005 1.2L6.30005 1.8V3H9.80005V1.8L9.20005 1.2H6.90005ZM11.4 14.7L12 14.1V4.2H4.00005V14.1L4.60005 14.7H11.4ZM7.00005 12.4C7.00005 12.7 6.70005 13 6.40005 13C6.10005 13 5.80005 12.7 5.80005 12.4V7.6C5.70005 7.3 6.00005 7 6.40005 7C6.80005 7 7.00005 7.3 7.00005 7.6V12.4ZM10.2001 12.4C10.2001 12.7 9.90006 13 9.60006 13C9.30006 13 9.00006 12.7 9.00006 12.4V7.6C9.00006 7.3 9.30006 7 9.60006 7C9.90006 7 10.2001 7.3 10.2001 7.6V12.4Z%22 fill%3D%22black%22 %2F%3E%3C%2Fsvg%3E");
|
|
2047
|
+
--csstools-light-dark-toggle--40:var(--csstools-color-scheme--light) #2b2a33;
|
|
2048
|
+
--signature-bg:var(--csstools-light-dark-toggle--40, #f9f9fb);
|
|
2049
|
+
--csstools-light-dark-toggle--41:var(--csstools-color-scheme--light) var(--signature-bg);
|
|
2050
|
+
--signature-hover-bg:var(--csstools-light-dark-toggle--41, #f0f0f4);
|
|
2051
|
+
--button-signature-bg:transparent;
|
|
2052
|
+
--button-signature-color:var(--main-color);
|
|
2053
|
+
--csstools-light-dark-toggle--42:var(--csstools-color-scheme--light) #5b5b66;
|
|
2054
|
+
--button-signature-active-bg:var(--csstools-light-dark-toggle--42, #cfcfd8);
|
|
2055
|
+
--button-signature-active-border:none;
|
|
2056
|
+
--button-signature-active-color:var(--button-signature-color);
|
|
2057
|
+
--button-signature-border:none;
|
|
2058
|
+
--csstools-light-dark-toggle--43:var(--csstools-color-scheme--light) #52525e;
|
|
2059
|
+
--button-signature-hover-bg:var(--csstools-light-dark-toggle--43, #e0e0e6);
|
|
2060
|
+
--button-signature-hover-color:var(--button-signature-color);
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
@supports (color: light-dark(red, red)){
|
|
2064
|
+
:root{
|
|
2065
|
+
--signature-bg:light-dark(#f9f9fb, #2b2a33);
|
|
2066
|
+
--signature-hover-bg:light-dark(#f0f0f4, var(--signature-bg));
|
|
2067
|
+
--button-signature-active-bg:light-dark(#cfcfd8, #5b5b66);
|
|
2068
|
+
--button-signature-hover-bg:light-dark(#e0e0e6, #52525e);
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
@supports not (color: light-dark(tan, tan)){
|
|
2073
|
+
|
|
2074
|
+
:root *{
|
|
2075
|
+
--csstools-light-dark-toggle--40:var(--csstools-color-scheme--light) #2b2a33;
|
|
2076
|
+
--signature-bg:var(--csstools-light-dark-toggle--40, #f9f9fb);
|
|
2077
|
+
--csstools-light-dark-toggle--41:var(--csstools-color-scheme--light) var(--signature-bg);
|
|
2078
|
+
--signature-hover-bg:var(--csstools-light-dark-toggle--41, #f0f0f4);
|
|
2079
|
+
--csstools-light-dark-toggle--42:var(--csstools-color-scheme--light) #5b5b66;
|
|
2080
|
+
--button-signature-active-bg:var(--csstools-light-dark-toggle--42, #cfcfd8);
|
|
2081
|
+
--csstools-light-dark-toggle--43:var(--csstools-color-scheme--light) #52525e;
|
|
2082
|
+
--button-signature-hover-bg:var(--csstools-light-dark-toggle--43, #e0e0e6);
|
|
2083
|
+
}
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2086
|
+
@media screen and (forced-colors: active){
|
|
2087
|
+
|
|
2088
|
+
:root{
|
|
2089
|
+
--signature-bg:HighlightText;
|
|
2090
|
+
--signature-hover-bg:var(--signature-bg);
|
|
2091
|
+
--button-signature-bg:HighlightText;
|
|
2092
|
+
--button-signature-color:ButtonText;
|
|
2093
|
+
--button-signature-active-bg:ButtonText;
|
|
2094
|
+
--button-signature-active-color:HighlightText;
|
|
2095
|
+
--button-signature-border:1px solid ButtonText;
|
|
2096
|
+
--button-signature-hover-bg:Highlight;
|
|
2097
|
+
--button-signature-hover-color:HighlightText;
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
.signatureDialog{
|
|
2102
|
+
--primary-color:var(--text-primary-color);
|
|
2103
|
+
--border-color:#8f8f9d;
|
|
2104
|
+
--open-link-fg:var(--link-fg-color);
|
|
2105
|
+
--open-link-hover-fg:var(--link-hover-fg-color);
|
|
2106
|
+
}
|
|
2107
|
+
|
|
2108
|
+
@media screen and (forced-colors: active){
|
|
2109
|
+
|
|
2110
|
+
.signatureDialog{
|
|
2111
|
+
--primary-color:ButtonText;
|
|
2112
|
+
--border-color:ButtonText;
|
|
2113
|
+
--open-link-fg:ButtonText;
|
|
2114
|
+
--open-link-hover-fg:ButtonText;
|
|
2115
|
+
}
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2118
|
+
.signatureDialog{
|
|
2119
|
+
|
|
2120
|
+
width:570px;
|
|
2121
|
+
max-width:100%;
|
|
2122
|
+
min-width:300px;
|
|
2123
|
+
padding:16px 0;
|
|
2124
|
+
}
|
|
2125
|
+
|
|
2126
|
+
.signatureDialog .mainContainer{
|
|
2127
|
+
width:100%;
|
|
2128
|
+
display:flex;
|
|
2129
|
+
flex-direction:column;
|
|
2130
|
+
align-items:flex-start;
|
|
2131
|
+
gap:12px;
|
|
2132
|
+
}
|
|
2133
|
+
|
|
2134
|
+
:is(.signatureDialog .mainContainer) span:not([role="sectionhead"]){
|
|
2135
|
+
font-size:13px;
|
|
2136
|
+
font-style:normal;
|
|
2137
|
+
font-weight:400;
|
|
2138
|
+
line-height:normal;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2141
|
+
:is(.signatureDialog .mainContainer) .title{
|
|
2142
|
+
margin-inline-start:16px;
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
.signatureDialog .inputWithClearButton{
|
|
2146
|
+
--button-dimension:24px;
|
|
2147
|
+
--clear-button-icon:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M7.85822 8.84922L4.85322 11.8542C4.75891 11.9453 4.63261 11.9957 4.50151 11.9946C4.37042 11.9934 4.24501 11.9408 4.15231 11.8481C4.0596 11.7554 4.00702 11.63 4.00588 11.4989C4.00474 11.3678 4.05514 11.2415 4.14622 11.1472L7.15122 8.14222V7.85922L4.14622 4.85322C4.05514 4.75891 4.00474 4.63261 4.00588 4.50151C4.00702 4.37042 4.0596 4.24501 4.15231 4.15231C4.24501 4.0596 4.37042 4.00702 4.50151 4.00588C4.63261 4.00474 4.75891 4.05514 4.85322 4.14622L7.85822 7.15122H8.14122L11.1462 4.14622C11.2405 4.05514 11.3668 4.00474 11.4979 4.00588C11.629 4.00702 11.7544 4.0596 11.8471 4.15231C11.9398 4.24501 11.9924 4.37042 11.9936 4.50151C11.9947 4.63261 11.9443 4.75891 11.8532 4.85322L8.84822 7.85922V8.14222L11.8532 11.1472C11.9443 11.2415 11.9947 11.3678 11.9936 11.4989C11.9924 11.63 11.9398 11.7554 11.8471 11.8481C11.7544 11.9408 11.629 11.9934 11.4979 11.9946C11.3668 11.9957 11.2405 11.9453 11.1462 11.8542L8.14122 8.84922L8.14222 8.85022L7.85822 8.84922Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
|
|
2148
|
+
|
|
2149
|
+
width:100%;
|
|
2150
|
+
position:relative;
|
|
2151
|
+
display:flex;
|
|
2152
|
+
align-items:center;
|
|
2153
|
+
justify-content:center;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
:is(.signatureDialog .inputWithClearButton) > input{
|
|
2157
|
+
width:100%;
|
|
2158
|
+
height:32px;
|
|
2159
|
+
padding-inline:8px calc(4px + var(--button-dimension));
|
|
2160
|
+
box-sizing:border-box;
|
|
2161
|
+
border-radius:4px;
|
|
2162
|
+
border:1px solid var(--border-color);
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2165
|
+
:is(.signatureDialog .inputWithClearButton) .clearInputButton{
|
|
2166
|
+
position:absolute;
|
|
2167
|
+
inset-block-start:4px;
|
|
2168
|
+
inset-inline-end:4px;
|
|
2169
|
+
display:inline-block;
|
|
2170
|
+
width:var(--button-dimension);
|
|
2171
|
+
height:var(--button-dimension);
|
|
2172
|
+
background-color:var(--input-text-fg-color);
|
|
2173
|
+
-webkit-mask-size:cover;
|
|
2174
|
+
mask-size:cover;
|
|
2175
|
+
-webkit-mask-image:var(--clear-button-icon);
|
|
2176
|
+
mask-image:var(--clear-button-icon);
|
|
2177
|
+
padding:0;
|
|
2178
|
+
border:0;
|
|
2179
|
+
}
|
|
2180
|
+
|
|
2181
|
+
#addSignatureDialog{
|
|
2182
|
+
--secondary-color:var(--text-secondary-color);
|
|
2183
|
+
--bg-hover:#e0e0e6;
|
|
2184
|
+
--tab-top-line-active-color:#0060df;
|
|
2185
|
+
--tab-top-line-active-hover-color:var(--tab-text-hover-color);
|
|
2186
|
+
--tab-top-line-hover-color:#8f8f9d;
|
|
2187
|
+
--tab-top-line-inactive-color:#cfcfd8;
|
|
2188
|
+
--tab-bottom-line-active-color:var(--tab-top-line-inactive-color);
|
|
2189
|
+
--tab-bottom-line-hover-color:var(--tab-top-line-inactive-color);
|
|
2190
|
+
--tab-bottom-line-inactive-color:var(--tab-top-line-inactive-color);
|
|
2191
|
+
--tab-bg:var(--dialog-bg-color);
|
|
2192
|
+
--tab-bg-active-color:var(--tab-bg);
|
|
2193
|
+
--tab-bg-active-hover-color:var(--bg-hover);
|
|
2194
|
+
--tab-bg-hover:var(--bg-hover);
|
|
2195
|
+
--tab-panel-border:none;
|
|
2196
|
+
--tab-panel-border-radius:4px;
|
|
2197
|
+
--tab-text-color:var(--primary-color);
|
|
2198
|
+
--tab-text-active-color:var(--tab-top-line-active-color);
|
|
2199
|
+
--tab-text-active-hover-color:var(--tab-text-hover-color);
|
|
2200
|
+
--tab-text-hover-color:var(--tab-text-color);
|
|
2201
|
+
--signature-placeholder-color:var(--secondary-color);
|
|
2202
|
+
--signature-draw-placeholder-color:var(--primary-color);
|
|
2203
|
+
--signature-color:var(--primary-color);
|
|
2204
|
+
--clear-signature-button-border-width:0;
|
|
2205
|
+
--clear-signature-button-border-style:solid;
|
|
2206
|
+
--clear-signature-button-border-color:transparent;
|
|
2207
|
+
--clear-signature-button-border-disabled-color:transparent;
|
|
2208
|
+
--clear-signature-button-color:var(--primary-color);
|
|
2209
|
+
--clear-signature-button-hover-color:var(--clear-signature-button-color);
|
|
2210
|
+
--clear-signature-button-active-color:var(--clear-signature-button-color);
|
|
2211
|
+
--clear-signature-button-disabled-color:var(--clear-signature-button-color);
|
|
2212
|
+
--clear-signature-button-focus-color:var(--clear-signature-button-color);
|
|
2213
|
+
--clear-signature-button-bg:var(--dialog-bg-color);
|
|
2214
|
+
--clear-signature-button-bg-hover:var(--bg-hover);
|
|
2215
|
+
--clear-signature-button-bg-active:#cfcfd8;
|
|
2216
|
+
--clear-signature-button-bg-focus:#f0f0f4;
|
|
2217
|
+
--clear-signature-button-bg-disabled:color-mix(
|
|
2218
|
+
in srgb,
|
|
2219
|
+
#f0f0f4,
|
|
2220
|
+
transparent 40%
|
|
2221
|
+
);
|
|
2222
|
+
--save-warning-color:var(--secondary-color);
|
|
2223
|
+
--thickness-bg:var(--dialog-bg-color);
|
|
2224
|
+
--thickness-label-color:var(--primary-color);
|
|
2225
|
+
--thickness-slider-color:var(--primary-color);
|
|
2226
|
+
--thickness-border:none;
|
|
2227
|
+
--draw-cursor:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M0.0189877 13.6645L0.612989 10.4635C0.687989 10.0545 0.884989 9.6805 1.18099 9.3825L9.98199 0.5805C10.756 -0.1925 12.015 -0.1945 12.792 0.5805L14.42 2.2085C15.194 2.9835 15.194 4.2435 14.42 5.0185L5.61599 13.8215C5.31999 14.1165 4.94599 14.3125 4.53799 14.3875L1.33599 14.9815C1.26599 14.9935 1.19799 15.0005 1.12999 15.0005C0.832989 15.0005 0.544988 14.8835 0.330988 14.6695C0.0679874 14.4055 -0.0490122 14.0305 0.0189877 13.6645Z%22 fill%3D%22white%22%2F%3E%3Cpath d%3D%22M0.0189877 13.6645L0.612989 10.4635C0.687989 10.0545 0.884989 9.6805 1.18099 9.3825L9.98199 0.5805C10.756 -0.1925 12.015 -0.1945 12.792 0.5805L14.42 2.2085C15.194 2.9835 15.194 4.2435 14.42 5.0185L5.61599 13.8215C5.31999 14.1165 4.94599 14.3125 4.53799 14.3875L1.33599 14.9815C1.26599 14.9935 1.19799 15.0005 1.12999 15.0005C0.832989 15.0005 0.544988 14.8835 0.330988 14.6695C0.0679874 14.4055 -0.0490122 14.0305 0.0189877 13.6645ZM12.472 5.1965L13.632 4.0365L13.631 3.1885L11.811 1.3675L10.963 1.3685L9.80299 2.5285L12.472 5.1965ZM4.31099 13.1585C4.47099 13.1285 4.61799 13.0515 4.73399 12.9345L11.587 6.0815L8.91899 3.4135L2.06599 10.2655C1.94899 10.3835 1.87199 10.5305 1.84099 10.6915L1.36699 13.2485L1.75199 13.6335L4.31099 13.1585Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E") 0 16, pointer;
|
|
2228
|
+
}
|
|
2229
|
+
|
|
2230
|
+
@media (prefers-color-scheme: dark){
|
|
2231
|
+
|
|
2232
|
+
#addSignatureDialog{
|
|
2233
|
+
--dialog-bg-color:#42414d;
|
|
2234
|
+
--bg-hover:#52525e;
|
|
2235
|
+
--primary-color:#fbfbfe;
|
|
2236
|
+
--secondary-color:#cfcfd8;
|
|
2237
|
+
--tab-top-line-active-color:#0df;
|
|
2238
|
+
--tab-top-line-inactive-color:#8f8f9d;
|
|
2239
|
+
--clear-signature-button-bg-active:#5b5b66;
|
|
2240
|
+
--clear-signature-button-bg-focus:#2b2a33;
|
|
2241
|
+
--clear-signature-button-bg-disabled:color-mix(
|
|
2242
|
+
in srgb,
|
|
2243
|
+
#2b2a33,
|
|
2244
|
+
transparent 40%
|
|
2245
|
+
);
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
|
|
2249
|
+
@media screen and (forced-colors: active){
|
|
2250
|
+
|
|
2251
|
+
#addSignatureDialog{
|
|
2252
|
+
--secondary-color:ButtonText;
|
|
2253
|
+
--bg:HighlightText;
|
|
2254
|
+
--bg-hover:var(--bg);
|
|
2255
|
+
--tab-top-line-active-color:ButtonText;
|
|
2256
|
+
--tab-top-line-active-hover-color:HighlightText;
|
|
2257
|
+
--tab-top-line-hover-color:SelectedItem;
|
|
2258
|
+
--tab-top-line-inactive-color:ButtonText;
|
|
2259
|
+
--tab-bottom-line-active-color:var(--tab-top-line-active-color);
|
|
2260
|
+
--tab-bottom-line-hover-color:var(--tab-top-line-hover-color);
|
|
2261
|
+
--tab-bg:var(--bg);
|
|
2262
|
+
--tab-bg-active-color:SelectedItem;
|
|
2263
|
+
--tab-bg-active-hover-color:SelectedItem;
|
|
2264
|
+
--tab-panel-border:1px solid ButtonText;
|
|
2265
|
+
--tab-panel-border-radius:8px;
|
|
2266
|
+
--tab-text-color:ButtonText;
|
|
2267
|
+
--tab-text-active-color:HighlightText;
|
|
2268
|
+
--tab-text-active-hover-color:HighlightText;
|
|
2269
|
+
--tab-text-hover-color:SelectedItem;
|
|
2270
|
+
--signature-color:ButtonText;
|
|
2271
|
+
--clear-signature-button-border-width:1px;
|
|
2272
|
+
--clear-signature-button-border-style:solid;
|
|
2273
|
+
--clear-signature-button-border-color:ButtonText;
|
|
2274
|
+
--clear-signature-button-border-disabled-color:GrayText;
|
|
2275
|
+
--clear-signature-button-color:ButtonText;
|
|
2276
|
+
--clear-signature-button-hover-color:HighlightText;
|
|
2277
|
+
--clear-signature-button-active-color:SelectedItem;
|
|
2278
|
+
--clear-signature-button-focus-color:CanvasText;
|
|
2279
|
+
--clear-signature-button-disabled-color:GrayText;
|
|
2280
|
+
--clear-signature-button-bg:var(--bg);
|
|
2281
|
+
--clear-signature-button-bg-hover:SelectedItem;
|
|
2282
|
+
--clear-signature-button-bg-active:var(--bg);
|
|
2283
|
+
--clear-signature-button-bg-focus:var(--bg);
|
|
2284
|
+
--clear-signature-button-bg-disabled:var(--bg);
|
|
2285
|
+
--thickness-bg:Canvas;
|
|
2286
|
+
--thickness-label-color:CanvasText;
|
|
2287
|
+
--thickness-slider-color:ButtonText;
|
|
2288
|
+
--thickness-border:1px solid var(--border-color);
|
|
2289
|
+
}
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
#addSignatureDialog #addSignatureDialogLabel{
|
|
2293
|
+
overflow:hidden;
|
|
2294
|
+
position:absolute;
|
|
2295
|
+
inset:0;
|
|
2296
|
+
width:0;
|
|
2297
|
+
height:0;
|
|
2298
|
+
}
|
|
2299
|
+
|
|
2300
|
+
#addSignatureDialog.waiting::after{
|
|
2301
|
+
content:"";
|
|
2302
|
+
cursor:wait;
|
|
2303
|
+
position:absolute;
|
|
2304
|
+
inset:0;
|
|
2305
|
+
width:100%;
|
|
2306
|
+
height:100%;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
:is(#addSignatureDialog .mainContainer) [role="tablist"]{
|
|
2310
|
+
width:100%;
|
|
2311
|
+
display:flex;
|
|
2312
|
+
align-items:flex-start;
|
|
2313
|
+
gap:0;
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
:is(:is(#addSignatureDialog .mainContainer) [role="tablist"]) > [role="tab"]{
|
|
2317
|
+
flex:1 0 0;
|
|
2318
|
+
align-self:stretch;
|
|
2319
|
+
background-color:var(--tab-bg);
|
|
2320
|
+
padding-inline:0;
|
|
2321
|
+
cursor:default;
|
|
2322
|
+
|
|
2323
|
+
border-inline:0;
|
|
2324
|
+
border-block-width:1px;
|
|
2325
|
+
border-block-style:solid;
|
|
2326
|
+
border-block-start-color:var(--tab-top-line-inactive-color);
|
|
2327
|
+
border-block-end-color:var(--tab-bottom-line-inactive-color);
|
|
2328
|
+
border-radius:0;
|
|
2329
|
+
|
|
2330
|
+
font:menu;
|
|
2331
|
+
font-size:13px;
|
|
2332
|
+
font-style:normal;
|
|
2333
|
+
line-height:normal;
|
|
2334
|
+
font-weight:400;
|
|
2335
|
+
color:var(--tab-text-color);
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
:is(:is(:is(#addSignatureDialog .mainContainer) [role="tablist"]) > [role="tab"]):hover{
|
|
2339
|
+
border-block-start-width:2px;
|
|
2340
|
+
border-block-start-color:var(--tab-top-line-hover-color);
|
|
2341
|
+
border-block-end-color:var(--tab-bottom-line-hover-color);
|
|
2342
|
+
background-color:var(--tab-bg-hover);
|
|
2343
|
+
color:var(--tab-text-hover-color);
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
:is(:is(:is(#addSignatureDialog .mainContainer) [role="tablist"]) > [role="tab"]):focus-visible{
|
|
2347
|
+
outline:2px solid var(--tab-top-line-active-color);
|
|
2348
|
+
outline-offset:-2px;
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
[aria-selected="true"]:is(:is(:is(#addSignatureDialog .mainContainer) [role="tablist"]) > [role="tab"]){
|
|
2352
|
+
border-block-start-width:2px;
|
|
2353
|
+
border-block-start-color:var(--tab-top-line-active-color);
|
|
2354
|
+
border-block-end-color:var(--tab-bottom-line-active-color);
|
|
2355
|
+
background-color:var(--tab-bg-active-color);
|
|
2356
|
+
font-weight:590;
|
|
2357
|
+
color:var(--tab-text-active-color);
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
[aria-selected="true"]:is(:is(:is(#addSignatureDialog .mainContainer) [role="tablist"]) > [role="tab"]):hover{
|
|
2361
|
+
border-block-start-color:var(--tab-top-line-active-hover-color);
|
|
2362
|
+
background-color:var(--tab-bg-active-hover-color);
|
|
2363
|
+
color:var(--tab-text-active-hover-color);
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer{
|
|
2367
|
+
width:100%;
|
|
2368
|
+
height:auto;
|
|
2369
|
+
display:flex;
|
|
2370
|
+
flex-direction:column;
|
|
2371
|
+
align-items:flex-end;
|
|
2372
|
+
align-self:stretch;
|
|
2373
|
+
gap:12px;
|
|
2374
|
+
padding-inline:16px;
|
|
2375
|
+
box-sizing:border-box;
|
|
2376
|
+
}
|
|
2377
|
+
|
|
2378
|
+
:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]{
|
|
2379
|
+
position:relative;
|
|
2380
|
+
width:100%;
|
|
2381
|
+
height:220px;
|
|
2382
|
+
background-color:var(--signature-bg);
|
|
2383
|
+
border:var(--tab-panel-border);
|
|
2384
|
+
border-radius:var(--tab-panel-border-radius);
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2387
|
+
:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) > svg{
|
|
2388
|
+
position:absolute;
|
|
2389
|
+
inset:0;
|
|
2390
|
+
width:100%;
|
|
2391
|
+
height:100%;
|
|
2392
|
+
background-color:transparent;
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]){
|
|
2396
|
+
display:none;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #addSignatureTypeInput{
|
|
2400
|
+
position:absolute;
|
|
2401
|
+
inset:0;
|
|
2402
|
+
width:100%;
|
|
2403
|
+
height:100%;
|
|
2404
|
+
border:0;
|
|
2405
|
+
padding:0;
|
|
2406
|
+
text-align:center;
|
|
2407
|
+
color:var(--signature-color);
|
|
2408
|
+
background-color:transparent;
|
|
2409
|
+
border-radius:var(--tab-panel-border-radius);
|
|
2410
|
+
|
|
2411
|
+
font-family:"Brush script", "Apple Chancery", "Segoe script", "Freestyle Script", "Palace Script MT", "Brush Script MT", TK, cursive, serif;
|
|
2412
|
+
font-size:44px;
|
|
2413
|
+
font-style:italic;
|
|
2414
|
+
font-weight:400;
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2417
|
+
:is(#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #addSignatureTypeInput)::-moz-placeholder{
|
|
2418
|
+
color:var(--signature-placeholder-color);
|
|
2419
|
+
text-align:center;
|
|
2420
|
+
|
|
2421
|
+
font:menu;
|
|
2422
|
+
font-style:normal;
|
|
2423
|
+
font-weight:274;
|
|
2424
|
+
font-size:44px;
|
|
2425
|
+
line-height:normal;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
:is(#addSignatureTypeContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #addSignatureTypeInput)::placeholder{
|
|
2429
|
+
color:var(--signature-placeholder-color);
|
|
2430
|
+
text-align:center;
|
|
2431
|
+
|
|
2432
|
+
font:menu;
|
|
2433
|
+
font-style:normal;
|
|
2434
|
+
font-weight:274;
|
|
2435
|
+
font-size:44px;
|
|
2436
|
+
line-height:normal;
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]){
|
|
2440
|
+
display:none;
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) > span{
|
|
2444
|
+
position:absolute;
|
|
2445
|
+
top:0;
|
|
2446
|
+
left:0;
|
|
2447
|
+
width:100%;
|
|
2448
|
+
height:100%;
|
|
2449
|
+
display:grid;
|
|
2450
|
+
align-items:center;
|
|
2451
|
+
justify-content:center;
|
|
2452
|
+
|
|
2453
|
+
background-color:transparent;
|
|
2454
|
+
color:var(--signature-placeholder-color);
|
|
2455
|
+
-webkit-user-select:none;
|
|
2456
|
+
-moz-user-select:none;
|
|
2457
|
+
user-select:none;
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) > svg{
|
|
2461
|
+
stroke:var(--signature-color);
|
|
2462
|
+
fill:none;
|
|
2463
|
+
stroke-opacity:1;
|
|
2464
|
+
stroke-linecap:round;
|
|
2465
|
+
stroke-linejoin:round;
|
|
2466
|
+
stroke-miterlimit:10;
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) > svg):hover{
|
|
2470
|
+
cursor:var(--draw-cursor);
|
|
2471
|
+
}
|
|
2472
|
+
|
|
2473
|
+
#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness{
|
|
2474
|
+
position:absolute;
|
|
2475
|
+
width:100%;
|
|
2476
|
+
inset-block-end:0;
|
|
2477
|
+
display:grid;
|
|
2478
|
+
align-items:center;
|
|
2479
|
+
justify-content:center;
|
|
2480
|
+
pointer-events:none;
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > span{
|
|
2484
|
+
color:var(--signature-draw-placeholder-color);
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > div{
|
|
2488
|
+
width:auto;
|
|
2489
|
+
height:auto;
|
|
2490
|
+
display:flex;
|
|
2491
|
+
align-items:center;
|
|
2492
|
+
justify-content:center;
|
|
2493
|
+
gap:8px;
|
|
2494
|
+
padding:6px 8px 7px;
|
|
2495
|
+
margin:0;
|
|
2496
|
+
background-color:var(--thickness-bg);
|
|
2497
|
+
border-radius:4px 4px 0 0;
|
|
2498
|
+
border-inline:var(--thickness-border);
|
|
2499
|
+
border-top:var(--thickness-border);
|
|
2500
|
+
pointer-events:auto;
|
|
2501
|
+
position:relative;
|
|
2502
|
+
top:1px;
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > div) > label{
|
|
2506
|
+
color:var(--thickness-label-color);
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > div) > input{
|
|
2510
|
+
width:100px;
|
|
2511
|
+
height:14px;
|
|
2512
|
+
background-color:transparent;
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > div) > input)::-webkit-slider-runnable-track,:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > div) > input)::-moz-range-track,:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > div) > input)::-moz-range-progress{
|
|
2516
|
+
background-color:var(--thickness-slider-color);
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > div) > input)::-webkit-slider-thumb,:is(:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > div) > input)::-moz-range-thumb{
|
|
2520
|
+
background-color:var(--thickness-bg);
|
|
2521
|
+
}
|
|
2522
|
+
|
|
2523
|
+
:is(:is(#addSignatureDrawContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #thickness) > div) > input{
|
|
2524
|
+
|
|
2525
|
+
border-radius:4.5px;
|
|
2526
|
+
border:0;
|
|
2527
|
+
color:var(--signature-color);
|
|
2528
|
+
}
|
|
2529
|
+
|
|
2530
|
+
#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]){
|
|
2531
|
+
display:none;
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) > svg{
|
|
2535
|
+
stroke:none;
|
|
2536
|
+
stroke-width:0;
|
|
2537
|
+
fill:var(--signature-color);
|
|
2538
|
+
fill-opacity:1;
|
|
2539
|
+
}
|
|
2540
|
+
|
|
2541
|
+
#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #addSignatureImagePlaceholder{
|
|
2542
|
+
position:absolute;
|
|
2543
|
+
top:0;
|
|
2544
|
+
left:0;
|
|
2545
|
+
width:100%;
|
|
2546
|
+
height:100%;
|
|
2547
|
+
background-color:transparent;
|
|
2548
|
+
display:flex;
|
|
2549
|
+
flex-direction:column;
|
|
2550
|
+
align-items:center;
|
|
2551
|
+
justify-content:center;
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
:is(#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #addSignatureImagePlaceholder) span{
|
|
2555
|
+
color:var(--signature-placeholder-color);
|
|
2556
|
+
}
|
|
2557
|
+
|
|
2558
|
+
:is(#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #addSignatureImagePlaceholder) a{
|
|
2559
|
+
color:var(--open-link-fg);
|
|
2560
|
+
text-decoration:underline;
|
|
2561
|
+
cursor:pointer;
|
|
2562
|
+
}
|
|
2563
|
+
|
|
2564
|
+
:is(:is(#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #addSignatureImagePlaceholder) a):hover{
|
|
2565
|
+
color:var(--open-link-hover-fg);
|
|
2566
|
+
}
|
|
2567
|
+
|
|
2568
|
+
#addSignatureImageContainer:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > [role="tabpanel"]) #addSignatureFilePicker{
|
|
2569
|
+
visibility:hidden;
|
|
2570
|
+
position:relative;
|
|
2571
|
+
width:0;
|
|
2572
|
+
height:0;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
[data-selected="type"]:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > #addSignatureTypeContainer,[data-selected="draw"]:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > #addSignatureDrawContainer,[data-selected="image"]:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) > #addSignatureImageContainer{
|
|
2576
|
+
display:block;
|
|
2577
|
+
}
|
|
2578
|
+
|
|
2579
|
+
:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls{
|
|
2580
|
+
display:flex;
|
|
2581
|
+
flex-direction:column;
|
|
2582
|
+
justify-content:center;
|
|
2583
|
+
align-items:flex-start;
|
|
2584
|
+
gap:12px;
|
|
2585
|
+
align-self:stretch;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer{
|
|
2589
|
+
display:flex;
|
|
2590
|
+
align-items:flex-end;
|
|
2591
|
+
gap:16px;
|
|
2592
|
+
align-self:stretch;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #addSignatureDescriptionContainer{
|
|
2596
|
+
display:flex;
|
|
2597
|
+
flex-direction:column;
|
|
2598
|
+
align-items:flex-start;
|
|
2599
|
+
gap:4px;
|
|
2600
|
+
flex:1 0 0;
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #addSignatureDescriptionContainer):has(input:disabled) > label{
|
|
2604
|
+
opacity:0.4;
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #addSignatureDescriptionContainer) > label{
|
|
2608
|
+
width:auto;
|
|
2609
|
+
}
|
|
2610
|
+
|
|
2611
|
+
:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton{
|
|
2612
|
+
display:flex;
|
|
2613
|
+
height:32px;
|
|
2614
|
+
padding:4px 8px;
|
|
2615
|
+
align-items:center;
|
|
2616
|
+
background-color:var(--clear-signature-button-bg);
|
|
2617
|
+
border-width:var(--clear-signature-button-border-width);
|
|
2618
|
+
border-style:var(--clear-signature-button-border-style);
|
|
2619
|
+
border-color:var(--clear-signature-button-border-color);
|
|
2620
|
+
border-radius:4px;
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton) > span{
|
|
2624
|
+
display:flex;
|
|
2625
|
+
height:24px;
|
|
2626
|
+
align-items:center;
|
|
2627
|
+
gap:4px;
|
|
2628
|
+
flex-shrink:0;
|
|
2629
|
+
|
|
2630
|
+
color:var(--clear-signature-button-color);
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton) > span)::after{
|
|
2634
|
+
content:"";
|
|
2635
|
+
display:inline-block;
|
|
2636
|
+
width:16px;
|
|
2637
|
+
height:16px;
|
|
2638
|
+
-webkit-mask-image:var(--clear-signature-button-icon);
|
|
2639
|
+
mask-image:var(--clear-signature-button-icon);
|
|
2640
|
+
-webkit-mask-size:cover;
|
|
2641
|
+
mask-size:cover;
|
|
2642
|
+
background-color:var(--clear-signature-button-color);
|
|
2643
|
+
flex-shrink:0;
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):hover{
|
|
2647
|
+
background-color:var(--clear-signature-button-bg-hover);
|
|
2648
|
+
}
|
|
2649
|
+
|
|
2650
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):hover > span{
|
|
2651
|
+
color:var(--clear-signature-button-hover-color);
|
|
2652
|
+
}
|
|
2653
|
+
|
|
2654
|
+
:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):hover > span)::after{
|
|
2655
|
+
background-color:var(--clear-signature-button-hover-color);
|
|
2656
|
+
}
|
|
2657
|
+
|
|
2658
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):active{
|
|
2659
|
+
background-color:var(--clear-signature-button-bg-active);
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2662
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):active > span{
|
|
2663
|
+
color:var(--clear-signature-button-active-color);
|
|
2664
|
+
}
|
|
2665
|
+
|
|
2666
|
+
:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):active > span)::after{
|
|
2667
|
+
background-color:var(--clear-signature-button-active-color);
|
|
2668
|
+
}
|
|
2669
|
+
|
|
2670
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):focus-visible{
|
|
2671
|
+
background-color:var(--clear-signature-button-bg-focus);
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):focus-visible > span{
|
|
2675
|
+
color:var(--clear-signature-button-focus-color);
|
|
2676
|
+
}
|
|
2677
|
+
|
|
2678
|
+
:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):focus-visible > span)::after{
|
|
2679
|
+
background-color:var(--clear-signature-button-focus-color);
|
|
2680
|
+
}
|
|
2681
|
+
|
|
2682
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):disabled{
|
|
2683
|
+
background-color:var(--clear-signature-button-bg-disabled);
|
|
2684
|
+
border-color:var(--clear-signature-button-border-disabled-color);
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):disabled > span{
|
|
2688
|
+
color:var(--clear-signature-button-disabled-color);
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2691
|
+
:is(:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #horizontalContainer) #clearSignatureButton):disabled > span)::after{
|
|
2692
|
+
background-color:var(
|
|
2693
|
+
--clear-signature-button-disabled-color
|
|
2694
|
+
);
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer{
|
|
2698
|
+
display:grid;
|
|
2699
|
+
grid-template-columns:max-content auto;
|
|
2700
|
+
gap:4px;
|
|
2701
|
+
width:100%;
|
|
2702
|
+
}
|
|
2703
|
+
|
|
2704
|
+
:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer) > input{
|
|
2705
|
+
margin:0;
|
|
2706
|
+
}
|
|
2707
|
+
|
|
2708
|
+
:is(:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer) > input):disabled + label{
|
|
2709
|
+
opacity:0.4;
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer) > label{
|
|
2713
|
+
-webkit-user-select:none;
|
|
2714
|
+
-moz-user-select:none;
|
|
2715
|
+
user-select:none;
|
|
2716
|
+
}
|
|
2717
|
+
|
|
2718
|
+
:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer):not(.fullStorage) #addSignatureSaveWarning{
|
|
2719
|
+
display:none;
|
|
2720
|
+
}
|
|
2721
|
+
|
|
2722
|
+
.fullStorage:is(:is(:is(:is(#addSignatureDialog .mainContainer) #addSignatureActionContainer) #addSignatureControls) #addSignatureSaveContainer) #addSignatureSaveWarning{
|
|
2723
|
+
display:block;
|
|
2724
|
+
opacity:1;
|
|
2725
|
+
color:var(--save-warning-color);
|
|
2726
|
+
font-size:11px;
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2729
|
+
#editSignatureDescriptionDialog .mainContainer{
|
|
2730
|
+
padding-inline:16px;
|
|
2731
|
+
box-sizing:border-box;
|
|
2732
|
+
}
|
|
2733
|
+
|
|
2734
|
+
:is(#editSignatureDescriptionDialog .mainContainer) .title{
|
|
2735
|
+
margin-inline-start:0;
|
|
2736
|
+
}
|
|
2737
|
+
|
|
2738
|
+
:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView{
|
|
2739
|
+
width:auto;
|
|
2740
|
+
display:flex;
|
|
2741
|
+
justify-content:flex-end;
|
|
2742
|
+
align-items:flex-start;
|
|
2743
|
+
gap:12px;
|
|
2744
|
+
align-self:stretch;
|
|
2745
|
+
}
|
|
2746
|
+
|
|
2747
|
+
:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView) #editSignatureDescriptionContainer{
|
|
2748
|
+
display:flex;
|
|
2749
|
+
flex-direction:column;
|
|
2750
|
+
align-items:flex-start;
|
|
2751
|
+
gap:4px;
|
|
2752
|
+
flex:1 1 auto;
|
|
2753
|
+
}
|
|
2754
|
+
|
|
2755
|
+
:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView) > svg{
|
|
2756
|
+
width:210px;
|
|
2757
|
+
height:180px;
|
|
2758
|
+
padding:8px;
|
|
2759
|
+
background-color:var(--signature-bg);
|
|
2760
|
+
}
|
|
2761
|
+
|
|
2762
|
+
:is(:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView) > svg) > path{
|
|
2763
|
+
stroke:var(--button-signature-color);
|
|
2764
|
+
stroke-width:1px;
|
|
2765
|
+
stroke-linecap:round;
|
|
2766
|
+
stroke-linejoin:round;
|
|
2767
|
+
stroke-miterlimit:10;
|
|
2768
|
+
vector-effect:non-scaling-stroke;
|
|
2769
|
+
fill:none;
|
|
2770
|
+
}
|
|
2771
|
+
|
|
2772
|
+
.contours:is(:is(:is(:is(#editSignatureDescriptionDialog .mainContainer) #editSignatureDescriptionAndView) > svg) > path){
|
|
2773
|
+
fill:var(--button-signature-color);
|
|
2774
|
+
stroke-width:0.5px;
|
|
2775
|
+
}
|
|
2776
|
+
|
|
2777
|
+
#editorSignatureParamsToolbar{
|
|
2778
|
+
padding:8px;
|
|
2779
|
+
}
|
|
2780
|
+
|
|
2781
|
+
#editorSignatureParamsToolbar #addSignatureDoorHanger{
|
|
2782
|
+
gap:8px;
|
|
2783
|
+
padding:2px;
|
|
2784
|
+
}
|
|
2785
|
+
|
|
2786
|
+
:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer{
|
|
2787
|
+
height:32px;
|
|
2788
|
+
display:flex;
|
|
2789
|
+
justify-content:space-between;
|
|
2790
|
+
align-items:center;
|
|
2791
|
+
align-self:stretch;
|
|
2792
|
+
gap:8px;
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button{
|
|
2796
|
+
border:var(--button-signature-border);
|
|
2797
|
+
border-radius:4px;
|
|
2798
|
+
background-color:var(--button-signature-bg);
|
|
2799
|
+
color:var(--button-signature-color);
|
|
2800
|
+
}
|
|
2801
|
+
|
|
2802
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):hover{
|
|
2803
|
+
background-color:var(--button-signature-hover-bg);
|
|
2804
|
+
}
|
|
2805
|
+
|
|
2806
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):active{
|
|
2807
|
+
border:var(--button-signature-active-border);
|
|
2808
|
+
background-color:var(--button-signature-active-bg);
|
|
2809
|
+
color:var(--button-signature-active-color);
|
|
2810
|
+
}
|
|
2811
|
+
|
|
2812
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):active::before{
|
|
2813
|
+
background-color:var(--button-signature-active-color);
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2816
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):focus-visible{
|
|
2817
|
+
outline:var(--focus-ring-outline);
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2820
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) button):focus-visible::before{
|
|
2821
|
+
background-color:var(--button-signature-color);
|
|
2822
|
+
}
|
|
2823
|
+
|
|
2824
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .deleteButton)::before{
|
|
2825
|
+
-webkit-mask-image:var(--clear-signature-button-icon);
|
|
2826
|
+
mask-image:var(--clear-signature-button-icon);
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton{
|
|
2830
|
+
width:calc(0.8 * var(--editor-toolbar-min-width));
|
|
2831
|
+
height:100%;
|
|
2832
|
+
min-height:var(--menuitem-height);
|
|
2833
|
+
aspect-ratio:unset;
|
|
2834
|
+
display:flex;
|
|
2835
|
+
align-items:center;
|
|
2836
|
+
justify-content:flex-start;
|
|
2837
|
+
outline:none;
|
|
2838
|
+
border-radius:4px;
|
|
2839
|
+
box-sizing:border-box;
|
|
2840
|
+
font:message-box;
|
|
2841
|
+
position:relative;
|
|
2842
|
+
flex:1 1 auto;
|
|
2843
|
+
padding:0;
|
|
2844
|
+
gap:8px;
|
|
2845
|
+
text-align:start;
|
|
2846
|
+
white-space:normal;
|
|
2847
|
+
cursor:default;
|
|
2848
|
+
overflow:hidden;
|
|
2849
|
+
}
|
|
2850
|
+
|
|
2851
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton) > svg{
|
|
2852
|
+
display:inline-block;
|
|
2853
|
+
height:100%;
|
|
2854
|
+
aspect-ratio:1;
|
|
2855
|
+
background-color:var(--signature-bg);
|
|
2856
|
+
flex:none;
|
|
2857
|
+
padding:4px;
|
|
2858
|
+
box-sizing:border-box;
|
|
2859
|
+
border:none;
|
|
2860
|
+
border-radius:4px;
|
|
2861
|
+
}
|
|
2862
|
+
|
|
2863
|
+
:is(:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton) > svg) > path{
|
|
2864
|
+
stroke:var(--button-signature-color);
|
|
2865
|
+
stroke-width:1px;
|
|
2866
|
+
stroke-linecap:round;
|
|
2867
|
+
stroke-linejoin:round;
|
|
2868
|
+
stroke-miterlimit:10;
|
|
2869
|
+
vector-effect:non-scaling-stroke;
|
|
2870
|
+
fill:none;
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
.contours:is(:is(:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton) > svg) > path){
|
|
2874
|
+
fill:var(--button-signature-color);
|
|
2875
|
+
stroke-width:0.5px;
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):is(:hover,:active) > svg{
|
|
2879
|
+
border-radius:4px 0 0 4px;
|
|
2880
|
+
background-color:var(--signature-hover-bg);
|
|
2881
|
+
}
|
|
2882
|
+
|
|
2883
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):hover > span{
|
|
2884
|
+
color:var(--button-signature-hover-color);
|
|
2885
|
+
}
|
|
2886
|
+
|
|
2887
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):active{
|
|
2888
|
+
background-color:var(--button-signature-active-bg);
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton):is([disabled="disabled"],[disabled]){
|
|
2892
|
+
opacity:0.5;
|
|
2893
|
+
pointer-events:none;
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2896
|
+
:is(:is(:is(#editorSignatureParamsToolbar #addSignatureDoorHanger) .toolbarAddSignatureButtonContainer) .toolbarAddSignatureButton) > span{
|
|
2897
|
+
height:auto;
|
|
2898
|
+
text-overflow:ellipsis;
|
|
2899
|
+
white-space:nowrap;
|
|
2900
|
+
flex:1 1 auto;
|
|
2901
|
+
font:menu;
|
|
2902
|
+
font-size:13px;
|
|
2903
|
+
font-style:normal;
|
|
2904
|
+
font-weight:400;
|
|
2905
|
+
line-height:normal;
|
|
2906
|
+
overflow:hidden;
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
.editDescription.altText{
|
|
2910
|
+
--alt-text-add-image:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2217%22 viewBox%3D%220 0 16 17%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M14.9815 14.3461L14.3875 11.1451C14.3125 10.7361 14.1155 10.3621 13.8195 10.0641L5.0185 1.26214C4.2445 0.489141 2.9855 0.487141 2.2085 1.26214L0.5805 2.89014C-0.1935 3.66514 -0.1935 4.92514 0.5805 5.70014L9.3845 14.5031C9.6805 14.7981 10.0545 14.9941 10.4625 15.0691L13.6645 15.6631C13.7345 15.6751 13.8025 15.6821 13.8705 15.6821C14.1675 15.6821 14.4555 15.5651 14.6695 15.3511C14.9325 15.0871 15.0495 14.7121 14.9815 14.3461ZM2.5285 5.87814L1.3685 4.71814L1.3695 3.87014L3.1895 2.04914L4.0375 2.05014L5.1975 3.21014L2.5285 5.87814ZM10.6895 13.8401C10.5295 13.8101 10.3825 13.7331 10.2665 13.6161L3.4135 6.76314L6.0815 4.09514L12.9345 10.9471C13.0515 11.0651 13.1285 11.2121 13.1595 11.3731L13.6335 13.9301L13.2485 14.3151L10.6895 13.8401Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E") !important;
|
|
2911
|
+
}
|
|
2912
|
+
|
|
2913
|
+
.editDescription.altText::before{
|
|
2914
|
+
width:16px !important;
|
|
2915
|
+
height:16px !important;
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
.commentPopup,
|
|
2919
|
+
#commentManagerDialog{
|
|
2920
|
+
width:360px;
|
|
2921
|
+
max-width:100%;
|
|
2922
|
+
min-width:200px;
|
|
2923
|
+
position:absolute;
|
|
2924
|
+
padding:8px 16px 16px;
|
|
2925
|
+
margin-left:0;
|
|
2926
|
+
margin-top:0;
|
|
2927
|
+
box-sizing:border-box;
|
|
2928
|
+
|
|
2929
|
+
border-radius:8px;
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
#commentManagerDialog{
|
|
2933
|
+
--comment-close-button-icon:url("data:image/svg+xml,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M13.6241 11.7759L18.3331 7.06694C18.4423 6.94811 18.5015 6.79167 18.4981 6.63028C18.4948 6.46889 18.4292 6.31502 18.3152 6.20081C18.2011 6.0866 18.0473 6.02088 17.8859 6.01736C17.7245 6.01384 17.568 6.0728 17.4491 6.18194L12.7601 10.8709H12.2721L7.58306 6.18294C7.52495 6.12489 7.45598 6.07886 7.38008 6.04747C7.30418 6.01609 7.22284 5.99995 7.14071 6C7.05857 6.00005 6.97725 6.01627 6.90139 6.04774C6.82553 6.07922 6.75661 6.12533 6.69856 6.18344C6.64052 6.24155 6.59449 6.31052 6.5631 6.38642C6.53171 6.46232 6.51558 6.54366 6.51563 6.62579C6.51572 6.79167 6.5817 6.95071 6.69906 7.06794L11.3861 11.7539V12.2449L6.69906 16.9319C6.5898 17.0508 6.53066 17.2072 6.53399 17.3686C6.53732 17.53 6.60288 17.6839 6.71696 17.7981C6.83104 17.9123 6.98483 17.978 7.14622 17.9815C7.3076 17.985 7.46411 17.9261 7.58306 17.8169L12.2701 13.1299H12.7611L17.4481 17.8169C17.5656 17.934 17.7247 17.9997 17.8906 17.9997C18.0564 17.9997 18.2155 17.934 18.3331 17.8169C18.4504 17.6996 18.5163 17.5404 18.5163 17.3744C18.5163 17.2085 18.4504 17.0493 18.3331 16.9319L13.6241 12.2229V11.7759Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
#commentManagerDialog .mainContainer{
|
|
2937
|
+
width:100%;
|
|
2938
|
+
height:auto;
|
|
2939
|
+
display:flex;
|
|
2940
|
+
flex-direction:column;
|
|
2941
|
+
align-items:flex-start;
|
|
2942
|
+
gap:4px;
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2945
|
+
:is(#commentManagerDialog .mainContainer) #commentManagerToolbar{
|
|
2946
|
+
width:100%;
|
|
2947
|
+
height:32px;
|
|
2948
|
+
display:flex;
|
|
2949
|
+
justify-content:flex-start;
|
|
2950
|
+
align-items:flex-start;
|
|
2951
|
+
gap:8px;
|
|
2952
|
+
align-self:stretch;
|
|
2953
|
+
|
|
2954
|
+
cursor:move;
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2957
|
+
:is(#commentManagerDialog .mainContainer) #commentManagerTextInput{
|
|
2958
|
+
width:100%;
|
|
2959
|
+
min-height:132px;
|
|
2960
|
+
margin-bottom:12px;
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
.annotationLayer.disabled :is(.annotationCommentButton){
|
|
2964
|
+
display:none;
|
|
2965
|
+
}
|
|
2966
|
+
|
|
2967
|
+
:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{
|
|
2968
|
+
--csstools-color-scheme--light:initial;
|
|
2969
|
+
color-scheme:light dark;
|
|
2970
|
+
--csstools-light-dark-toggle--44:var(--csstools-color-scheme--light) #1c1b22;
|
|
2971
|
+
--comment-button-bg:var(--csstools-light-dark-toggle--44, white);
|
|
2972
|
+
--csstools-light-dark-toggle--45:var(--csstools-color-scheme--light) #fbfbfe;
|
|
2973
|
+
--comment-button-fg:var(--csstools-light-dark-toggle--45, #5b5b66);
|
|
2974
|
+
--csstools-light-dark-toggle--46:var(--csstools-color-scheme--light) #a6ecf4;
|
|
2975
|
+
--comment-button-active-bg:var(--csstools-light-dark-toggle--46, #0041a4);
|
|
2976
|
+
--csstools-light-dark-toggle--47:var(--csstools-color-scheme--light) #15141a;
|
|
2977
|
+
--comment-button-active-fg:var(--csstools-light-dark-toggle--47, white);
|
|
2978
|
+
--csstools-light-dark-toggle--48:var(--csstools-color-scheme--light) #61dce9;
|
|
2979
|
+
--comment-button-hover-bg:var(--csstools-light-dark-toggle--48, #0053cb);
|
|
2980
|
+
--csstools-light-dark-toggle--49:var(--csstools-color-scheme--light) #15141a;
|
|
2981
|
+
--comment-button-hover-fg:var(--csstools-light-dark-toggle--49, white);
|
|
2982
|
+
--csstools-light-dark-toggle--50:var(--csstools-color-scheme--light) #00cadb;
|
|
2983
|
+
--comment-button-selected-bg:var(--csstools-light-dark-toggle--50, #0062fa);
|
|
2984
|
+
--csstools-light-dark-toggle--51:var(--csstools-color-scheme--light) #bfbfc9;
|
|
2985
|
+
--comment-button-border-color:var(--csstools-light-dark-toggle--51, #8f8f9d);
|
|
2986
|
+
--comment-button-active-border-color:var(--comment-button-active-bg);
|
|
2987
|
+
--csstools-light-dark-toggle--52:var(--csstools-color-scheme--light) #3a3944;
|
|
2988
|
+
--comment-button-focus-border-color:var(--csstools-light-dark-toggle--52, #cfcfd8);
|
|
2989
|
+
--comment-button-hover-border-color:var(--comment-button-hover-bg);
|
|
2990
|
+
--comment-button-selected-border-color:var(--comment-button-selected-bg);
|
|
2991
|
+
--csstools-light-dark-toggle--53:var(--csstools-color-scheme--light) #15141a;
|
|
2992
|
+
--comment-button-selected-fg:var(--csstools-light-dark-toggle--53, white);
|
|
2993
|
+
--comment-button-dim:24px;
|
|
2994
|
+
--csstools-light-dark-toggle--54:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.2);
|
|
2995
|
+
--csstools-light-dark-toggle--55:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.4);
|
|
2996
|
+
--comment-button-box-shadow:0 0.25px 0.75px 0 var(--csstools-light-dark-toggle--54, rgb(0 0 0 / 0.05)), 0 2px 6px 0 var(--csstools-light-dark-toggle--55, rgb(0 0 0 / 0.1));
|
|
2997
|
+
--csstools-light-dark-toggle--56:var(--csstools-color-scheme--light) #00cadb;
|
|
2998
|
+
--comment-button-focus-outline-color:var(--csstools-light-dark-toggle--56, #0062fa);
|
|
2999
|
+
}
|
|
3000
|
+
|
|
3001
|
+
@supports (color: light-dark(red, red)){
|
|
3002
|
+
:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{
|
|
3003
|
+
--comment-button-bg:light-dark(white, #1c1b22);
|
|
3004
|
+
--comment-button-fg:light-dark(#5b5b66, #fbfbfe);
|
|
3005
|
+
--comment-button-active-bg:light-dark(#0041a4, #a6ecf4);
|
|
3006
|
+
--comment-button-active-fg:light-dark(white, #15141a);
|
|
3007
|
+
--comment-button-hover-bg:light-dark(#0053cb, #61dce9);
|
|
3008
|
+
--comment-button-hover-fg:light-dark(white, #15141a);
|
|
3009
|
+
--comment-button-selected-bg:light-dark(#0062fa, #00cadb);
|
|
3010
|
+
--comment-button-border-color:light-dark(#8f8f9d, #bfbfc9);
|
|
3011
|
+
--comment-button-focus-border-color:light-dark(#cfcfd8, #3a3944);
|
|
3012
|
+
--comment-button-selected-fg:light-dark(white, #15141a);
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
|
|
3016
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
3017
|
+
:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{
|
|
3018
|
+
--comment-button-box-shadow:0 0.25px 0.75px 0 light-dark(rgb(0 0 0 / 0.05), rgb(0 0 0 / 0.2)), 0 2px 6px 0 light-dark(rgb(0 0 0 / 0.1), rgb(0 0 0 / 0.4));
|
|
3019
|
+
}
|
|
3020
|
+
}
|
|
3021
|
+
|
|
3022
|
+
@supports (color: light-dark(red, red)){
|
|
3023
|
+
:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{
|
|
3024
|
+
--comment-button-focus-outline-color:light-dark(#0062fa, #00cadb);
|
|
3025
|
+
}
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
@supports not (color: light-dark(tan, tan)){
|
|
3029
|
+
|
|
3030
|
+
:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton) *{
|
|
3031
|
+
--csstools-light-dark-toggle--44:var(--csstools-color-scheme--light) #1c1b22;
|
|
3032
|
+
--comment-button-bg:var(--csstools-light-dark-toggle--44, white);
|
|
3033
|
+
--csstools-light-dark-toggle--45:var(--csstools-color-scheme--light) #fbfbfe;
|
|
3034
|
+
--comment-button-fg:var(--csstools-light-dark-toggle--45, #5b5b66);
|
|
3035
|
+
--csstools-light-dark-toggle--46:var(--csstools-color-scheme--light) #a6ecf4;
|
|
3036
|
+
--comment-button-active-bg:var(--csstools-light-dark-toggle--46, #0041a4);
|
|
3037
|
+
--csstools-light-dark-toggle--47:var(--csstools-color-scheme--light) #15141a;
|
|
3038
|
+
--comment-button-active-fg:var(--csstools-light-dark-toggle--47, white);
|
|
3039
|
+
--csstools-light-dark-toggle--48:var(--csstools-color-scheme--light) #61dce9;
|
|
3040
|
+
--comment-button-hover-bg:var(--csstools-light-dark-toggle--48, #0053cb);
|
|
3041
|
+
--csstools-light-dark-toggle--49:var(--csstools-color-scheme--light) #15141a;
|
|
3042
|
+
--comment-button-hover-fg:var(--csstools-light-dark-toggle--49, white);
|
|
3043
|
+
--csstools-light-dark-toggle--50:var(--csstools-color-scheme--light) #00cadb;
|
|
3044
|
+
--comment-button-selected-bg:var(--csstools-light-dark-toggle--50, #0062fa);
|
|
3045
|
+
--csstools-light-dark-toggle--51:var(--csstools-color-scheme--light) #bfbfc9;
|
|
3046
|
+
--comment-button-border-color:var(--csstools-light-dark-toggle--51, #8f8f9d);
|
|
3047
|
+
--csstools-light-dark-toggle--52:var(--csstools-color-scheme--light) #3a3944;
|
|
3048
|
+
--comment-button-focus-border-color:var(--csstools-light-dark-toggle--52, #cfcfd8);
|
|
3049
|
+
--csstools-light-dark-toggle--53:var(--csstools-color-scheme--light) #15141a;
|
|
3050
|
+
--comment-button-selected-fg:var(--csstools-light-dark-toggle--53, white);
|
|
3051
|
+
--csstools-light-dark-toggle--54:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.2);
|
|
3052
|
+
--csstools-light-dark-toggle--55:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.4);
|
|
3053
|
+
--comment-button-box-shadow:0 0.25px 0.75px 0 var(--csstools-light-dark-toggle--54, rgb(0 0 0 / 0.05)), 0 2px 6px 0 var(--csstools-light-dark-toggle--55, rgb(0 0 0 / 0.1));
|
|
3054
|
+
--csstools-light-dark-toggle--56:var(--csstools-color-scheme--light) #00cadb;
|
|
3055
|
+
--comment-button-focus-outline-color:var(--csstools-light-dark-toggle--56, #0062fa);
|
|
3056
|
+
}
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
@media (prefers-color-scheme: dark){
|
|
3060
|
+
|
|
3061
|
+
:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{
|
|
3062
|
+
--csstools-color-scheme--light:;
|
|
3063
|
+
}
|
|
3064
|
+
}
|
|
3065
|
+
|
|
3066
|
+
@media screen and (forced-colors: active){
|
|
3067
|
+
|
|
3068
|
+
:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{
|
|
3069
|
+
--comment-button-bg:ButtonFace;
|
|
3070
|
+
--comment-button-fg:ButtonText;
|
|
3071
|
+
--comment-button-hover-bg:SelectedItemText;
|
|
3072
|
+
--comment-button-hover-fg:SelectedItem;
|
|
3073
|
+
--comment-button-active-bg:SelectedItemText;
|
|
3074
|
+
--comment-button-active-fg:SelectedItem;
|
|
3075
|
+
--comment-button-border-color:ButtonBorder;
|
|
3076
|
+
--comment-button-active-border-color:ButtonBorder;
|
|
3077
|
+
--comment-button-hover-border-color:SelectedItem;
|
|
3078
|
+
--comment-button-box-shadow:none;
|
|
3079
|
+
--comment-button-focus-outline-color:CanvasText;
|
|
3080
|
+
--comment-button-selected-bg:ButtonBorder;
|
|
3081
|
+
--comment-button-selected-fg:ButtonFace;
|
|
3082
|
+
}
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3085
|
+
:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton{
|
|
3086
|
+
|
|
3087
|
+
position:absolute;
|
|
3088
|
+
width:var(--comment-button-dim);
|
|
3089
|
+
height:var(--comment-button-dim);
|
|
3090
|
+
background-color:var(--comment-button-bg);
|
|
3091
|
+
border-radius:6px 6px 6px 0;
|
|
3092
|
+
border:1px solid var(--comment-button-border-color);
|
|
3093
|
+
box-shadow:var(--comment-button-box-shadow);
|
|
3094
|
+
cursor:auto;
|
|
3095
|
+
z-index:1;
|
|
3096
|
+
padding:4px;
|
|
3097
|
+
margin:0;
|
|
3098
|
+
box-sizing:border-box;
|
|
3099
|
+
pointer-events:auto;
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3102
|
+
[dir="rtl"] :is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton){
|
|
3103
|
+
border-radius:6px 6px 0;
|
|
3104
|
+
}
|
|
3105
|
+
|
|
3106
|
+
:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton)::before{
|
|
3107
|
+
content:"";
|
|
3108
|
+
display:inline-block;
|
|
3109
|
+
width:100%;
|
|
3110
|
+
height:100%;
|
|
3111
|
+
-webkit-mask-repeat:no-repeat;
|
|
3112
|
+
mask-repeat:no-repeat;
|
|
3113
|
+
-webkit-mask-size:cover;
|
|
3114
|
+
mask-size:cover;
|
|
3115
|
+
-webkit-mask-image:var(--comment-edit-button-icon);
|
|
3116
|
+
mask-image:var(--comment-edit-button-icon);
|
|
3117
|
+
background-color:var(--comment-button-fg);
|
|
3118
|
+
margin:0;
|
|
3119
|
+
padding:0;
|
|
3120
|
+
transform:scaleX(var(--dir-factor));
|
|
3121
|
+
}
|
|
3122
|
+
|
|
3123
|
+
:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):focus-visible{
|
|
3124
|
+
outline:2px solid var(--comment-button-focus-outline-color);
|
|
3125
|
+
outline-offset:1px;
|
|
3126
|
+
border-color:var(--comment-button-focus-border-color);
|
|
3127
|
+
}
|
|
3128
|
+
|
|
3129
|
+
:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):hover{
|
|
3130
|
+
background-color:var(--comment-button-hover-bg) !important;
|
|
3131
|
+
border-color:var(--comment-button-hover-border-color);
|
|
3132
|
+
}
|
|
3133
|
+
|
|
3134
|
+
:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):hover::before{
|
|
3135
|
+
background-color:var(--comment-button-hover-fg);
|
|
3136
|
+
}
|
|
3137
|
+
|
|
3138
|
+
:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):active{
|
|
3139
|
+
background-color:var(--comment-button-active-bg) !important;
|
|
3140
|
+
border-color:var(--comment-button-active-border-color);
|
|
3141
|
+
}
|
|
3142
|
+
|
|
3143
|
+
:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton):active::before{
|
|
3144
|
+
background-color:var(--comment-button-active-fg);
|
|
3145
|
+
}
|
|
3146
|
+
|
|
3147
|
+
.selected:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton){
|
|
3148
|
+
background-color:var(--comment-button-selected-bg) !important;
|
|
3149
|
+
border-color:var(--comment-button-selected-border-color);
|
|
3150
|
+
}
|
|
3151
|
+
|
|
3152
|
+
.selected:is(:is(.annotationLayer,.annotationEditorLayer) .annotationCommentButton)::before{
|
|
3153
|
+
background-color:var(--comment-button-selected-fg);
|
|
3154
|
+
}
|
|
3155
|
+
|
|
3156
|
+
#editorCommentsSidebar,
|
|
3157
|
+
.commentPopup{
|
|
3158
|
+
--comment-close-button-icon:url("data:image/svg+xml,%3Csvg width%3D%2225%22 height%3D%2224%22 viewBox%3D%220 0 25 24%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M13.6241 11.7759L18.3331 7.06694C18.4423 6.94811 18.5015 6.79167 18.4981 6.63028C18.4948 6.46889 18.4292 6.31502 18.3152 6.20081C18.2011 6.0866 18.0473 6.02088 17.8859 6.01736C17.7245 6.01384 17.568 6.0728 17.4491 6.18194L12.7601 10.8709H12.2721L7.58306 6.18294C7.52495 6.12489 7.45598 6.07886 7.38008 6.04747C7.30418 6.01609 7.22284 5.99995 7.14071 6C7.05857 6.00005 6.97725 6.01627 6.90139 6.04774C6.82553 6.07922 6.75661 6.12533 6.69856 6.18344C6.64052 6.24155 6.59449 6.31052 6.5631 6.38642C6.53171 6.46232 6.51558 6.54366 6.51563 6.62579C6.51572 6.79167 6.5817 6.95071 6.69906 7.06794L11.3861 11.7539V12.2449L6.69906 16.9319C6.5898 17.0508 6.53066 17.2072 6.53399 17.3686C6.53732 17.53 6.60288 17.6839 6.71696 17.7981C6.83104 17.9123 6.98483 17.978 7.14622 17.9815C7.3076 17.985 7.46411 17.9261 7.58306 17.8169L12.2701 13.1299H12.7611L17.4481 17.8169C17.5656 17.934 17.7247 17.9997 17.8906 17.9997C18.0564 17.9997 18.2155 17.934 18.3331 17.8169C18.4504 17.6996 18.5163 17.5404 18.5163 17.3744C18.5163 17.2085 18.4504 17.0493 18.3331 16.9319L13.6241 12.2229V11.7759Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
|
|
3159
|
+
--comment-popup-edit-button-icon:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M0.0189877 13.6645L0.612989 10.4635C0.687989 10.0545 0.884989 9.6805 1.18099 9.3825L9.98199 0.5805C10.756 -0.1925 12.015 -0.1945 12.792 0.5805L14.42 2.2085C15.194 2.9835 15.194 4.2435 14.42 5.0185L5.61599 13.8215C5.31999 14.1165 4.94599 14.3125 4.53799 14.3875L1.33599 14.9815C1.26599 14.9935 1.19799 15.0005 1.12999 15.0005C0.832989 15.0005 0.544988 14.8835 0.330988 14.6695C0.0679874 14.4055 -0.0490122 14.0305 0.0189877 13.6645ZM12.472 5.1965L13.632 4.0365L13.631 3.1885L11.811 1.3675L10.963 1.3685L9.80299 2.5285L12.472 5.1965ZM4.31099 13.1585C4.47099 13.1285 4.61799 13.0515 4.73399 12.9345L11.587 6.0815L8.91899 3.4135L2.06599 10.2655C1.94899 10.3835 1.87199 10.5305 1.84099 10.6915L1.36699 13.2485L1.75199 13.6335L4.31099 13.1585Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E%3C!--path d%3D%22M0.0189877 14.1645L0.612989 10.9635C0.687989 10.5545 0.884989 10.1805 1.18099 9.8825L9.98199 1.0805C10.756 0.3075 12.015 0.3055 12.792 1.0805L14.42 2.7085C15.194 3.4835 15.194 4.7435 14.42 5.5185L5.61599 14.3215C5.31999 14.6165 4.94599 14.8125 4.53799 14.8875L1.33599 15.4815C1.26599 15.4935 1.19799 15.5005 1.12999 15.5005C0.832989 15.5005 0.544988 15.3835 0.330988 15.1695C0.0679874 14.9055 -0.0490122 14.5305 0.0189877 14.1645ZM12.472 5.6965L13.632 4.5365L13.631 3.6885L11.811 1.8675L10.963 1.8685L9.80299 3.0285L12.472 5.6965ZM4.31099 13.6585C4.47099 13.6285 4.61799 13.5515 4.73399 13.4345L11.587 6.5815L8.91899 3.9135L2.06599 10.7655C1.94899 10.8835 1.87199 11.0305 1.84099 11.1915L1.36699 13.7485L1.75199 14.1335L4.31099 13.6585Z%22 fill%3D%22black%22%2F--%3E");
|
|
3160
|
+
--comment-popup-delete-button-icon:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3H13.6C14 3 14.3 3.3 14.3 3.6C14.3 3.9 14 4.2 13.7 4.2H13.3V14C13.3 15.1 12.4 16 11.3 16H4.80005C3.70005 16 2.80005 15.1 2.80005 14V4.2H2.40005C2.00005 4.2 1.80005 4 1.80005 3.6C1.80005 3.2 2.00005 3 2.40005 3H5.00005V2C5.00005 0.9 5.90005 0 7.00005 0H9.00005C10.1 0 11 0.9 11 2V3ZM6.90005 1.2L6.30005 1.8V3H9.80005V1.8L9.20005 1.2H6.90005ZM11.4 14.7L12 14.1V4.2H4.00005V14.1L4.60005 14.7H11.4ZM7.00005 12.4C7.00005 12.7 6.70005 13 6.40005 13C6.10005 13 5.80005 12.7 5.80005 12.4V7.6C5.70005 7.3 6.00005 7 6.40005 7C6.80005 7 7.00005 7.3 7.00005 7.6V12.4ZM10.2001 12.4C10.2001 12.7 9.90006 13 9.60006 13C9.30006 13 9.00006 12.7 9.00006 12.4V7.6C9.00006 7.3 9.30006 7 9.60006 7C9.90006 7 10.2001 7.3 10.2001 7.6V12.4Z%22 fill%3D%22black%22 %2F%3E%3C%2Fsvg%3E");
|
|
3161
|
+
|
|
3162
|
+
--csstools-light-dark-toggle--57:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.69);
|
|
3163
|
+
|
|
3164
|
+
--comment-date-fg-color:var(--csstools-light-dark-toggle--57, rgb(21 20 26 / 0.69));
|
|
3165
|
+
--csstools-light-dark-toggle--58:var(--csstools-color-scheme--light) #1c1b22;
|
|
3166
|
+
--comment-bg-color:var(--csstools-light-dark-toggle--58, #f9f9fb);
|
|
3167
|
+
--csstools-light-dark-toggle--59:var(--csstools-color-scheme--light) #2c2b33;
|
|
3168
|
+
--comment-hover-bg-color:var(--csstools-light-dark-toggle--59, #e0e0e6);
|
|
3169
|
+
--csstools-light-dark-toggle--60:var(--csstools-color-scheme--light) #3a3944;
|
|
3170
|
+
--comment-active-bg-color:var(--csstools-light-dark-toggle--60, #d1d1d9);
|
|
3171
|
+
--comment-hover-brightness:0.89;
|
|
3172
|
+
--comment-hover-filter:brightness(var(--comment-hover-brightness));
|
|
3173
|
+
--comment-active-brightness:0.825;
|
|
3174
|
+
--comment-active-filter:brightness(var(--comment-active-brightness));
|
|
3175
|
+
--csstools-light-dark-toggle--61:var(--csstools-color-scheme--light) #52525e;
|
|
3176
|
+
--comment-border-color:var(--csstools-light-dark-toggle--61, #f0f0f4);
|
|
3177
|
+
--csstools-light-dark-toggle--62:var(--csstools-color-scheme--light) #00cadb;
|
|
3178
|
+
--comment-focus-outline-color:var(--csstools-light-dark-toggle--62, #0062fa);
|
|
3179
|
+
--csstools-light-dark-toggle--63:var(--csstools-color-scheme--light) #fbfbfe;
|
|
3180
|
+
--comment-fg-color:var(--csstools-light-dark-toggle--63, #15141a);
|
|
3181
|
+
--csstools-light-dark-toggle--64:var(--csstools-color-scheme--light) #00317e;
|
|
3182
|
+
--comment-count-bg-color:var(--csstools-light-dark-toggle--64, #e2f7ff);
|
|
3183
|
+
--csstools-light-dark-toggle--65:var(--csstools-color-scheme--light) #a6ecf4;
|
|
3184
|
+
--comment-indicator-active-fg-color:var(--csstools-light-dark-toggle--65, #0041a4);
|
|
3185
|
+
--comment-indicator-active-filter:brightness(
|
|
3186
|
+
calc(1 / var(--comment-active-brightness))
|
|
3187
|
+
);
|
|
3188
|
+
--csstools-light-dark-toggle--66:var(--csstools-color-scheme--light) #fbfbfe;
|
|
3189
|
+
--comment-indicator-focus-fg-color:var(--csstools-light-dark-toggle--66, #5b5b66);
|
|
3190
|
+
--csstools-light-dark-toggle--67:var(--csstools-color-scheme--light) #61dce9;
|
|
3191
|
+
--comment-indicator-hover-fg-color:var(--csstools-light-dark-toggle--67, #0053cb);
|
|
3192
|
+
--comment-indicator-hover-filter:brightness(
|
|
3193
|
+
calc(1 / var(--comment-hover-brightness))
|
|
3194
|
+
);
|
|
3195
|
+
--csstools-light-dark-toggle--68:var(--csstools-color-scheme--light) #00cadb;
|
|
3196
|
+
--comment-indicator-selected-fg-color:var(--csstools-light-dark-toggle--68, #0062fa);
|
|
3197
|
+
|
|
3198
|
+
--button-comment-bg:transparent;
|
|
3199
|
+
--button-comment-color:var(--main-color);
|
|
3200
|
+
--csstools-light-dark-toggle--69:var(--csstools-color-scheme--light) #5b5b66;
|
|
3201
|
+
--button-comment-active-bg:var(--csstools-light-dark-toggle--69, #cfcfd8);
|
|
3202
|
+
--button-comment-active-border:none;
|
|
3203
|
+
--button-comment-active-color:var(--button-comment-color);
|
|
3204
|
+
--button-comment-border:none;
|
|
3205
|
+
--csstools-light-dark-toggle--70:var(--csstools-color-scheme--light) #52525e;
|
|
3206
|
+
--button-comment-hover-bg:var(--csstools-light-dark-toggle--70, #e0e0e6);
|
|
3207
|
+
--button-comment-hover-color:var(--button-comment-color);
|
|
3208
|
+
|
|
3209
|
+
--csstools-light-dark-toggle--71:var(--csstools-color-scheme--light) #0df;
|
|
3210
|
+
|
|
3211
|
+
--link-fg-color:var(--csstools-light-dark-toggle--71, #0060df);
|
|
3212
|
+
--csstools-light-dark-toggle--72:var(--csstools-color-scheme--light) #80ebff;
|
|
3213
|
+
--link-hover-fg-color:var(--csstools-light-dark-toggle--72, #0250bb);
|
|
3214
|
+
}
|
|
3215
|
+
|
|
3216
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
3217
|
+
#editorCommentsSidebar,
|
|
3218
|
+
.commentPopup{
|
|
3219
|
+
|
|
3220
|
+
--comment-date-fg-color:light-dark(
|
|
3221
|
+
rgb(21 20 26 / 0.69),
|
|
3222
|
+
rgb(251 251 254 / 0.69)
|
|
3223
|
+
);
|
|
3224
|
+
}
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
@supports (color: light-dark(red, red)){
|
|
3228
|
+
#editorCommentsSidebar,
|
|
3229
|
+
.commentPopup{
|
|
3230
|
+
--comment-bg-color:light-dark(#f9f9fb, #1c1b22);
|
|
3231
|
+
--comment-hover-bg-color:light-dark(#e0e0e6, #2c2b33);
|
|
3232
|
+
--comment-active-bg-color:light-dark(#d1d1d9, #3a3944);
|
|
3233
|
+
--comment-border-color:light-dark(#f0f0f4, #52525e);
|
|
3234
|
+
--comment-focus-outline-color:light-dark(#0062fa, #00cadb);
|
|
3235
|
+
--comment-fg-color:light-dark(#15141a, #fbfbfe);
|
|
3236
|
+
--comment-count-bg-color:light-dark(#e2f7ff, #00317e);
|
|
3237
|
+
--comment-indicator-active-fg-color:light-dark(#0041a4, #a6ecf4);
|
|
3238
|
+
--comment-indicator-focus-fg-color:light-dark(#5b5b66, #fbfbfe);
|
|
3239
|
+
--comment-indicator-hover-fg-color:light-dark(#0053cb, #61dce9);
|
|
3240
|
+
--comment-indicator-selected-fg-color:light-dark(#0062fa, #00cadb);
|
|
3241
|
+
--button-comment-active-bg:light-dark(#cfcfd8, #5b5b66);
|
|
3242
|
+
--button-comment-hover-bg:light-dark(#e0e0e6, #52525e);
|
|
3243
|
+
|
|
3244
|
+
--link-fg-color:light-dark(#0060df, #0df);
|
|
3245
|
+
--link-hover-fg-color:light-dark(#0250bb, #80ebff);
|
|
3246
|
+
}
|
|
3247
|
+
}
|
|
3248
|
+
|
|
3249
|
+
@supports not (color: light-dark(tan, tan)){
|
|
3250
|
+
|
|
3251
|
+
:is(#editorCommentsSidebar,.commentPopup) *{
|
|
3252
|
+
|
|
3253
|
+
--csstools-light-dark-toggle--57:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.69);
|
|
3254
|
+
|
|
3255
|
+
--comment-date-fg-color:var(--csstools-light-dark-toggle--57, rgb(21 20 26 / 0.69));
|
|
3256
|
+
--csstools-light-dark-toggle--58:var(--csstools-color-scheme--light) #1c1b22;
|
|
3257
|
+
--comment-bg-color:var(--csstools-light-dark-toggle--58, #f9f9fb);
|
|
3258
|
+
--csstools-light-dark-toggle--59:var(--csstools-color-scheme--light) #2c2b33;
|
|
3259
|
+
--comment-hover-bg-color:var(--csstools-light-dark-toggle--59, #e0e0e6);
|
|
3260
|
+
--csstools-light-dark-toggle--60:var(--csstools-color-scheme--light) #3a3944;
|
|
3261
|
+
--comment-active-bg-color:var(--csstools-light-dark-toggle--60, #d1d1d9);
|
|
3262
|
+
--csstools-light-dark-toggle--61:var(--csstools-color-scheme--light) #52525e;
|
|
3263
|
+
--comment-border-color:var(--csstools-light-dark-toggle--61, #f0f0f4);
|
|
3264
|
+
--csstools-light-dark-toggle--62:var(--csstools-color-scheme--light) #00cadb;
|
|
3265
|
+
--comment-focus-outline-color:var(--csstools-light-dark-toggle--62, #0062fa);
|
|
3266
|
+
--csstools-light-dark-toggle--63:var(--csstools-color-scheme--light) #fbfbfe;
|
|
3267
|
+
--comment-fg-color:var(--csstools-light-dark-toggle--63, #15141a);
|
|
3268
|
+
--csstools-light-dark-toggle--64:var(--csstools-color-scheme--light) #00317e;
|
|
3269
|
+
--comment-count-bg-color:var(--csstools-light-dark-toggle--64, #e2f7ff);
|
|
3270
|
+
--csstools-light-dark-toggle--65:var(--csstools-color-scheme--light) #a6ecf4;
|
|
3271
|
+
--comment-indicator-active-fg-color:var(--csstools-light-dark-toggle--65, #0041a4);
|
|
3272
|
+
--csstools-light-dark-toggle--66:var(--csstools-color-scheme--light) #fbfbfe;
|
|
3273
|
+
--comment-indicator-focus-fg-color:var(--csstools-light-dark-toggle--66, #5b5b66);
|
|
3274
|
+
--csstools-light-dark-toggle--67:var(--csstools-color-scheme--light) #61dce9;
|
|
3275
|
+
--comment-indicator-hover-fg-color:var(--csstools-light-dark-toggle--67, #0053cb);
|
|
3276
|
+
--csstools-light-dark-toggle--68:var(--csstools-color-scheme--light) #00cadb;
|
|
3277
|
+
--comment-indicator-selected-fg-color:var(--csstools-light-dark-toggle--68, #0062fa);
|
|
3278
|
+
--csstools-light-dark-toggle--69:var(--csstools-color-scheme--light) #5b5b66;
|
|
3279
|
+
--button-comment-active-bg:var(--csstools-light-dark-toggle--69, #cfcfd8);
|
|
3280
|
+
--csstools-light-dark-toggle--70:var(--csstools-color-scheme--light) #52525e;
|
|
3281
|
+
--button-comment-hover-bg:var(--csstools-light-dark-toggle--70, #e0e0e6);
|
|
3282
|
+
|
|
3283
|
+
--csstools-light-dark-toggle--71:var(--csstools-color-scheme--light) #0df;
|
|
3284
|
+
|
|
3285
|
+
--link-fg-color:var(--csstools-light-dark-toggle--71, #0060df);
|
|
3286
|
+
--csstools-light-dark-toggle--72:var(--csstools-color-scheme--light) #80ebff;
|
|
3287
|
+
--link-hover-fg-color:var(--csstools-light-dark-toggle--72, #0250bb);
|
|
3288
|
+
}
|
|
3289
|
+
}
|
|
3290
|
+
|
|
3291
|
+
@media screen and (forced-colors: active){
|
|
3292
|
+
|
|
3293
|
+
#editorCommentsSidebar,
|
|
3294
|
+
.commentPopup{
|
|
3295
|
+
--comment-date-fg-color:CanvasText;
|
|
3296
|
+
--comment-bg-color:Canvas;
|
|
3297
|
+
--comment-hover-bg-color:Canvas;
|
|
3298
|
+
--comment-hover-filter:none;
|
|
3299
|
+
--comment-active-bg-color:Canvas;
|
|
3300
|
+
--comment-active-filter:none;
|
|
3301
|
+
--comment-border-color:CanvasText;
|
|
3302
|
+
--comment-fg-color:CanvasText;
|
|
3303
|
+
--comment-count-bg-color:Canvas;
|
|
3304
|
+
--comment-indicator-active-fg-color:SelectedItem;
|
|
3305
|
+
--comment-indicator-focus-fg-color:CanvasText;
|
|
3306
|
+
--comment-indicator-hover-fg-color:CanvasText;
|
|
3307
|
+
--comment-indicator-selected-fg-color:SelectedItem;
|
|
3308
|
+
--button-comment-bg:ButtonFace;
|
|
3309
|
+
--button-comment-color:ButtonText;
|
|
3310
|
+
--button-comment-active-bg:Highlight;
|
|
3311
|
+
--button-comment-active-color:HighlightText;
|
|
3312
|
+
--button-comment-border:1px solid ButtonText;
|
|
3313
|
+
--button-comment-hover-bg:Highlight;
|
|
3314
|
+
--button-comment-hover-color:HighlightText;
|
|
3315
|
+
--link-fg-color:LinkText;
|
|
3316
|
+
--link-hover-fg-color:LinkText;
|
|
3317
|
+
}
|
|
3318
|
+
}
|
|
3319
|
+
|
|
3320
|
+
#editorCommentsSidebar{
|
|
3321
|
+
display:flex;
|
|
3322
|
+
height:auto;
|
|
3323
|
+
padding-bottom:16px;
|
|
3324
|
+
flex-direction:column;
|
|
3325
|
+
align-items:flex-start;
|
|
3326
|
+
}
|
|
3327
|
+
|
|
3328
|
+
#editorCommentsSidebar #editorCommentsSidebarHeader{
|
|
3329
|
+
width:100%;
|
|
3330
|
+
box-sizing:border-box;
|
|
3331
|
+
padding:16px;
|
|
3332
|
+
display:flex;
|
|
3333
|
+
align-items:center;
|
|
3334
|
+
justify-content:space-between;
|
|
3335
|
+
}
|
|
3336
|
+
|
|
3337
|
+
:is(#editorCommentsSidebar #editorCommentsSidebarHeader) .commentCount{
|
|
3338
|
+
display:flex;
|
|
3339
|
+
align-items:baseline;
|
|
3340
|
+
gap:6px;
|
|
3341
|
+
-webkit-user-select:none;
|
|
3342
|
+
-moz-user-select:none;
|
|
3343
|
+
user-select:none;
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) .commentCount) #editorCommentsSidebarTitle{
|
|
3347
|
+
font:menu;
|
|
3348
|
+
font-style:normal;
|
|
3349
|
+
font-weight:590;
|
|
3350
|
+
line-height:normal;
|
|
3351
|
+
font-size:17px;
|
|
3352
|
+
color:var(--comment-fg-color);
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3355
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) .commentCount) #editorCommentsSidebarCount{
|
|
3356
|
+
padding:0 4px;
|
|
3357
|
+
border-radius:4px;
|
|
3358
|
+
background-color:var(--comment-count-bg-color);
|
|
3359
|
+
|
|
3360
|
+
color:var(--comment-fg-color);
|
|
3361
|
+
text-align:center;
|
|
3362
|
+
|
|
3363
|
+
font:menu;
|
|
3364
|
+
font-size:13px;
|
|
3365
|
+
font-style:normal;
|
|
3366
|
+
font-weight:400;
|
|
3367
|
+
line-height:normal;
|
|
3368
|
+
}
|
|
3369
|
+
|
|
3370
|
+
:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton{
|
|
3371
|
+
width:32px;
|
|
3372
|
+
height:32px;
|
|
3373
|
+
padding:8px;
|
|
3374
|
+
border-radius:4px;
|
|
3375
|
+
border:var(--button-comment-border);
|
|
3376
|
+
background-color:var(--button-comment-bg);
|
|
3377
|
+
cursor:pointer;
|
|
3378
|
+
}
|
|
3379
|
+
|
|
3380
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton)::before{
|
|
3381
|
+
content:"";
|
|
3382
|
+
display:inline-block;
|
|
3383
|
+
width:100%;
|
|
3384
|
+
height:100%;
|
|
3385
|
+
-webkit-mask-repeat:no-repeat;
|
|
3386
|
+
mask-repeat:no-repeat;
|
|
3387
|
+
-webkit-mask-position:center;
|
|
3388
|
+
mask-position:center;
|
|
3389
|
+
-webkit-mask-image:var(--comment-close-button-icon);
|
|
3390
|
+
mask-image:var(--comment-close-button-icon);
|
|
3391
|
+
background-color:var(--button-comment-color);
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3394
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):hover{
|
|
3395
|
+
background-color:var(--button-comment-hover-bg);
|
|
3396
|
+
}
|
|
3397
|
+
|
|
3398
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):hover::before{
|
|
3399
|
+
background-color:var(--button-comment-hover-color);
|
|
3400
|
+
}
|
|
3401
|
+
|
|
3402
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):active{
|
|
3403
|
+
border:var(--button-comment-active-border);
|
|
3404
|
+
background-color:var(--button-comment-active-bg);
|
|
3405
|
+
}
|
|
3406
|
+
|
|
3407
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):active::before{
|
|
3408
|
+
background-color:var(--button-comment-active-color);
|
|
3409
|
+
}
|
|
3410
|
+
|
|
3411
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton):focus-visible{
|
|
3412
|
+
outline:var(--focus-ring-outline);
|
|
3413
|
+
}
|
|
3414
|
+
|
|
3415
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarHeader) #editorCommentsSidebarCloseButton) > span{
|
|
3416
|
+
display:inline-block;
|
|
3417
|
+
width:0;
|
|
3418
|
+
height:0;
|
|
3419
|
+
overflow:hidden;
|
|
3420
|
+
}
|
|
3421
|
+
|
|
3422
|
+
#editorCommentsSidebar #editorCommentsSidebarListContainer{
|
|
3423
|
+
overflow:auto;
|
|
3424
|
+
width:100%;
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3427
|
+
:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList{
|
|
3428
|
+
display:flex;
|
|
3429
|
+
width:auto;
|
|
3430
|
+
padding:4px 16px;
|
|
3431
|
+
gap:10px;
|
|
3432
|
+
align-items:flex-start;
|
|
3433
|
+
flex-direction:column;
|
|
3434
|
+
list-style-type:none;
|
|
3435
|
+
}
|
|
3436
|
+
|
|
3437
|
+
:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment{
|
|
3438
|
+
display:flex;
|
|
3439
|
+
width:auto;
|
|
3440
|
+
padding:8px 16px 16px;
|
|
3441
|
+
flex-direction:column;
|
|
3442
|
+
align-items:flex-start;
|
|
3443
|
+
align-self:stretch;
|
|
3444
|
+
gap:4px;
|
|
3445
|
+
|
|
3446
|
+
border-radius:8px;
|
|
3447
|
+
border:0.5px solid var(--comment-border-color);
|
|
3448
|
+
background-color:var(--comment-bg-color);
|
|
3449
|
+
}
|
|
3450
|
+
|
|
3451
|
+
@media screen and (forced-colors: active){
|
|
3452
|
+
|
|
3453
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):hover{
|
|
3454
|
+
background-color:var(--comment-hover-bg-color);
|
|
3455
|
+
}
|
|
3456
|
+
}
|
|
3457
|
+
|
|
3458
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):hover{
|
|
3459
|
+
filter:var(--comment-hover-filter);
|
|
3460
|
+
}
|
|
3461
|
+
|
|
3462
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):hover time::after{
|
|
3463
|
+
display:inline-block;
|
|
3464
|
+
background-color:var(--comment-indicator-hover-fg-color);
|
|
3465
|
+
filter:var(--comment-indicator-hover-filter);
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
@media screen and (forced-colors: active){
|
|
3469
|
+
|
|
3470
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):active{
|
|
3471
|
+
background-color:var(--comment-active-bg-color);
|
|
3472
|
+
}
|
|
3473
|
+
}
|
|
3474
|
+
|
|
3475
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):active{
|
|
3476
|
+
filter:var(--comment-active-filter);
|
|
3477
|
+
}
|
|
3478
|
+
|
|
3479
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):active time::after{
|
|
3480
|
+
display:inline-block;
|
|
3481
|
+
background-color:var(--comment-indicator-active-fg-color);
|
|
3482
|
+
filter:var(--comment-indicator-active-filter);
|
|
3483
|
+
}
|
|
3484
|
+
|
|
3485
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):is(:focus,:focus-visible) time::after{
|
|
3486
|
+
display:inline-block;
|
|
3487
|
+
background-color:var(--comment-indicator-focus-fg-color);
|
|
3488
|
+
}
|
|
3489
|
+
|
|
3490
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments):focus-visible{
|
|
3491
|
+
outline:2px solid var(--comment-focus-outline-color);
|
|
3492
|
+
outline-offset:2px;
|
|
3493
|
+
}
|
|
3494
|
+
|
|
3495
|
+
.selected:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments) .sidebarCommentText{
|
|
3496
|
+
max-height:-moz-fit-content;
|
|
3497
|
+
max-height:fit-content;
|
|
3498
|
+
-webkit-line-clamp:unset;
|
|
3499
|
+
}
|
|
3500
|
+
|
|
3501
|
+
.selected:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment):not(.noComments) time::after{
|
|
3502
|
+
display:inline-block;
|
|
3503
|
+
background-color:var(--comment-indicator-selected-fg-color);
|
|
3504
|
+
}
|
|
3505
|
+
|
|
3506
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) .sidebarCommentText{
|
|
3507
|
+
font:menu;
|
|
3508
|
+
font-style:normal;
|
|
3509
|
+
font-weight:400;
|
|
3510
|
+
line-height:normal;
|
|
3511
|
+
font-size:15px;
|
|
3512
|
+
width:100%;
|
|
3513
|
+
height:-moz-fit-content;
|
|
3514
|
+
height:fit-content;
|
|
3515
|
+
max-height:80px;
|
|
3516
|
+
display:-webkit-box;
|
|
3517
|
+
-webkit-box-orient:vertical;
|
|
3518
|
+
-webkit-line-clamp:2;
|
|
3519
|
+
overflow:hidden;
|
|
3520
|
+
overflow-wrap:break-word;
|
|
3521
|
+
}
|
|
3522
|
+
|
|
3523
|
+
:is(:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) .sidebarCommentText) .richText{
|
|
3524
|
+
--total-scale-factor:1.5;
|
|
3525
|
+
}
|
|
3526
|
+
|
|
3527
|
+
.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) .sidebarCommentText{
|
|
3528
|
+
max-height:-moz-fit-content;
|
|
3529
|
+
max-height:fit-content;
|
|
3530
|
+
-webkit-line-clamp:unset;
|
|
3531
|
+
-webkit-user-select:none;
|
|
3532
|
+
-moz-user-select:none;
|
|
3533
|
+
user-select:none;
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3536
|
+
.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) a{
|
|
3537
|
+
font:menu;
|
|
3538
|
+
font-style:normal;
|
|
3539
|
+
font-weight:400;
|
|
3540
|
+
line-height:normal;
|
|
3541
|
+
font-size:15px;
|
|
3542
|
+
width:100%;
|
|
3543
|
+
height:auto;
|
|
3544
|
+
overflow-wrap:break-word;
|
|
3545
|
+
margin-block-start:15px;
|
|
3546
|
+
color:var(--link-fg-color);
|
|
3547
|
+
}
|
|
3548
|
+
|
|
3549
|
+
:is(.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) a):focus-visible{
|
|
3550
|
+
outline:var(--focus-ring-outline);
|
|
3551
|
+
}
|
|
3552
|
+
|
|
3553
|
+
:is(.noComments:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) a):hover{
|
|
3554
|
+
color:var(--link-hover-fg-color);
|
|
3555
|
+
}
|
|
3556
|
+
|
|
3557
|
+
:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) time{
|
|
3558
|
+
width:100%;
|
|
3559
|
+
display:inline-flex;
|
|
3560
|
+
align-items:center;
|
|
3561
|
+
justify-content:space-between;
|
|
3562
|
+
|
|
3563
|
+
font:menu;
|
|
3564
|
+
font-style:normal;
|
|
3565
|
+
font-weight:400;
|
|
3566
|
+
line-height:normal;
|
|
3567
|
+
font-size:13px;
|
|
3568
|
+
}
|
|
3569
|
+
|
|
3570
|
+
:is(:is(:is(:is(#editorCommentsSidebar #editorCommentsSidebarListContainer) #editorCommentsSidebarList) .sidebarComment) time)::after{
|
|
3571
|
+
content:"";
|
|
3572
|
+
display:none;
|
|
3573
|
+
width:16px;
|
|
3574
|
+
height:16px;
|
|
3575
|
+
-webkit-mask-repeat:no-repeat;
|
|
3576
|
+
mask-repeat:no-repeat;
|
|
3577
|
+
-webkit-mask-position:center;
|
|
3578
|
+
mask-position:center;
|
|
3579
|
+
-webkit-mask-image:var(--comment-edit-button-icon);
|
|
3580
|
+
mask-image:var(--comment-edit-button-icon);
|
|
3581
|
+
transform:scaleX(var(--dir-factor));
|
|
3582
|
+
}
|
|
3583
|
+
|
|
3584
|
+
.commentPopup{
|
|
3585
|
+
--csstools-color-scheme--light:initial;
|
|
3586
|
+
color-scheme:light dark;
|
|
3587
|
+
|
|
3588
|
+
--csstools-light-dark-toggle--73:var(--csstools-color-scheme--light) #3a3944;
|
|
3589
|
+
|
|
3590
|
+
--divider-color:var(--csstools-light-dark-toggle--73, #cfcfd8);
|
|
3591
|
+
--csstools-light-dark-toggle--74:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.2);
|
|
3592
|
+
--csstools-light-dark-toggle--75:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.4);
|
|
3593
|
+
--comment-shadow:0 0.5px 2px 0 var(--csstools-light-dark-toggle--74, rgb(0 0 0 / 0.05)), 0 4px 16px 0 var(--csstools-light-dark-toggle--75, rgb(0 0 0 / 0.1));
|
|
3594
|
+
}
|
|
3595
|
+
|
|
3596
|
+
@supports (color: light-dark(red, red)){
|
|
3597
|
+
.commentPopup{
|
|
3598
|
+
|
|
3599
|
+
--divider-color:light-dark(#cfcfd8, #3a3944);
|
|
3600
|
+
}
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3603
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
3604
|
+
.commentPopup{
|
|
3605
|
+
--comment-shadow:0 0.5px 2px 0 light-dark(rgb(0 0 0 / 0.05), rgb(0 0 0 / 0.2)), 0 4px 16px 0 light-dark(rgb(0 0 0 / 0.1), rgb(0 0 0 / 0.4));
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
3608
|
+
|
|
3609
|
+
@supports not (color: light-dark(tan, tan)){
|
|
3610
|
+
|
|
3611
|
+
.commentPopup *{
|
|
3612
|
+
|
|
3613
|
+
--csstools-light-dark-toggle--73:var(--csstools-color-scheme--light) #3a3944;
|
|
3614
|
+
|
|
3615
|
+
--divider-color:var(--csstools-light-dark-toggle--73, #cfcfd8);
|
|
3616
|
+
--csstools-light-dark-toggle--74:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.2);
|
|
3617
|
+
--csstools-light-dark-toggle--75:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.4);
|
|
3618
|
+
--comment-shadow:0 0.5px 2px 0 var(--csstools-light-dark-toggle--74, rgb(0 0 0 / 0.05)), 0 4px 16px 0 var(--csstools-light-dark-toggle--75, rgb(0 0 0 / 0.1));
|
|
3619
|
+
}
|
|
3620
|
+
}
|
|
3621
|
+
|
|
3622
|
+
@media (prefers-color-scheme: dark){
|
|
3623
|
+
|
|
3624
|
+
.commentPopup{
|
|
3625
|
+
--csstools-color-scheme--light:;
|
|
3626
|
+
}
|
|
3627
|
+
}
|
|
3628
|
+
|
|
3629
|
+
@media screen and (forced-colors: active){
|
|
3630
|
+
|
|
3631
|
+
.commentPopup{
|
|
3632
|
+
--divider-color:CanvasText;
|
|
3633
|
+
--comment-shadow:none;
|
|
3634
|
+
}
|
|
3635
|
+
}
|
|
3636
|
+
|
|
3637
|
+
.commentPopup{
|
|
3638
|
+
|
|
3639
|
+
display:flex;
|
|
3640
|
+
flex-direction:column;
|
|
3641
|
+
align-items:flex-start;
|
|
3642
|
+
gap:12px;
|
|
3643
|
+
z-index:100001;
|
|
3644
|
+
pointer-events:auto;
|
|
3645
|
+
margin-top:2px;
|
|
3646
|
+
|
|
3647
|
+
border:0.5px solid var(--comment-border-color);
|
|
3648
|
+
background:var(--comment-bg-color);
|
|
3649
|
+
box-shadow:var(--comment-shadow);
|
|
3650
|
+
}
|
|
3651
|
+
|
|
3652
|
+
.commentPopup:focus-visible{
|
|
3653
|
+
outline:none;
|
|
1629
3654
|
}
|
|
1630
3655
|
|
|
1631
|
-
.
|
|
1632
|
-
|
|
1633
|
-
background-color:var(--toggle-dot-background-color-on-pressed);
|
|
3656
|
+
.commentPopup.dragging{
|
|
3657
|
+
cursor:move !important;
|
|
1634
3658
|
}
|
|
1635
3659
|
|
|
1636
|
-
.
|
|
1637
|
-
|
|
3660
|
+
.commentPopup.dragging *{
|
|
3661
|
+
cursor:move !important;
|
|
3662
|
+
}
|
|
3663
|
+
|
|
3664
|
+
.commentPopup.dragging button{
|
|
3665
|
+
pointer-events:none !important;
|
|
3666
|
+
}
|
|
3667
|
+
|
|
3668
|
+
.commentPopup:not(.selected) .commentPopupButtons{
|
|
3669
|
+
visibility:hidden !important;
|
|
1638
3670
|
}
|
|
1639
3671
|
|
|
1640
|
-
|
|
1641
|
-
|
|
3672
|
+
.commentPopup hr{
|
|
3673
|
+
width:100%;
|
|
3674
|
+
height:1px;
|
|
3675
|
+
border:none;
|
|
3676
|
+
border-top:1px solid var(--divider-color);
|
|
3677
|
+
margin:0;
|
|
3678
|
+
padding:0;
|
|
1642
3679
|
}
|
|
1643
3680
|
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
3681
|
+
.commentPopup .commentPopupTop{
|
|
3682
|
+
display:flex;
|
|
3683
|
+
width:100%;
|
|
3684
|
+
height:auto;
|
|
3685
|
+
padding-bottom:4px;
|
|
3686
|
+
justify-content:space-between;
|
|
3687
|
+
align-items:center;
|
|
3688
|
+
align-self:stretch;
|
|
3689
|
+
cursor:move;
|
|
3690
|
+
-webkit-user-select:none;
|
|
3691
|
+
-moz-user-select:none;
|
|
3692
|
+
user-select:none;
|
|
1648
3693
|
}
|
|
1649
3694
|
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
3695
|
+
:is(.commentPopup .commentPopupTop) .commentPopupTime{
|
|
3696
|
+
font:menu;
|
|
3697
|
+
font-style:normal;
|
|
3698
|
+
font-weight:400;
|
|
3699
|
+
line-height:normal;
|
|
3700
|
+
font-size:13px;
|
|
3701
|
+
color:var(--comment-date-fg-color);
|
|
1653
3702
|
}
|
|
1654
3703
|
|
|
1655
|
-
|
|
1656
|
-
|
|
3704
|
+
:is(.commentPopup .commentPopupTop) .commentPopupButtons{
|
|
3705
|
+
display:flex;
|
|
3706
|
+
align-items:center;
|
|
3707
|
+
gap:2px;
|
|
3708
|
+
cursor:default;
|
|
1657
3709
|
}
|
|
1658
3710
|
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
3711
|
+
:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons) > button{
|
|
3712
|
+
width:32px;
|
|
3713
|
+
height:32px;
|
|
3714
|
+
padding:8px;
|
|
3715
|
+
border:var(--button-comment-border);
|
|
3716
|
+
border-radius:4px;
|
|
3717
|
+
background-color:var(--button-comment-bg);
|
|
3718
|
+
color:var(--button-comment-color);
|
|
3719
|
+
}
|
|
1663
3720
|
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
3721
|
+
:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons) > button):hover{
|
|
3722
|
+
background-color:var(--button-comment-hover-bg);
|
|
3723
|
+
}
|
|
1667
3724
|
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
}
|
|
3725
|
+
:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons) > button):hover::before{
|
|
3726
|
+
background-color:var(--button-comment-hover-color);
|
|
3727
|
+
}
|
|
1672
3728
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
3729
|
+
:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons) > button):active{
|
|
3730
|
+
border:var(--button-comment-active-border);
|
|
3731
|
+
background-color:var(--button-comment-active-bg);
|
|
3732
|
+
color:var(--button-comment-active-color);
|
|
3733
|
+
}
|
|
1677
3734
|
|
|
1678
|
-
|
|
3735
|
+
:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons) > button):active::before{
|
|
3736
|
+
background-color:var(--button-comment-active-color);
|
|
3737
|
+
}
|
|
1679
3738
|
|
|
1680
|
-
.
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
3739
|
+
:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons) > button):focus-visible{
|
|
3740
|
+
background-color:var(--button-comment-hover-bg);
|
|
3741
|
+
outline:2px solid var(--comment-focus-outline-color);
|
|
3742
|
+
outline-offset:0;
|
|
3743
|
+
}
|
|
3744
|
+
|
|
3745
|
+
:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons) > button)::before{
|
|
3746
|
+
content:"";
|
|
3747
|
+
display:inline-block;
|
|
3748
|
+
width:100%;
|
|
3749
|
+
height:100%;
|
|
3750
|
+
-webkit-mask-repeat:no-repeat;
|
|
3751
|
+
mask-repeat:no-repeat;
|
|
3752
|
+
-webkit-mask-position:center;
|
|
3753
|
+
mask-position:center;
|
|
3754
|
+
}
|
|
3755
|
+
|
|
3756
|
+
.commentPopupEdit:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons) > button)::before{
|
|
3757
|
+
-webkit-mask-image:var(--comment-popup-edit-button-icon);
|
|
3758
|
+
mask-image:var(--comment-popup-edit-button-icon);
|
|
3759
|
+
}
|
|
3760
|
+
|
|
3761
|
+
.commentPopupDelete:is(:is(:is(.commentPopup .commentPopupTop) .commentPopupButtons) > button)::before{
|
|
3762
|
+
-webkit-mask-image:var(--comment-popup-delete-button-icon);
|
|
3763
|
+
mask-image:var(--comment-popup-delete-button-icon);
|
|
3764
|
+
}
|
|
3765
|
+
|
|
3766
|
+
.commentPopup .commentPopupText{
|
|
3767
|
+
width:100%;
|
|
3768
|
+
height:auto;
|
|
3769
|
+
|
|
3770
|
+
font:menu;
|
|
3771
|
+
font-style:normal;
|
|
3772
|
+
font-weight:400;
|
|
3773
|
+
line-height:normal;
|
|
3774
|
+
font-size:15px;
|
|
3775
|
+
color:var(--comment-fg-color);
|
|
3776
|
+
}
|
|
3777
|
+
|
|
3778
|
+
.commentPopupText,
|
|
3779
|
+
.sidebarCommentText .richText{
|
|
3780
|
+
margin-block:0;
|
|
1689
3781
|
}
|
|
1690
3782
|
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
position:absolute;
|
|
1695
|
-
height:var(--toggle-height);
|
|
1696
|
-
width:var(--toggle-width);
|
|
1697
|
-
display:block;
|
|
1698
|
-
border-radius:var(--toggle-border-radius);
|
|
1699
|
-
inset:-2px;
|
|
1700
|
-
}
|
|
3783
|
+
:is(.commentPopupText,.sidebarCommentText .richText) p:first-of-type{
|
|
3784
|
+
margin-block:0;
|
|
3785
|
+
}
|
|
1701
3786
|
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
3787
|
+
:is(.commentPopupText,.sidebarCommentText .richText) > *{
|
|
3788
|
+
white-space:pre-wrap;
|
|
3789
|
+
font-size:max(15px, calc(10px * var(--total-scale-factor)));
|
|
3790
|
+
overflow-wrap:break-word;
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3793
|
+
:is(.commentPopupText,.sidebarCommentText .richText) span{
|
|
3794
|
+
color:var(--comment-fg-color) !important;
|
|
1705
3795
|
}
|
|
1706
3796
|
|
|
1707
3797
|
:root{
|
|
3798
|
+
--editor-toolbar-vert-offset:6px;
|
|
1708
3799
|
--outline-width:2px;
|
|
1709
3800
|
--outline-color:#0060df;
|
|
1710
3801
|
--outline-around-width:1px;
|
|
@@ -1731,19 +3822,6 @@
|
|
|
1731
3822
|
|
|
1732
3823
|
--new-alt-text-warning-image:url("data:image/svg+xml,%3Csvg width%3D%2217%22 height%3D%2216%22 viewBox%3D%220 0 17 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M8.78182 2.63903C8.58882 2.28803 8.25782 2.25003 8.12482 2.25003C7.99019 2.24847 7.85771 2.28393 7.74185 2.35253C7.62599 2.42113 7.5312 2.52023 7.46782 2.63903L1.97082 12.639C1.90673 12.7528 1.87406 12.8816 1.87617 13.0122C1.87828 13.1427 1.91509 13.2704 1.98282 13.382C2.04798 13.4951 2.14207 13.5888 2.25543 13.6535C2.36879 13.7182 2.49732 13.7515 2.62782 13.75H13.6218C13.7523 13.7515 13.8809 13.7182 13.9942 13.6535C14.1076 13.5888 14.2017 13.4951 14.2668 13.382C14.3346 13.2704 14.3714 13.1427 14.3735 13.0122C14.3756 12.8816 14.3429 12.7528 14.2788 12.639L8.78182 2.63903ZM6.37282 2.03703C6.75182 1.34603 7.43882 1.00003 8.12482 1.00003C8.48341 0.997985 8.83583 1.09326 9.14454 1.2757C9.45325 1.45814 9.70668 1.72092 9.87782 2.03603L15.3748 12.036C16.1078 13.369 15.1438 15 13.6228 15H2.62782C1.10682 15 0.141823 13.37 0.875823 12.037L6.37282 2.03703ZM8.74982 9.06203C8.74982 9.22779 8.68397 9.38676 8.56676 9.50397C8.44955 9.62118 8.29058 9.68703 8.12482 9.68703C7.95906 9.68703 7.80009 9.62118 7.68288 9.50397C7.56566 9.38676 7.49982 9.22779 7.49982 9.06203V5.62503C7.49982 5.45927 7.56566 5.3003 7.68288 5.18309C7.80009 5.06588 7.95906 5.00003 8.12482 5.00003C8.29058 5.00003 8.44955 5.06588 8.56676 5.18309C8.68397 5.3003 8.74982 5.45927 8.74982 5.62503V9.06203ZM7.74982 12L7.49982 11.75V11L7.74982 10.75H8.49982L8.74982 11V11.75L8.49982 12H7.74982Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
|
|
1733
3824
|
}
|
|
1734
|
-
.visuallyHidden{
|
|
1735
|
-
position:absolute;
|
|
1736
|
-
top:0;
|
|
1737
|
-
left:0;
|
|
1738
|
-
border:0;
|
|
1739
|
-
margin:0;
|
|
1740
|
-
padding:0;
|
|
1741
|
-
width:0;
|
|
1742
|
-
height:0;
|
|
1743
|
-
overflow:hidden;
|
|
1744
|
-
white-space:nowrap;
|
|
1745
|
-
font-size:0;
|
|
1746
|
-
}
|
|
1747
3825
|
|
|
1748
3826
|
.textLayer.highlighting{
|
|
1749
3827
|
cursor:var(--editorFreeHighlight-editing-cursor);
|
|
@@ -1761,11 +3839,18 @@
|
|
|
1761
3839
|
cursor:var(--editorFreeHighlight-editing-cursor);
|
|
1762
3840
|
}
|
|
1763
3841
|
|
|
3842
|
+
.page:has(.annotationEditorLayer.nonEditing)
|
|
3843
|
+
.annotationLayer
|
|
3844
|
+
.editorAnnotation{
|
|
3845
|
+
position:absolute;
|
|
3846
|
+
pointer-events:none;
|
|
3847
|
+
}
|
|
3848
|
+
|
|
1764
3849
|
:is(#viewerContainer.pdfPresentationMode:fullscreen,.annotationEditorLayer.disabled) .noAltTextBadge{
|
|
1765
3850
|
display:none !important;
|
|
1766
3851
|
}
|
|
1767
3852
|
|
|
1768
|
-
@media (
|
|
3853
|
+
@media (min-resolution: 1.1dppx){
|
|
1769
3854
|
:root{
|
|
1770
3855
|
--editorFreeText-editing-cursor:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath d%3D%22M12 2.75H12.5V2.25V1V0.5H12H10.358C9.91165 0.5 9.47731 0.625661 9.09989 0.860442L9.09886 0.861087L8 1.54837L6.89997 0.860979L6.89911 0.860443C6.5218 0.625734 6.08748 0.5 5.642 0.5H4H3.5V1V2.25V2.75H4H5.642C5.66478 2.75 5.6885 2.75641 5.71008 2.76968C5.71023 2.76977 5.71038 2.76986 5.71053 2.76995L6.817 3.461C6.81704 3.46103 6.81709 3.46105 6.81713 3.46108C6.81713 3.46108 6.81713 3.46108 6.81714 3.46109C6.8552 3.48494 6.876 3.52285 6.876 3.567V8V12.433C6.876 12.4771 6.85523 12.515 6.81722 12.5389C6.81715 12.5389 6.81707 12.539 6.817 12.539L5.70953 13.23C5.70941 13.2301 5.70929 13.2302 5.70917 13.2303C5.68723 13.2438 5.6644 13.25 5.641 13.25H4H3.5V13.75V15V15.5H4H5.642C6.08835 15.5 6.52269 15.3743 6.90011 15.1396L6.90086 15.1391L8 14.4526L9.10003 15.14L9.10089 15.1406C9.47831 15.3753 9.91265 15.501 10.359 15.501H12H12.5V15.001V13.751V13.251H12H10.358C10.3352 13.251 10.3115 13.2446 10.2899 13.2313C10.2897 13.2312 10.2896 13.2311 10.2895 13.231L9.183 12.54C9.18298 12.54 9.18295 12.54 9.18293 12.54C9.18291 12.5399 9.18288 12.5399 9.18286 12.5399C9.14615 12.5169 9.125 12.4797 9.125 12.434V8V3.567C9.125 3.52266 9.14603 3.48441 9.18364 3.4606C9.18377 3.46052 9.1839 3.46043 9.18404 3.46035L10.2895 2.76995C10.2896 2.76985 10.2898 2.76975 10.2899 2.76966C10.3119 2.75619 10.3346 2.75 10.358 2.75H12Z%22 fill%3D%22black%22 stroke%3D%22white%22%2F%3E%3C%2Fsvg%3E") 0 16, text;
|
|
1771
3856
|
}
|
|
@@ -1797,7 +3882,7 @@
|
|
|
1797
3882
|
background:transparent;
|
|
1798
3883
|
position:absolute;
|
|
1799
3884
|
inset:0;
|
|
1800
|
-
font-size:calc(100px * var(--scale-factor));
|
|
3885
|
+
font-size:calc(100px * var(--total-scale-factor));
|
|
1801
3886
|
transform-origin:0 0;
|
|
1802
3887
|
cursor:auto;
|
|
1803
3888
|
}
|
|
@@ -1810,6 +3895,14 @@
|
|
|
1810
3895
|
pointer-events:none !important;
|
|
1811
3896
|
}
|
|
1812
3897
|
|
|
3898
|
+
.annotationEditorLayer.getElements{
|
|
3899
|
+
pointer-events:auto !important;
|
|
3900
|
+
}
|
|
3901
|
+
|
|
3902
|
+
.annotationEditorLayer.getElements > div{
|
|
3903
|
+
pointer-events:auto !important;
|
|
3904
|
+
}
|
|
3905
|
+
|
|
1813
3906
|
.annotationEditorLayer.waiting{
|
|
1814
3907
|
content:"";
|
|
1815
3908
|
cursor:wait;
|
|
@@ -1823,6 +3916,10 @@
|
|
|
1823
3916
|
pointer-events:none;
|
|
1824
3917
|
}
|
|
1825
3918
|
|
|
3919
|
+
.annotationEditorLayer.disabled.highlightEditing :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor,.commentPopup){
|
|
3920
|
+
pointer-events:auto;
|
|
3921
|
+
}
|
|
3922
|
+
|
|
1826
3923
|
.annotationEditorLayer.freetextEditing{
|
|
1827
3924
|
cursor:var(--editorFreeText-editing-cursor);
|
|
1828
3925
|
}
|
|
@@ -1835,7 +3932,8 @@
|
|
|
1835
3932
|
box-sizing:border-box;
|
|
1836
3933
|
}
|
|
1837
3934
|
|
|
1838
|
-
.annotationEditorLayer
|
|
3935
|
+
.annotationEditorLayer
|
|
3936
|
+
:is(.freeTextEditor, .inkEditor, .stampEditor, .signatureEditor){
|
|
1839
3937
|
position:absolute;
|
|
1840
3938
|
background:transparent;
|
|
1841
3939
|
z-index:1;
|
|
@@ -1846,16 +3944,16 @@
|
|
|
1846
3944
|
border:var(--unfocus-outline);
|
|
1847
3945
|
}
|
|
1848
3946
|
|
|
1849
|
-
.draggable.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)){
|
|
3947
|
+
.draggable.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)){
|
|
1850
3948
|
cursor:move;
|
|
1851
3949
|
}
|
|
1852
3950
|
|
|
1853
|
-
.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)){
|
|
3951
|
+
.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)){
|
|
1854
3952
|
border:var(--focus-outline);
|
|
1855
3953
|
outline:var(--focus-outline-around);
|
|
1856
3954
|
}
|
|
1857
3955
|
|
|
1858
|
-
.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor))::before{
|
|
3956
|
+
.selectedEditor:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor))::before{
|
|
1859
3957
|
content:"";
|
|
1860
3958
|
position:absolute;
|
|
1861
3959
|
inset:0;
|
|
@@ -1863,54 +3961,76 @@
|
|
|
1863
3961
|
pointer-events:none;
|
|
1864
3962
|
}
|
|
1865
3963
|
|
|
1866
|
-
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)):hover:not(.selectedEditor){
|
|
3964
|
+
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)):hover:not(.selectedEditor){
|
|
1867
3965
|
border:var(--hover-outline);
|
|
1868
3966
|
outline:var(--hover-outline-around);
|
|
1869
3967
|
}
|
|
1870
3968
|
|
|
1871
|
-
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)):hover:not(.selectedEditor)::before{
|
|
3969
|
+
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)):hover:not(.selectedEditor)::before{
|
|
1872
3970
|
content:"";
|
|
1873
3971
|
position:absolute;
|
|
1874
3972
|
inset:0;
|
|
1875
3973
|
border:var(--focus-outline-around);
|
|
1876
3974
|
}
|
|
1877
3975
|
|
|
1878
|
-
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{
|
|
3976
|
+
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{
|
|
1879
3977
|
--editor-toolbar-delete-image:url("data:image/svg+xml,%3Csvg width%3D%2216%22 height%3D%2216%22 viewBox%3D%220 0 16 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M11 3H13.6C14 3 14.3 3.3 14.3 3.6C14.3 3.9 14 4.2 13.7 4.2H13.3V14C13.3 15.1 12.4 16 11.3 16H4.80005C3.70005 16 2.80005 15.1 2.80005 14V4.2H2.40005C2.00005 4.2 1.80005 4 1.80005 3.6C1.80005 3.2 2.00005 3 2.40005 3H5.00005V2C5.00005 0.9 5.90005 0 7.00005 0H9.00005C10.1 0 11 0.9 11 2V3ZM6.90005 1.2L6.30005 1.8V3H9.80005V1.8L9.20005 1.2H6.90005ZM11.4 14.7L12 14.1V4.2H4.00005V14.1L4.60005 14.7H11.4ZM7.00005 12.4C7.00005 12.7 6.70005 13 6.40005 13C6.10005 13 5.80005 12.7 5.80005 12.4V7.6C5.70005 7.3 6.00005 7 6.40005 7C6.80005 7 7.00005 7.3 7.00005 7.6V12.4ZM10.2001 12.4C10.2001 12.7 9.90006 13 9.60006 13C9.30006 13 9.00006 12.7 9.00006 12.4V7.6C9.00006 7.3 9.30006 7 9.60006 7C9.90006 7 10.2001 7.3 10.2001 7.6V12.4Z%22 fill%3D%22black%22 %2F%3E%3C%2Fsvg%3E");
|
|
1880
|
-
--
|
|
3978
|
+
--csstools-light-dark-toggle--76:var(--csstools-color-scheme--light) #2b2a33;
|
|
3979
|
+
--editor-toolbar-bg-color:var(--csstools-light-dark-toggle--76, #f0f0f4);
|
|
1881
3980
|
--editor-toolbar-highlight-image:url("data:image/svg+xml,%3Csvg width%3D%2217%22 height%3D%2216%22 viewBox%3D%220 0 17 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg%3E %3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M7.10918 11.66C7.24918 11.8 7.43918 11.88 7.63918 11.88C7.83918 11.88 8.02918 11.8 8.16918 11.66L14.9192 4.91C15.2692 4.57 15.4592 4.11 15.4592 3.62C15.4592 3.13 15.2692 2.67 14.9192 2.33L13.1292 0.54C12.7892 0.19 12.3292 0 11.8392 0C11.3492 0 10.8892 0.2 10.5492 0.54L3.79918 7.29C3.50918 7.58 3.50918 8.06 3.79918 8.35L4.38988 8.9407L1.40918 11.93H5.64918L6.51419 11.065L7.10918 11.66ZM7.63918 10.07L5.38918 7.82V7.81L7.8648 5.33438L10.1198 7.58938L7.63918 10.07ZM11.1805 6.52872L13.8592 3.85C13.9892 3.72 13.9892 3.52 13.8592 3.39L12.0692 1.6C11.9892 1.52 11.8892 1.5 11.8392 1.5C11.8392 1.5 11.6892 1.51 11.6092 1.59L8.92546 4.27372L11.1805 6.52872Z%22 fill%3D%22%23000%22%2F%3E %3Cpath d%3D%22M0.40918 14H15.4092V16H0.40918V14Z%22 fill%3D%22%23000%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
|
|
1882
|
-
--
|
|
3981
|
+
--csstools-light-dark-toggle--77:var(--csstools-color-scheme--light) #fbfbfe;
|
|
3982
|
+
--editor-toolbar-fg-color:var(--csstools-light-dark-toggle--77, #2e2e56);
|
|
1883
3983
|
--editor-toolbar-border-color:#8f8f9d;
|
|
1884
3984
|
--editor-toolbar-hover-border-color:var(--editor-toolbar-border-color);
|
|
1885
|
-
--
|
|
3985
|
+
--csstools-light-dark-toggle--78:var(--csstools-color-scheme--light) #52525e;
|
|
3986
|
+
--editor-toolbar-hover-bg-color:var(--csstools-light-dark-toggle--78, #e0e0e6);
|
|
1886
3987
|
--editor-toolbar-hover-fg-color:var(--editor-toolbar-fg-color);
|
|
1887
3988
|
--editor-toolbar-hover-outline:none;
|
|
1888
|
-
--
|
|
3989
|
+
--csstools-light-dark-toggle--79:var(--csstools-color-scheme--light) #0df;
|
|
3990
|
+
--editor-toolbar-focus-outline-color:var(--csstools-light-dark-toggle--79, #0060df);
|
|
1889
3991
|
--editor-toolbar-shadow:0 2px 6px 0 rgb(58 57 68 / 0.2);
|
|
1890
|
-
--editor-toolbar-vert-offset:6px;
|
|
1891
3992
|
--editor-toolbar-height:28px;
|
|
1892
3993
|
--editor-toolbar-padding:2px;
|
|
1893
|
-
--
|
|
1894
|
-
--alt-text-
|
|
3994
|
+
--csstools-light-dark-toggle--80:var(--csstools-color-scheme--light) #54ffbd;
|
|
3995
|
+
--alt-text-done-color:var(--csstools-light-dark-toggle--80, #2ac3a2);
|
|
3996
|
+
--csstools-light-dark-toggle--81:var(--csstools-color-scheme--light) #80ebff;
|
|
3997
|
+
--alt-text-warning-color:var(--csstools-light-dark-toggle--81, #0090ed);
|
|
1895
3998
|
--alt-text-hover-done-color:var(--alt-text-done-color);
|
|
1896
3999
|
--alt-text-hover-warning-color:var(--alt-text-warning-color);
|
|
1897
4000
|
}
|
|
1898
4001
|
|
|
1899
|
-
@
|
|
4002
|
+
@supports (color: light-dark(red, red)){
|
|
4003
|
+
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{
|
|
4004
|
+
--editor-toolbar-bg-color:light-dark(#f0f0f4, #2b2a33);
|
|
4005
|
+
--editor-toolbar-fg-color:light-dark(#2e2e56, #fbfbfe);
|
|
4006
|
+
--editor-toolbar-hover-bg-color:light-dark(#e0e0e6, #52525e);
|
|
4007
|
+
--editor-toolbar-focus-outline-color:light-dark(#0060df, #0df);
|
|
4008
|
+
--alt-text-done-color:light-dark(#2ac3a2, #54ffbd);
|
|
4009
|
+
--alt-text-warning-color:light-dark(#0090ed, #80ebff);
|
|
4010
|
+
}
|
|
4011
|
+
}
|
|
4012
|
+
|
|
4013
|
+
@supports not (color: light-dark(tan, tan)){
|
|
1900
4014
|
|
|
1901
|
-
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
4015
|
+
:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) *{
|
|
4016
|
+
--csstools-light-dark-toggle--76:var(--csstools-color-scheme--light) #2b2a33;
|
|
4017
|
+
--editor-toolbar-bg-color:var(--csstools-light-dark-toggle--76, #f0f0f4);
|
|
4018
|
+
--csstools-light-dark-toggle--77:var(--csstools-color-scheme--light) #fbfbfe;
|
|
4019
|
+
--editor-toolbar-fg-color:var(--csstools-light-dark-toggle--77, #2e2e56);
|
|
4020
|
+
--csstools-light-dark-toggle--78:var(--csstools-color-scheme--light) #52525e;
|
|
4021
|
+
--editor-toolbar-hover-bg-color:var(--csstools-light-dark-toggle--78, #e0e0e6);
|
|
4022
|
+
--csstools-light-dark-toggle--79:var(--csstools-color-scheme--light) #0df;
|
|
4023
|
+
--editor-toolbar-focus-outline-color:var(--csstools-light-dark-toggle--79, #0060df);
|
|
4024
|
+
--csstools-light-dark-toggle--80:var(--csstools-color-scheme--light) #54ffbd;
|
|
4025
|
+
--alt-text-done-color:var(--csstools-light-dark-toggle--80, #2ac3a2);
|
|
4026
|
+
--csstools-light-dark-toggle--81:var(--csstools-color-scheme--light) #80ebff;
|
|
4027
|
+
--alt-text-warning-color:var(--csstools-light-dark-toggle--81, #0090ed);
|
|
1908
4028
|
}
|
|
1909
|
-
|
|
4029
|
+
}
|
|
1910
4030
|
|
|
1911
4031
|
@media screen and (forced-colors: active){
|
|
1912
4032
|
|
|
1913
|
-
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{
|
|
4033
|
+
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{
|
|
1914
4034
|
--editor-toolbar-bg-color:ButtonFace;
|
|
1915
4035
|
--editor-toolbar-fg-color:ButtonText;
|
|
1916
4036
|
--editor-toolbar-border-color:ButtonText;
|
|
@@ -1927,7 +4047,7 @@
|
|
|
1927
4047
|
}
|
|
1928
4048
|
}
|
|
1929
4049
|
|
|
1930
|
-
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar{
|
|
4050
|
+
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar{
|
|
1931
4051
|
|
|
1932
4052
|
display:flex;
|
|
1933
4053
|
width:-moz-fit-content;
|
|
@@ -1951,23 +4071,23 @@
|
|
|
1951
4071
|
box-shadow:var(--editor-toolbar-shadow);
|
|
1952
4072
|
}
|
|
1953
4073
|
|
|
1954
|
-
.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar){
|
|
4074
|
+
.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar){
|
|
1955
4075
|
display:none;
|
|
1956
4076
|
}
|
|
1957
4077
|
|
|
1958
|
-
:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar):has(:focus-visible){
|
|
4078
|
+
:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar):has(:focus-visible){
|
|
1959
4079
|
border-color:transparent;
|
|
1960
4080
|
}
|
|
1961
4081
|
|
|
1962
|
-
[dir="ltr"] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar){
|
|
4082
|
+
[dir="ltr"] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar){
|
|
1963
4083
|
transform-origin:100% 0;
|
|
1964
4084
|
}
|
|
1965
4085
|
|
|
1966
|
-
[dir="rtl"] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar){
|
|
4086
|
+
[dir="rtl"] :is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar){
|
|
1967
4087
|
transform-origin:0 0;
|
|
1968
4088
|
}
|
|
1969
4089
|
|
|
1970
|
-
:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons{
|
|
4090
|
+
:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons{
|
|
1971
4091
|
display:flex;
|
|
1972
4092
|
justify-content:center;
|
|
1973
4093
|
align-items:center;
|
|
@@ -1975,11 +4095,11 @@
|
|
|
1975
4095
|
height:100%;
|
|
1976
4096
|
}
|
|
1977
4097
|
|
|
1978
|
-
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) button{
|
|
4098
|
+
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) button{
|
|
1979
4099
|
padding:0;
|
|
1980
4100
|
}
|
|
1981
4101
|
|
|
1982
|
-
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .divider{
|
|
4102
|
+
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .divider{
|
|
1983
4103
|
width:0;
|
|
1984
4104
|
height:calc(
|
|
1985
4105
|
2 * var(--editor-toolbar-padding) + var(--editor-toolbar-height)
|
|
@@ -1990,14 +4110,12 @@
|
|
|
1990
4110
|
margin-inline:2px;
|
|
1991
4111
|
}
|
|
1992
4112
|
|
|
1993
|
-
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .
|
|
4113
|
+
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic{
|
|
1994
4114
|
width:var(--editor-toolbar-height);
|
|
1995
4115
|
}
|
|
1996
4116
|
|
|
1997
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .
|
|
4117
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic)::before{
|
|
1998
4118
|
content:"";
|
|
1999
|
-
-webkit-mask-image:var(--editor-toolbar-highlight-image);
|
|
2000
|
-
mask-image:var(--editor-toolbar-highlight-image);
|
|
2001
4119
|
-webkit-mask-repeat:no-repeat;
|
|
2002
4120
|
mask-repeat:no-repeat;
|
|
2003
4121
|
-webkit-mask-position:center;
|
|
@@ -2008,43 +4126,36 @@
|
|
|
2008
4126
|
height:100%;
|
|
2009
4127
|
}
|
|
2010
4128
|
|
|
2011
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .
|
|
4129
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic):hover::before{
|
|
2012
4130
|
background-color:var(--editor-toolbar-hover-fg-color);
|
|
2013
4131
|
}
|
|
2014
4132
|
|
|
2015
|
-
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .
|
|
2016
|
-
|
|
2017
|
-
|
|
4133
|
+
.highlightButton:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic)::before{
|
|
4134
|
+
-webkit-mask-image:var(--editor-toolbar-highlight-image);
|
|
4135
|
+
mask-image:var(--editor-toolbar-highlight-image);
|
|
4136
|
+
}
|
|
2018
4137
|
|
|
2019
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
mask-image:var(--editor-toolbar-delete-image);
|
|
2023
|
-
-webkit-mask-repeat:no-repeat;
|
|
2024
|
-
mask-repeat:no-repeat;
|
|
2025
|
-
-webkit-mask-position:center;
|
|
2026
|
-
mask-position:center;
|
|
2027
|
-
display:inline-block;
|
|
2028
|
-
background-color:var(--editor-toolbar-fg-color);
|
|
2029
|
-
width:100%;
|
|
2030
|
-
height:100%;
|
|
4138
|
+
.commentButton:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic)::before{
|
|
4139
|
+
-webkit-mask-image:var(--comment-edit-button-icon);
|
|
4140
|
+
mask-image:var(--comment-edit-button-icon);
|
|
2031
4141
|
}
|
|
2032
4142
|
|
|
2033
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .
|
|
2034
|
-
|
|
4143
|
+
.deleteButton:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .basic)::before{
|
|
4144
|
+
-webkit-mask-image:var(--editor-toolbar-delete-image);
|
|
4145
|
+
mask-image:var(--editor-toolbar-delete-image);
|
|
2035
4146
|
}
|
|
2036
4147
|
|
|
2037
|
-
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) > *{
|
|
4148
|
+
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) > *{
|
|
2038
4149
|
height:var(--editor-toolbar-height);
|
|
2039
4150
|
}
|
|
2040
4151
|
|
|
2041
|
-
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) > :not(.divider){
|
|
4152
|
+
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) > :not(.divider){
|
|
2042
4153
|
border:none;
|
|
2043
4154
|
background-color:transparent;
|
|
2044
4155
|
cursor:pointer;
|
|
2045
4156
|
}
|
|
2046
4157
|
|
|
2047
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) > :not(.divider)):hover{
|
|
4158
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) > :not(.divider)):hover{
|
|
2048
4159
|
border-radius:2px;
|
|
2049
4160
|
background-color:var(--editor-toolbar-hover-bg-color);
|
|
2050
4161
|
color:var(--editor-toolbar-hover-fg-color);
|
|
@@ -2052,16 +4163,16 @@
|
|
|
2052
4163
|
outline-offset:1px;
|
|
2053
4164
|
}
|
|
2054
4165
|
|
|
2055
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) > :not(.divider)):hover:active{
|
|
4166
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) > :not(.divider)):hover:active{
|
|
2056
4167
|
outline:none;
|
|
2057
4168
|
}
|
|
2058
4169
|
|
|
2059
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) > :not(.divider)):focus-visible{
|
|
4170
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) > :not(.divider)):focus-visible{
|
|
2060
4171
|
border-radius:2px;
|
|
2061
4172
|
outline:2px solid var(--editor-toolbar-focus-outline-color);
|
|
2062
4173
|
}
|
|
2063
4174
|
|
|
2064
|
-
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText{
|
|
4175
|
+
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText{
|
|
2065
4176
|
--alt-text-add-image:url("data:image/svg+xml,%3Csvg width%3D%2212%22 height%3D%2213%22 viewBox%3D%220 0 12 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M5.375 7.625V11.875C5.375 12.0408 5.44085 12.1997 5.55806 12.3169C5.67527 12.4342 5.83424 12.5 6 12.5C6.16576 12.5 6.32473 12.4342 6.44194 12.3169C6.55915 12.1997 6.625 12.0408 6.625 11.875V7.625L7.125 7.125H11.375C11.5408 7.125 11.6997 7.05915 11.8169 6.94194C11.9342 6.82473 12 6.66576 12 6.5C12 6.33424 11.9342 6.17527 11.8169 6.05806C11.6997 5.94085 11.5408 5.875 11.375 5.875H7.125L6.625 5.375V1.125C6.625 0.95924 6.55915 0.800269 6.44194 0.683058C6.32473 0.565848 6.16576 0.5 6 0.5C5.83424 0.5 5.67527 0.565848 5.55806 0.683058C5.44085 0.800269 5.375 0.95924 5.375 1.125V5.375L4.875 5.875H0.625C0.45924 5.875 0.300269 5.94085 0.183058 6.05806C0.065848 6.17527 0 6.33424 0 6.5C0 6.66576 0.065848 6.82473 0.183058 6.94194C0.300269 7.05915 0.45924 7.125 0.625 7.125H4.762L5.375 7.625Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E ");
|
|
2066
4177
|
--alt-text-done-image:url("data:image/svg+xml,%3Csvg width%3D%2212%22 height%3D%2213%22 viewBox%3D%220 0 12 13%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath d%3D%22M6 0.5C5.21207 0.5 4.43185 0.655195 3.7039 0.956723C2.97595 1.25825 2.31451 1.70021 1.75736 2.25736C1.20021 2.81451 0.758251 3.47595 0.456723 4.2039C0.155195 4.93185 0 5.71207 0 6.5C0 7.28793 0.155195 8.06815 0.456723 8.7961C0.758251 9.52405 1.20021 10.1855 1.75736 10.7426C2.31451 11.2998 2.97595 11.7417 3.7039 12.0433C4.43185 12.3448 5.21207 12.5 6 12.5C7.5913 12.5 9.11742 11.8679 10.2426 10.7426C11.3679 9.61742 12 8.0913 12 6.5C12 4.9087 11.3679 3.38258 10.2426 2.25736C9.11742 1.13214 7.5913 0.5 6 0.5ZM5.06 8.9L2.9464 6.7856C2.85273 6.69171 2.80018 6.56446 2.80033 6.43183C2.80048 6.29921 2.85331 6.17207 2.9472 6.0784C3.04109 5.98473 3.16834 5.93218 3.30097 5.93233C3.43359 5.93248 3.56073 5.98531 3.6544 6.0792L5.3112 7.7368L8.3464 4.7008C8.44109 4.6109 8.56715 4.56153 8.69771 4.56322C8.82827 4.56492 8.95301 4.61754 9.04534 4.70986C9.13766 4.80219 9.19028 4.92693 9.19198 5.05749C9.19367 5.18805 9.1443 5.31411 9.0544 5.4088L5.5624 8.9H5.06Z%22 fill%3D%22%23FBFBFE%22%2F%3E%3C%2Fsvg%3E ");
|
|
2067
4178
|
|
|
@@ -2078,11 +4189,11 @@
|
|
|
2078
4189
|
color:var(--editor-toolbar-fg-color);
|
|
2079
4190
|
}
|
|
2080
4191
|
|
|
2081
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):disabled{
|
|
4192
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):disabled{
|
|
2082
4193
|
pointer-events:none;
|
|
2083
4194
|
}
|
|
2084
4195
|
|
|
2085
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
|
|
4196
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
|
|
2086
4197
|
content:"";
|
|
2087
4198
|
-webkit-mask-image:var(--alt-text-add-image);
|
|
2088
4199
|
mask-image:var(--alt-text-add-image);
|
|
@@ -2097,16 +4208,16 @@
|
|
|
2097
4208
|
margin-inline-end:4px;
|
|
2098
4209
|
}
|
|
2099
4210
|
|
|
2100
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):hover::before{
|
|
4211
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):hover::before{
|
|
2101
4212
|
background-color:var(--editor-toolbar-hover-fg-color);
|
|
2102
4213
|
}
|
|
2103
4214
|
|
|
2104
|
-
.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
|
|
4215
|
+
.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
|
|
2105
4216
|
-webkit-mask-image:var(--alt-text-done-image);
|
|
2106
4217
|
mask-image:var(--alt-text-done-image);
|
|
2107
4218
|
}
|
|
2108
4219
|
|
|
2109
|
-
.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
|
|
4220
|
+
.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
|
|
2110
4221
|
width:16px;
|
|
2111
4222
|
height:16px;
|
|
2112
4223
|
-webkit-mask-image:var(--new-alt-text-warning-image);
|
|
@@ -2116,44 +4227,63 @@
|
|
|
2116
4227
|
mask-size:cover;
|
|
2117
4228
|
}
|
|
2118
4229
|
|
|
2119
|
-
.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):hover::before{
|
|
4230
|
+
.new:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):hover::before{
|
|
2120
4231
|
background-color:var(--alt-text-hover-warning-color);
|
|
2121
4232
|
}
|
|
2122
4233
|
|
|
2123
|
-
.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
|
|
4234
|
+
.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText)::before{
|
|
2124
4235
|
-webkit-mask-image:var(--alt-text-done-image);
|
|
2125
4236
|
mask-image:var(--alt-text-done-image);
|
|
2126
4237
|
background-color:var(--alt-text-done-color);
|
|
2127
4238
|
}
|
|
2128
4239
|
|
|
2129
|
-
.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText):hover::before{
|
|
4240
|
+
.new.done:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText):hover::before{
|
|
2130
4241
|
background-color:var(--alt-text-hover-done-color);
|
|
2131
4242
|
}
|
|
2132
4243
|
|
|
2133
|
-
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip{
|
|
4244
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip{
|
|
2134
4245
|
display:none;
|
|
2135
4246
|
word-wrap:anywhere;
|
|
2136
4247
|
}
|
|
2137
4248
|
|
|
2138
|
-
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
|
|
2139
|
-
--
|
|
2140
|
-
--alt-text-tooltip-
|
|
4249
|
+
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
|
|
4250
|
+
--csstools-light-dark-toggle--82:var(--csstools-color-scheme--light) #1c1b22;
|
|
4251
|
+
--alt-text-tooltip-bg:var(--csstools-light-dark-toggle--82, #f0f0f4);
|
|
4252
|
+
--csstools-light-dark-toggle--83:var(--csstools-color-scheme--light) #fbfbfe;
|
|
4253
|
+
--alt-text-tooltip-fg:var(--csstools-light-dark-toggle--83, #15141a);
|
|
2141
4254
|
--alt-text-tooltip-border:#8f8f9d;
|
|
2142
|
-
--
|
|
4255
|
+
--csstools-light-dark-toggle--84:var(--csstools-color-scheme--light) #15141a;
|
|
4256
|
+
--alt-text-tooltip-shadow:0 2px 6px 0 var(--csstools-light-dark-toggle--84, rgb(58 57 68 / 0.2));
|
|
2143
4257
|
}
|
|
2144
4258
|
|
|
2145
|
-
@
|
|
4259
|
+
@supports (color: light-dark(red, red)){
|
|
4260
|
+
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
|
|
4261
|
+
--alt-text-tooltip-bg:light-dark(#f0f0f4, #1c1b22);
|
|
4262
|
+
--alt-text-tooltip-fg:light-dark(#15141a, #fbfbfe);
|
|
4263
|
+
}
|
|
4264
|
+
}
|
|
2146
4265
|
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
--alt-text-tooltip-shadow:0px 2px 6px 0px #15141a;
|
|
4266
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
4267
|
+
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
|
|
4268
|
+
--alt-text-tooltip-shadow:0 2px 6px 0 light-dark(rgb(58 57 68 / 0.2), #15141a);
|
|
2151
4269
|
}
|
|
2152
|
-
|
|
4270
|
+
}
|
|
4271
|
+
|
|
4272
|
+
@supports not (color: light-dark(tan, tan)){
|
|
4273
|
+
|
|
4274
|
+
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip) *{
|
|
4275
|
+
--csstools-light-dark-toggle--82:var(--csstools-color-scheme--light) #1c1b22;
|
|
4276
|
+
--alt-text-tooltip-bg:var(--csstools-light-dark-toggle--82, #f0f0f4);
|
|
4277
|
+
--csstools-light-dark-toggle--83:var(--csstools-color-scheme--light) #fbfbfe;
|
|
4278
|
+
--alt-text-tooltip-fg:var(--csstools-light-dark-toggle--83, #15141a);
|
|
4279
|
+
--csstools-light-dark-toggle--84:var(--csstools-color-scheme--light) #15141a;
|
|
4280
|
+
--alt-text-tooltip-shadow:0 2px 6px 0 var(--csstools-light-dark-toggle--84, rgb(58 57 68 / 0.2));
|
|
4281
|
+
}
|
|
4282
|
+
}
|
|
2153
4283
|
|
|
2154
4284
|
@media screen and (forced-colors: active){
|
|
2155
4285
|
|
|
2156
|
-
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
|
|
4286
|
+
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
|
|
2157
4287
|
--alt-text-tooltip-bg:Canvas;
|
|
2158
4288
|
--alt-text-tooltip-fg:CanvasText;
|
|
2159
4289
|
--alt-text-tooltip-border:CanvasText;
|
|
@@ -2161,7 +4291,7 @@
|
|
|
2161
4291
|
}
|
|
2162
4292
|
}
|
|
2163
4293
|
|
|
2164
|
-
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
|
|
4294
|
+
.show:is(:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .altText) .tooltip){
|
|
2165
4295
|
|
|
2166
4296
|
display:inline-flex;
|
|
2167
4297
|
flex-direction:column;
|
|
@@ -2186,8 +4316,26 @@
|
|
|
2186
4316
|
pointer-events:none;
|
|
2187
4317
|
}
|
|
2188
4318
|
|
|
4319
|
+
:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .comment{
|
|
4320
|
+
width:var(--editor-toolbar-height);
|
|
4321
|
+
}
|
|
4322
|
+
|
|
4323
|
+
:is(:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.highlightEditor,.signatureEditor),.textLayer) .editToolbar) .buttons) .comment)::before{
|
|
4324
|
+
content:"";
|
|
4325
|
+
-webkit-mask-image:var(--comment-edit-button-icon);
|
|
4326
|
+
mask-image:var(--comment-edit-button-icon);
|
|
4327
|
+
-webkit-mask-repeat:no-repeat;
|
|
4328
|
+
mask-repeat:no-repeat;
|
|
4329
|
+
-webkit-mask-position:center;
|
|
4330
|
+
mask-position:center;
|
|
4331
|
+
display:inline-block;
|
|
4332
|
+
background-color:var(--editor-toolbar-fg-color);
|
|
4333
|
+
width:100%;
|
|
4334
|
+
height:100%;
|
|
4335
|
+
}
|
|
4336
|
+
|
|
2189
4337
|
.annotationEditorLayer .freeTextEditor{
|
|
2190
|
-
padding:calc(var(--freetext-padding) * var(--scale-factor));
|
|
4338
|
+
padding:calc(var(--freetext-padding) * var(--total-scale-factor));
|
|
2191
4339
|
width:auto;
|
|
2192
4340
|
height:auto;
|
|
2193
4341
|
touch-action:none;
|
|
@@ -2201,6 +4349,7 @@
|
|
|
2201
4349
|
white-space:nowrap;
|
|
2202
4350
|
font:10px sans-serif;
|
|
2203
4351
|
line-height:var(--freetext-line-height);
|
|
4352
|
+
text-align:start;
|
|
2204
4353
|
-webkit-user-select:none;
|
|
2205
4354
|
-moz-user-select:none;
|
|
2206
4355
|
user-select:none;
|
|
@@ -2263,19 +4412,33 @@
|
|
|
2263
4412
|
}
|
|
2264
4413
|
|
|
2265
4414
|
:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{
|
|
2266
|
-
--
|
|
2267
|
-
--no-alt-text-badge-
|
|
2268
|
-
--
|
|
4415
|
+
--csstools-light-dark-toggle--85:var(--csstools-color-scheme--light) #52525e;
|
|
4416
|
+
--no-alt-text-badge-border-color:var(--csstools-light-dark-toggle--85, #f0f0f4);
|
|
4417
|
+
--csstools-light-dark-toggle--86:var(--csstools-color-scheme--light) #fbfbfe;
|
|
4418
|
+
--no-alt-text-badge-bg-color:var(--csstools-light-dark-toggle--86, #cfcfd8);
|
|
4419
|
+
--csstools-light-dark-toggle--87:var(--csstools-color-scheme--light) #15141a;
|
|
4420
|
+
--no-alt-text-badge-fg-color:var(--csstools-light-dark-toggle--87, #5b5b66);
|
|
2269
4421
|
}
|
|
2270
4422
|
|
|
2271
|
-
@
|
|
2272
|
-
|
|
4423
|
+
@supports (color: light-dark(red, red)){
|
|
2273
4424
|
:is(.annotationEditorLayer .stampEditor) .noAltTextBadge{
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
4425
|
+
--no-alt-text-badge-border-color:light-dark(#f0f0f4, #52525e);
|
|
4426
|
+
--no-alt-text-badge-bg-color:light-dark(#cfcfd8, #fbfbfe);
|
|
4427
|
+
--no-alt-text-badge-fg-color:light-dark(#5b5b66, #15141a);
|
|
2277
4428
|
}
|
|
2278
|
-
|
|
4429
|
+
}
|
|
4430
|
+
|
|
4431
|
+
@supports not (color: light-dark(tan, tan)){
|
|
4432
|
+
|
|
4433
|
+
:is(:is(.annotationEditorLayer .stampEditor) .noAltTextBadge) *{
|
|
4434
|
+
--csstools-light-dark-toggle--85:var(--csstools-color-scheme--light) #52525e;
|
|
4435
|
+
--no-alt-text-badge-border-color:var(--csstools-light-dark-toggle--85, #f0f0f4);
|
|
4436
|
+
--csstools-light-dark-toggle--86:var(--csstools-color-scheme--light) #fbfbfe;
|
|
4437
|
+
--no-alt-text-badge-bg-color:var(--csstools-light-dark-toggle--86, #cfcfd8);
|
|
4438
|
+
--csstools-light-dark-toggle--87:var(--csstools-color-scheme--light) #15141a;
|
|
4439
|
+
--no-alt-text-badge-fg-color:var(--csstools-light-dark-toggle--87, #5b5b66);
|
|
4440
|
+
}
|
|
4441
|
+
}
|
|
2279
4442
|
|
|
2280
4443
|
@media screen and (forced-colors: active){
|
|
2281
4444
|
|
|
@@ -2317,16 +4480,17 @@
|
|
|
2317
4480
|
background-color:var(--no-alt-text-badge-fg-color);
|
|
2318
4481
|
}
|
|
2319
4482
|
|
|
2320
|
-
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers{
|
|
4483
|
+
:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers{
|
|
2321
4484
|
position:absolute;
|
|
2322
4485
|
inset:0;
|
|
4486
|
+
z-index:1;
|
|
2323
4487
|
}
|
|
2324
4488
|
|
|
2325
|
-
.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers){
|
|
4489
|
+
.hidden:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers){
|
|
2326
4490
|
display:none;
|
|
2327
4491
|
}
|
|
2328
4492
|
|
|
2329
|
-
:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer{
|
|
4493
|
+
:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers) > .resizer{
|
|
2330
4494
|
width:var(--resizer-size);
|
|
2331
4495
|
height:var(--resizer-size);
|
|
2332
4496
|
background:content-box var(--resizer-bg-color);
|
|
@@ -2335,42 +4499,42 @@
|
|
|
2335
4499
|
position:absolute;
|
|
2336
4500
|
}
|
|
2337
4501
|
|
|
2338
|
-
.topLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
|
|
4502
|
+
.topLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers) > .resizer){
|
|
2339
4503
|
top:var(--resizer-shift);
|
|
2340
4504
|
left:var(--resizer-shift);
|
|
2341
4505
|
}
|
|
2342
4506
|
|
|
2343
|
-
.topMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
|
|
4507
|
+
.topMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers) > .resizer){
|
|
2344
4508
|
top:var(--resizer-shift);
|
|
2345
4509
|
left:calc(50% + var(--resizer-shift));
|
|
2346
4510
|
}
|
|
2347
4511
|
|
|
2348
|
-
.topRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
|
|
4512
|
+
.topRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers) > .resizer){
|
|
2349
4513
|
top:var(--resizer-shift);
|
|
2350
4514
|
right:var(--resizer-shift);
|
|
2351
4515
|
}
|
|
2352
4516
|
|
|
2353
|
-
.middleRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
|
|
4517
|
+
.middleRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers) > .resizer){
|
|
2354
4518
|
top:calc(50% + var(--resizer-shift));
|
|
2355
4519
|
right:var(--resizer-shift);
|
|
2356
4520
|
}
|
|
2357
4521
|
|
|
2358
|
-
.bottomRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
|
|
4522
|
+
.bottomRight:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers) > .resizer){
|
|
2359
4523
|
bottom:var(--resizer-shift);
|
|
2360
4524
|
right:var(--resizer-shift);
|
|
2361
4525
|
}
|
|
2362
4526
|
|
|
2363
|
-
.bottomMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
|
|
4527
|
+
.bottomMiddle:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers) > .resizer){
|
|
2364
4528
|
bottom:var(--resizer-shift);
|
|
2365
4529
|
left:calc(50% + var(--resizer-shift));
|
|
2366
4530
|
}
|
|
2367
4531
|
|
|
2368
|
-
.bottomLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
|
|
4532
|
+
.bottomLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers) > .resizer){
|
|
2369
4533
|
bottom:var(--resizer-shift);
|
|
2370
4534
|
left:var(--resizer-shift);
|
|
2371
4535
|
}
|
|
2372
4536
|
|
|
2373
|
-
.middleLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor)) > .resizers) > .resizer){
|
|
4537
|
+
.middleLeft:is(:is(:is(.annotationEditorLayer :is(.freeTextEditor,.inkEditor,.stampEditor,.signatureEditor)) > .resizers) > .resizer){
|
|
2374
4538
|
top:calc(50% + var(--resizer-shift));
|
|
2375
4539
|
left:var(--resizer-shift);
|
|
2376
4540
|
}
|
|
@@ -2424,7 +4588,7 @@
|
|
|
2424
4588
|
:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="180"],[data-main-rotation="90"] [data-editor-rotation="90"],[data-main-rotation="180"] [data-editor-rotation="0"],[data-main-rotation="270"] [data-editor-rotation="270"])) .editToolbar{
|
|
2425
4589
|
rotate:180deg;
|
|
2426
4590
|
inset-inline-end:100%;
|
|
2427
|
-
inset-block-start:calc(
|
|
4591
|
+
inset-block-start:calc(0px - var(--editor-toolbar-vert-offset));
|
|
2428
4592
|
}
|
|
2429
4593
|
|
|
2430
4594
|
:is(.annotationEditorLayer :is([data-main-rotation="0"] [data-editor-rotation="270"],[data-main-rotation="90"] [data-editor-rotation="180"],[data-main-rotation="180"] [data-editor-rotation="90"],[data-main-rotation="270"] [data-editor-rotation="0"])) .editToolbar{
|
|
@@ -2506,16 +4670,24 @@
|
|
|
2506
4670
|
.dialog.newAltText{
|
|
2507
4671
|
--new-alt-text-ai-disclaimer-icon:url("data:image/svg+xml,%3Csvg width%3D%2217%22 height%3D%2216%22 viewBox%3D%220 0 17 16%22 fill%3D%22none%22 xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill-rule%3D%22evenodd%22 clip-rule%3D%22evenodd%22 d%3D%22M3.49073 1.3015L3.30873 2.1505C3.29349 2.22246 3.25769 2.28844 3.20568 2.34045C3.15368 2.39246 3.08769 2.42826 3.01573 2.4435L2.16673 2.6255C1.76473 2.7125 1.76473 3.2865 2.16673 3.3725L3.01573 3.5555C3.08769 3.57074 3.15368 3.60654 3.20568 3.65855C3.25769 3.71056 3.29349 3.77654 3.30873 3.8485L3.49073 4.6975C3.57773 5.0995 4.15173 5.0995 4.23773 4.6975L4.42073 3.8485C4.43598 3.77654 4.47177 3.71056 4.52378 3.65855C4.57579 3.60654 4.64178 3.57074 4.71373 3.5555L5.56173 3.3725C5.96373 3.2855 5.96373 2.7115 5.56173 2.6255L4.71273 2.4435C4.64083 2.42814 4.57491 2.3923 4.52292 2.34031C4.47093 2.28832 4.43509 2.2224 4.41973 2.1505L4.23773 1.3015C4.15073 0.8995 3.57673 0.8995 3.49073 1.3015ZM10.8647 13.9995C10.4853 14.0056 10.1158 13.8782 9.82067 13.6397C9.52553 13.4013 9.32347 13.0667 9.24973 12.6945L8.89273 11.0275C8.83676 10.7687 8.70738 10.5316 8.52009 10.3445C8.3328 10.1574 8.09554 10.0282 7.83673 9.9725L6.16973 9.6155C5.38873 9.4465 4.86473 8.7975 4.86473 7.9995C4.86473 7.2015 5.38873 6.5525 6.16973 6.3845L7.83673 6.0275C8.09551 5.97135 8.33267 5.84193 8.51992 5.65468C8.70716 5.46744 8.83658 5.23028 8.89273 4.9715L9.25073 3.3045C9.41773 2.5235 10.0667 1.9995 10.8647 1.9995C11.6627 1.9995 12.3117 2.5235 12.4797 3.3045L12.8367 4.9715C12.9507 5.4995 13.3647 5.9135 13.8927 6.0265L15.5597 6.3835C16.3407 6.5525 16.8647 7.2015 16.8647 7.9995C16.8647 8.7975 16.3407 9.4465 15.5597 9.6145L13.8927 9.9715C13.6337 10.0275 13.3963 10.157 13.209 10.3445C13.0217 10.5319 12.8925 10.7694 12.8367 11.0285L12.4787 12.6945C12.4054 13.0667 12.2036 13.4014 11.9086 13.6399C11.6135 13.8784 11.2441 14.0057 10.8647 13.9995ZM10.8647 3.2495C10.7667 3.2495 10.5337 3.2795 10.4727 3.5655L10.1147 5.2335C10.0081 5.72777 9.76116 6.18082 9.40361 6.53837C9.04606 6.89593 8.59301 7.14283 8.09873 7.2495L6.43173 7.6065C6.14573 7.6685 6.11473 7.9015 6.11473 7.9995C6.11473 8.0975 6.14573 8.3305 6.43173 8.3925L8.09873 8.7495C8.59301 8.85617 9.04606 9.10307 9.40361 9.46062C9.76116 9.81817 10.0081 10.2712 10.1147 10.7655L10.4727 12.4335C10.5337 12.7195 10.7667 12.7495 10.8647 12.7495C10.9627 12.7495 11.1957 12.7195 11.2567 12.4335L11.6147 10.7665C11.7212 10.272 11.9681 9.81878 12.3256 9.46103C12.6832 9.10329 13.1363 8.85624 13.6307 8.7495L15.2977 8.3925C15.5837 8.3305 15.6147 8.0975 15.6147 7.9995C15.6147 7.9015 15.5837 7.6685 15.2977 7.6065L13.6307 7.2495C13.1365 7.14283 12.6834 6.89593 12.3259 6.53837C11.9683 6.18082 11.7214 5.72777 11.6147 5.2335L11.2567 3.5655C11.1957 3.2795 10.9627 3.2495 10.8647 3.2495ZM3.30873 12.1505L3.49073 11.3015C3.57673 10.8995 4.15073 10.8995 4.23773 11.3015L4.41973 12.1505C4.43509 12.2224 4.47093 12.2883 4.52292 12.3403C4.57491 12.3923 4.64083 12.4281 4.71273 12.4435L5.56173 12.6255C5.96373 12.7115 5.96373 13.2855 5.56173 13.3725L4.71273 13.5545C4.64083 13.5699 4.57491 13.6057 4.52292 13.6577C4.47093 13.7097 4.43509 13.7756 4.41973 13.8475L4.23773 14.6965C4.15173 15.0985 3.57773 15.0985 3.49073 14.6965L3.30873 13.8475C3.29337 13.7756 3.25754 13.7097 3.20555 13.6577C3.15356 13.6057 3.08764 13.5699 3.01573 13.5545L2.16673 13.3725C1.76473 13.2865 1.76473 12.7125 2.16673 12.6255L3.01573 12.4435C3.08769 12.4283 3.15368 12.3925 3.20568 12.3405C3.25769 12.2884 3.29349 12.2225 3.30873 12.1505Z%22 fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
|
|
2508
4672
|
--new-alt-text-spinner-icon:url("data:image/svg+xml,%3C!-- This Source Code Form is subject to the terms of the Mozilla Public - License%2C v. 2.0. If a copy of the MPL was not distributed with this - file%2C You can obtain one at http%3A%2F%2Fmozilla.org%2FMPL%2F2.0%2F. --%3E%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22 width%3D%2216%22 height%3D%2216%22%3E %3Cstyle%3E %40media not (prefers-reduced-motion) %7B %40keyframes loadingRotate %7B from %7B rotate%3A 0%3B %7D to %7B rotate%3A 360deg %7D %7D %23circle-arrows %7B animation%3A loadingRotate 1.8s linear infinite%3B transform-origin%3A 50%25 50%25%3B %7D %23hourglass %7B display%3A none%3B %7D %7D %40media (prefers-reduced-motion) %7B %23circle-arrows %7B display%3A none%3B %7D %7D %3C%2Fstyle%3E %3Cpath id%3D%22circle-arrows%22 d%3D%22M9 5.528c0 .42.508.63.804.333l2.528-2.528a.47.47 0 0 0 0-.666L9.805.14A.471.471 0 0 0 9 .472v1.866A5.756 5.756 0 0 0 2.25 8c0 .942.232 1.83.635 2.615l1.143-1.143A4.208 4.208 0 0 1 3.75 8 4.254 4.254 0 0 1 8 3.75c.345 0 .68.042 1 .122v1.656zM7 10.472v1.656c.32.08.655.122 1 .122A4.254 4.254 0 0 0 12.25 8c0-.52-.107-1.013-.279-1.474l1.143-1.143c.404.786.636 1.674.636 2.617A5.756 5.756 0 0 1 7 13.662v1.866a.47.47 0 0 1-.804.333l-2.528-2.528a.47.47 0 0 1 0-.666l2.528-2.528a.47.47 0 0 1 .804.333z%22%2F%3E %3Cg id%3D%22hourglass%22%3E %3Cpath d%3D%22M13%2C1 C13.5522847%2C1 14%2C1.44771525 14%2C2 C14%2C2.55228475 13.5522847%2C3 13%2C3 L12.9854217%2C2.99990801 C12.9950817%2C3.16495885 13%2C3.33173274 13%2C3.5 C13%2C5.24679885 10.9877318%2C6.01090495 10.9877318%2C8.0017538 C10.9877318%2C9.99260264 13%2C10.7536922 13%2C12.5 C13%2C12.6686079 12.9950617%2C12.8357163 12.985363%2C13.0010943 L13%2C13 C13.5522847%2C13 14%2C13.4477153 14%2C14 C14%2C14.5522847 13.5522847%2C15 13%2C15 L3%2C15 C2.44771525%2C15 2%2C14.5522847 2%2C14 C2%2C13.4477153 2.44771525%2C13 3%2C13 L3.01463704%2C13.0010943 C3.00493827%2C12.8357163 3%2C12.6686079 3%2C12.5 C3%2C10.7536922 4.9877318%2C9.99260264 5%2C8.0017538 C5.0122682%2C6.01090495 3%2C5.24679885 3%2C3.5 C3%2C3.33173274 3.00491834%2C3.16495885 3.01457832%2C2.99990801 L3%2C3 C2.44771525%2C3 2%2C2.55228475 2%2C2 C2%2C1.44771525 2.44771525%2C1 3%2C1 L13%2C1 Z M10.987%2C3 L5.012%2C3 L5.00308914%2C3.24815712 C5.00103707%2C3.33163368 5%2C3.4155948 5%2C3.5 C5%2C5.36125069 6.99153646%2C6.01774089 6.99153646%2C8.0017538 C6.99153646%2C9.98576671 5%2C10.6393737 5%2C12.5 L5.00307746%2C12.7513676 L5.01222201%2C12.9998392 L5.60191711%2C12.9988344 L6.0425138%2C12.2959826 C7.02362731%2C10.7653275 7.67612271%2C10 8%2C10 C8.37014547%2C10 9.16950644%2C10.9996115 10.3980829%2C12.9988344 L10.987778%2C12.9998392 C10.9958674%2C12.8352104 11%2C12.66849 11%2C12.5 C11%2C10.6393737 8.98689779%2C10.0147381 8.98689779%2C8.0017538 C8.98689779%2C5.98876953 11%2C5.36125069 11%2C3.5 L10.9969109%2C3.24815712 L10.987%2C3 Z%22%2F%3E %3Cpath d%3D%22M6%2C4 L10%2C4 C8.95166016%2C6 8.28499349%2C7 8%2C7 C7.71500651%2C7 7.04833984%2C6 6%2C4 Z%22%2F%3E %3C%2Fg%3E%3C%2Fsvg%3E");
|
|
2509
|
-
--
|
|
4673
|
+
--csstools-light-dark-toggle--88:var(--csstools-color-scheme--light) #2b2a33;
|
|
4674
|
+
--preview-image-bg-color:var(--csstools-light-dark-toggle--88, #f0f0f4);
|
|
2510
4675
|
--preview-image-border:none;
|
|
2511
4676
|
}
|
|
2512
4677
|
|
|
2513
|
-
@
|
|
2514
|
-
|
|
4678
|
+
@supports (color: light-dark(red, red)){
|
|
2515
4679
|
.dialog.newAltText{
|
|
2516
|
-
|
|
4680
|
+
--preview-image-bg-color:light-dark(#f0f0f4, #2b2a33);
|
|
2517
4681
|
}
|
|
4682
|
+
}
|
|
4683
|
+
|
|
4684
|
+
@supports not (color: light-dark(tan, tan)){
|
|
4685
|
+
|
|
4686
|
+
.dialog.newAltText *{
|
|
4687
|
+
--csstools-light-dark-toggle--88:var(--csstools-color-scheme--light) #2b2a33;
|
|
4688
|
+
--preview-image-bg-color:var(--csstools-light-dark-toggle--88, #f0f0f4);
|
|
2518
4689
|
}
|
|
4690
|
+
}
|
|
2519
4691
|
|
|
2520
4692
|
@media screen and (forced-colors: active){
|
|
2521
4693
|
|
|
@@ -2704,19 +4876,33 @@
|
|
|
2704
4876
|
}
|
|
2705
4877
|
|
|
2706
4878
|
.colorPicker{
|
|
2707
|
-
--
|
|
2708
|
-
--
|
|
2709
|
-
--
|
|
4879
|
+
--csstools-light-dark-toggle--89:var(--csstools-color-scheme--light) #80ebff;
|
|
4880
|
+
--hover-outline-color:var(--csstools-light-dark-toggle--89, #0250bb);
|
|
4881
|
+
--csstools-light-dark-toggle--90:var(--csstools-color-scheme--light) #aaf2ff;
|
|
4882
|
+
--selected-outline-color:var(--csstools-light-dark-toggle--90, #0060df);
|
|
4883
|
+
--csstools-light-dark-toggle--91:var(--csstools-color-scheme--light) #52525e;
|
|
4884
|
+
--swatch-border-color:var(--csstools-light-dark-toggle--91, #cfcfd8);
|
|
2710
4885
|
}
|
|
2711
4886
|
|
|
2712
|
-
@
|
|
2713
|
-
|
|
4887
|
+
@supports (color: light-dark(red, red)){
|
|
2714
4888
|
.colorPicker{
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
4889
|
+
--hover-outline-color:light-dark(#0250bb, #80ebff);
|
|
4890
|
+
--selected-outline-color:light-dark(#0060df, #aaf2ff);
|
|
4891
|
+
--swatch-border-color:light-dark(#cfcfd8, #52525e);
|
|
2718
4892
|
}
|
|
4893
|
+
}
|
|
4894
|
+
|
|
4895
|
+
@supports not (color: light-dark(tan, tan)){
|
|
4896
|
+
|
|
4897
|
+
.colorPicker *{
|
|
4898
|
+
--csstools-light-dark-toggle--89:var(--csstools-color-scheme--light) #80ebff;
|
|
4899
|
+
--hover-outline-color:var(--csstools-light-dark-toggle--89, #0250bb);
|
|
4900
|
+
--csstools-light-dark-toggle--90:var(--csstools-color-scheme--light) #aaf2ff;
|
|
4901
|
+
--selected-outline-color:var(--csstools-light-dark-toggle--90, #0060df);
|
|
4902
|
+
--csstools-light-dark-toggle--91:var(--csstools-color-scheme--light) #52525e;
|
|
4903
|
+
--swatch-border-color:var(--csstools-light-dark-toggle--91, #cfcfd8);
|
|
2719
4904
|
}
|
|
4905
|
+
}
|
|
2720
4906
|
|
|
2721
4907
|
@media screen and (forced-colors: active){
|
|
2722
4908
|
|
|
@@ -2741,6 +4927,18 @@
|
|
|
2741
4927
|
border:none;
|
|
2742
4928
|
}
|
|
2743
4929
|
|
|
4930
|
+
.basicColorPicker{
|
|
4931
|
+
width:28px;
|
|
4932
|
+
}
|
|
4933
|
+
|
|
4934
|
+
.basicColorPicker::-moz-color-swatch{
|
|
4935
|
+
border-radius:100%;
|
|
4936
|
+
}
|
|
4937
|
+
|
|
4938
|
+
.basicColorPicker::-webkit-color-swatch{
|
|
4939
|
+
border-radius:100%;
|
|
4940
|
+
}
|
|
4941
|
+
|
|
2744
4942
|
.annotationEditorLayer[data-main-rotation="0"] .highlightEditor:not(.free) > .editToolbar{
|
|
2745
4943
|
rotate:0deg;
|
|
2746
4944
|
}
|
|
@@ -2949,15 +5147,27 @@
|
|
|
2949
5147
|
align-items:center;
|
|
2950
5148
|
align-self:stretch;
|
|
2951
5149
|
|
|
2952
|
-
--
|
|
2953
|
-
}
|
|
5150
|
+
--csstools-light-dark-toggle--92:var(--csstools-color-scheme--light) #80808e;
|
|
2954
5151
|
|
|
2955
|
-
|
|
5152
|
+
--example-color:var(--csstools-light-dark-toggle--92, #bfbfc9);
|
|
5153
|
+
}
|
|
2956
5154
|
|
|
5155
|
+
@supports (color: light-dark(red, red)){
|
|
2957
5156
|
:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker{
|
|
2958
|
-
|
|
5157
|
+
|
|
5158
|
+
--example-color:light-dark(#bfbfc9, #80808e);
|
|
2959
5159
|
}
|
|
2960
|
-
|
|
5160
|
+
}
|
|
5161
|
+
|
|
5162
|
+
@supports not (color: light-dark(tan, tan)){
|
|
5163
|
+
|
|
5164
|
+
:is(:is(#highlightParamsToolbarContainer #editorHighlightThickness) .thicknessPicker) *{
|
|
5165
|
+
|
|
5166
|
+
--csstools-light-dark-toggle--92:var(--csstools-color-scheme--light) #80808e;
|
|
5167
|
+
|
|
5168
|
+
--example-color:var(--csstools-light-dark-toggle--92, #bfbfc9);
|
|
5169
|
+
}
|
|
5170
|
+
}
|
|
2961
5171
|
|
|
2962
5172
|
@media screen and (forced-colors: active){
|
|
2963
5173
|
|
|
@@ -2997,15 +5207,23 @@
|
|
|
2997
5207
|
}
|
|
2998
5208
|
|
|
2999
5209
|
:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{
|
|
3000
|
-
--
|
|
5210
|
+
--csstools-light-dark-toggle--93:var(--csstools-color-scheme--light) #8f8f9d;
|
|
5211
|
+
--divider-color:var(--csstools-light-dark-toggle--93, #d7d7db);
|
|
3001
5212
|
}
|
|
3002
5213
|
|
|
3003
|
-
@
|
|
3004
|
-
|
|
5214
|
+
@supports (color: light-dark(red, red)){
|
|
3005
5215
|
:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider{
|
|
3006
|
-
|
|
5216
|
+
--divider-color:light-dark(#d7d7db, #8f8f9d);
|
|
3007
5217
|
}
|
|
3008
|
-
|
|
5218
|
+
}
|
|
5219
|
+
|
|
5220
|
+
@supports not (color: light-dark(tan, tan)){
|
|
5221
|
+
|
|
5222
|
+
:is(:is(#highlightParamsToolbarContainer #editorHighlightVisibility) .divider) *{
|
|
5223
|
+
--csstools-light-dark-toggle--93:var(--csstools-color-scheme--light) #8f8f9d;
|
|
5224
|
+
--divider-color:var(--csstools-light-dark-toggle--93, #d7d7db);
|
|
5225
|
+
}
|
|
5226
|
+
}
|
|
3009
5227
|
|
|
3010
5228
|
@media screen and (forced-colors: active){
|
|
3011
5229
|
|
|
@@ -3083,23 +5301,160 @@
|
|
|
3083
5301
|
gap:16px;
|
|
3084
5302
|
}
|
|
3085
5303
|
|
|
5304
|
+
.sidebar{
|
|
5305
|
+
--csstools-light-dark-toggle--94:var(--csstools-color-scheme--light) #23222b;
|
|
5306
|
+
--sidebar-bg-color:var(--csstools-light-dark-toggle--94, #fff);
|
|
5307
|
+
--csstools-light-dark-toggle--95:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.1);
|
|
5308
|
+
--sidebar-border-color:var(--csstools-light-dark-toggle--95, rgb(21 20 26 / 0.1));
|
|
5309
|
+
--csstools-light-dark-toggle--96:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.2);
|
|
5310
|
+
--csstools-light-dark-toggle--97:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.4);
|
|
5311
|
+
--sidebar-box-shadow:0 0.25px 0.75px var(--csstools-light-dark-toggle--96, rgb(0 0 0 / 0.05)), 0 2px 6px 0 var(--csstools-light-dark-toggle--97, rgb(0 0 0 / 0.1));
|
|
5312
|
+
--sidebar-border-radius:8px;
|
|
5313
|
+
--sidebar-padding:5px;
|
|
5314
|
+
--sidebar-min-width:180px;
|
|
5315
|
+
--sidebar-max-width:632px;
|
|
5316
|
+
--sidebar-width:239px;
|
|
5317
|
+
--resizer-width:4px;
|
|
5318
|
+
--csstools-light-dark-toggle--98:var(--csstools-color-scheme--light) #00cadb;
|
|
5319
|
+
--resizer-hover-bg-color:var(--csstools-light-dark-toggle--98, #0062fa);
|
|
5320
|
+
}
|
|
5321
|
+
|
|
5322
|
+
@supports (color: light-dark(red, red)){
|
|
5323
|
+
.sidebar{
|
|
5324
|
+
--sidebar-bg-color:light-dark(#fff, #23222b);
|
|
5325
|
+
}
|
|
5326
|
+
}
|
|
5327
|
+
|
|
5328
|
+
@supports (color: light-dark(red, red)) and (color: rgb(0 0 0 / 0)){
|
|
5329
|
+
.sidebar{
|
|
5330
|
+
--sidebar-border-color:light-dark(
|
|
5331
|
+
rgb(21 20 26 / 0.1),
|
|
5332
|
+
rgb(251 251 254 / 0.1)
|
|
5333
|
+
);
|
|
5334
|
+
--sidebar-box-shadow:0 0.25px 0.75px light-dark(rgb(0 0 0 / 0.05), rgb(0 0 0 / 0.2)), 0 2px 6px 0 light-dark(rgb(0 0 0 / 0.1), rgb(0 0 0 / 0.4));
|
|
5335
|
+
}
|
|
5336
|
+
}
|
|
5337
|
+
|
|
5338
|
+
@supports (color: light-dark(red, red)){
|
|
5339
|
+
.sidebar{
|
|
5340
|
+
--resizer-hover-bg-color:light-dark(#0062fa, #00cadb);
|
|
5341
|
+
}
|
|
5342
|
+
}
|
|
5343
|
+
|
|
5344
|
+
@supports not (color: light-dark(tan, tan)){
|
|
5345
|
+
|
|
5346
|
+
.sidebar *{
|
|
5347
|
+
--csstools-light-dark-toggle--94:var(--csstools-color-scheme--light) #23222b;
|
|
5348
|
+
--sidebar-bg-color:var(--csstools-light-dark-toggle--94, #fff);
|
|
5349
|
+
--csstools-light-dark-toggle--95:var(--csstools-color-scheme--light) rgb(251 251 254 / 0.1);
|
|
5350
|
+
--sidebar-border-color:var(--csstools-light-dark-toggle--95, rgb(21 20 26 / 0.1));
|
|
5351
|
+
--csstools-light-dark-toggle--96:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.2);
|
|
5352
|
+
--csstools-light-dark-toggle--97:var(--csstools-color-scheme--light) rgb(0 0 0 / 0.4);
|
|
5353
|
+
--sidebar-box-shadow:0 0.25px 0.75px var(--csstools-light-dark-toggle--96, rgb(0 0 0 / 0.05)), 0 2px 6px 0 var(--csstools-light-dark-toggle--97, rgb(0 0 0 / 0.1));
|
|
5354
|
+
--csstools-light-dark-toggle--98:var(--csstools-color-scheme--light) #00cadb;
|
|
5355
|
+
--resizer-hover-bg-color:var(--csstools-light-dark-toggle--98, #0062fa);
|
|
5356
|
+
}
|
|
5357
|
+
}
|
|
5358
|
+
|
|
5359
|
+
@media screen and (forced-colors: active){
|
|
5360
|
+
|
|
5361
|
+
.sidebar{
|
|
5362
|
+
--sidebar-bg-color:Canvas;
|
|
5363
|
+
--sidebar-border-color:CanvasText;
|
|
5364
|
+
--sidebar-box-shadow:none;
|
|
5365
|
+
--resizer-hover-bg-color:CanvasText;
|
|
5366
|
+
}
|
|
5367
|
+
}
|
|
5368
|
+
|
|
5369
|
+
.sidebar{
|
|
5370
|
+
|
|
5371
|
+
border-radius:var(--sidebar-border-radius);
|
|
5372
|
+
box-shadow:var(--sidebar-box-shadow);
|
|
5373
|
+
border:1px solid var(--sidebar-border-color);
|
|
5374
|
+
background-color:var(--sidebar-bg-color);
|
|
5375
|
+
inset-block-start:calc(100% + var(--doorhanger-height) - 2px);
|
|
5376
|
+
padding-block:var(--sidebar-padding);
|
|
5377
|
+
width:var(--sidebar-width);
|
|
5378
|
+
min-width:var(--sidebar-min-width);
|
|
5379
|
+
max-width:var(--sidebar-max-width);
|
|
5380
|
+
}
|
|
5381
|
+
|
|
5382
|
+
.sidebar .sidebarResizer{
|
|
5383
|
+
width:var(--resizer-width);
|
|
5384
|
+
background-color:transparent;
|
|
5385
|
+
forced-color-adjust:none;
|
|
5386
|
+
cursor:ew-resize;
|
|
5387
|
+
position:absolute;
|
|
5388
|
+
inset-block:calc(var(--sidebar-padding) + var(--sidebar-border-radius));
|
|
5389
|
+
inset-inline-start:calc(0px - var(--resizer-width) / 2);
|
|
5390
|
+
transition:background-color 0.5s ease-in-out;
|
|
5391
|
+
box-sizing:border-box;
|
|
5392
|
+
border:1px solid transparent;
|
|
5393
|
+
border-block-width:0;
|
|
5394
|
+
background-clip:content-box;
|
|
5395
|
+
}
|
|
5396
|
+
|
|
5397
|
+
:is(.sidebar .sidebarResizer):hover{
|
|
5398
|
+
background-color:var(--resizer-hover-bg-color);
|
|
5399
|
+
}
|
|
5400
|
+
|
|
5401
|
+
.sidebar.resizing{
|
|
5402
|
+
cursor:ew-resize;
|
|
5403
|
+
-webkit-user-select:none;
|
|
5404
|
+
-moz-user-select:none;
|
|
5405
|
+
user-select:none;
|
|
5406
|
+
}
|
|
5407
|
+
|
|
5408
|
+
.sidebar.resizing :not(.sidebarResizer){
|
|
5409
|
+
pointer-events:none;
|
|
5410
|
+
}
|
|
5411
|
+
|
|
3086
5412
|
:root{
|
|
5413
|
+
--csstools-color-scheme--light:initial;
|
|
5414
|
+
color-scheme:light dark;
|
|
5415
|
+
|
|
3087
5416
|
--viewer-container-height:0;
|
|
3088
5417
|
--pdfViewer-padding-bottom:0;
|
|
3089
5418
|
--page-margin:1px auto -8px;
|
|
3090
5419
|
--page-border:9px solid transparent;
|
|
3091
5420
|
--spreadHorizontalWrapped-margin-LR:-3.5px;
|
|
3092
5421
|
--loading-icon-delay:400ms;
|
|
5422
|
+
--csstools-light-dark-toggle--99:var(--csstools-color-scheme--light) #0df;
|
|
5423
|
+
--focus-ring-color:var(--csstools-light-dark-toggle--99, #0060df);
|
|
5424
|
+
--focus-ring-outline:2px solid var(--focus-ring-color);
|
|
5425
|
+
}
|
|
5426
|
+
|
|
5427
|
+
@supports (color: light-dark(red, red)){
|
|
5428
|
+
:root{
|
|
5429
|
+
--focus-ring-color:light-dark(#0060df, #0df);
|
|
5430
|
+
}
|
|
5431
|
+
}
|
|
5432
|
+
|
|
5433
|
+
@supports not (color: light-dark(tan, tan)){
|
|
5434
|
+
|
|
5435
|
+
:root *{
|
|
5436
|
+
--csstools-light-dark-toggle--99:var(--csstools-color-scheme--light) #0df;
|
|
5437
|
+
--focus-ring-color:var(--csstools-light-dark-toggle--99, #0060df);
|
|
5438
|
+
}
|
|
5439
|
+
}
|
|
5440
|
+
|
|
5441
|
+
@media (prefers-color-scheme: dark){
|
|
5442
|
+
|
|
5443
|
+
:root{
|
|
5444
|
+
--csstools-color-scheme--light:;
|
|
5445
|
+
}
|
|
3093
5446
|
}
|
|
3094
5447
|
|
|
3095
5448
|
@media screen and (forced-colors: active){
|
|
3096
|
-
|
|
5449
|
+
|
|
5450
|
+
:root{
|
|
3097
5451
|
--pdfViewer-padding-bottom:9px;
|
|
3098
5452
|
--page-margin:8px auto -1px;
|
|
3099
5453
|
--page-border:1px solid CanvasText;
|
|
3100
5454
|
--spreadHorizontalWrapped-margin-LR:3.5px;
|
|
3101
|
-
|
|
5455
|
+
--focus-ring-color:CanvasText;
|
|
3102
5456
|
}
|
|
5457
|
+
}
|
|
3103
5458
|
|
|
3104
5459
|
[data-main-rotation="90"]{
|
|
3105
5460
|
transform:rotate(90deg) translateY(-100%);
|
|
@@ -3163,7 +5518,13 @@
|
|
|
3163
5518
|
contain:strict;
|
|
3164
5519
|
}
|
|
3165
5520
|
|
|
5521
|
+
.detailView:is(:is(.pdfViewer .canvasWrapper) canvas){
|
|
5522
|
+
image-rendering:pixelated;
|
|
5523
|
+
}
|
|
5524
|
+
|
|
3166
5525
|
.pdfViewer .page{
|
|
5526
|
+
--user-unit:1;
|
|
5527
|
+
--total-scale-factor:calc(var(--scale-factor) * var(--user-unit));
|
|
3167
5528
|
--scale-round-x:1px;
|
|
3168
5529
|
--scale-round-y:1px;
|
|
3169
5530
|
|
|
@@ -3283,6 +5644,7 @@
|
|
|
3283
5644
|
}
|
|
3284
5645
|
|
|
3285
5646
|
.pdfSlick {
|
|
5647
|
+
color-scheme: light;
|
|
3286
5648
|
scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0);
|
|
3287
5649
|
scrollbar-width: thin;
|
|
3288
5650
|
}
|
|
@@ -3418,4 +5780,4 @@
|
|
|
3418
5780
|
color: var(--main-color);
|
|
3419
5781
|
background-color: var(--dialog-button-bg-color);
|
|
3420
5782
|
border: var(--dialog-button-border) !important;
|
|
3421
|
-
}
|
|
5783
|
+
}
|