mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #19458 from timvandermeij/updates
Update dependencies and translations to the most recent versions
This commit is contained in:
commit
de1c2146b8
116 changed files with 2759 additions and 296 deletions
|
@ -41,12 +41,10 @@
|
|||
);
|
||||
--editorFreeText-editing-cursor: text;
|
||||
--editorInk-editing-cursor: url(images/cursor-editorInk.svg) 0 16, pointer;
|
||||
--editorHighlight-editing-cursor: url(images/cursor-editorTextHighlight.svg)
|
||||
24 24,
|
||||
text;
|
||||
--editorFreeHighlight-editing-cursor: url(images/cursor-editorFreeHighlight.svg)
|
||||
1 18,
|
||||
pointer;
|
||||
--editorHighlight-editing-cursor:
|
||||
url(images/cursor-editorTextHighlight.svg) 24 24, text;
|
||||
--editorFreeHighlight-editing-cursor:
|
||||
url(images/cursor-editorFreeHighlight.svg) 1 18, pointer;
|
||||
|
||||
--new-alt-text-warning-image: url(images/altText_warning.svg);
|
||||
}
|
||||
|
@ -94,8 +92,8 @@
|
|||
|
||||
@media (min-resolution: 1.1dppx) {
|
||||
:root {
|
||||
--editorFreeText-editing-cursor: url(images/cursor-editorFreeText.svg) 0 16,
|
||||
text;
|
||||
--editorFreeText-editing-cursor:
|
||||
url(images/cursor-editorFreeText.svg) 0 16, text;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -260,7 +260,8 @@
|
|||
color: var(--signature-color);
|
||||
background-color: transparent;
|
||||
|
||||
font-family: "Brush script", "Apple Chancery", "Segoe script",
|
||||
font-family:
|
||||
"Brush script", "Apple Chancery", "Segoe script",
|
||||
"Freestyle Script", "Palace Script MT", "Brush Script MT", TK,
|
||||
cursive, serif;
|
||||
font-size: 44px;
|
||||
|
|
|
@ -51,8 +51,8 @@
|
|||
--toolbar-border-color: rgb(184 184 184);
|
||||
--toolbar-box-shadow: 0 1px 0 var(--toolbar-border-color);
|
||||
--toolbar-border-bottom: none;
|
||||
--toolbarSidebar-box-shadow: inset calc(-1px * var(--dir-factor)) 0 0
|
||||
rgb(0 0 0 / 0.25),
|
||||
--toolbarSidebar-box-shadow:
|
||||
inset calc(-1px * var(--dir-factor)) 0 0 rgb(0 0 0 / 0.25),
|
||||
0 1px 0 rgb(0 0 0 / 0.15), 0 0 1px rgb(0 0 0 / 0.1);
|
||||
--toolbarSidebar-border-bottom: none;
|
||||
--button-hover-color: rgb(221 222 223);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue