@bobfrankston/rmfmail 1.1.144 → 1.1.146
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/client/compose/compose.bundle.js +8 -8
- package/client/compose/compose.bundle.js.map +1 -1
- package/client/lib/rmf-tiny.js +8 -8
- package/package.json +3 -3
- package/packages/mailx-imap/index.d.ts.map +1 -1
- package/packages/mailx-imap/index.js +8 -0
- package/packages/mailx-imap/index.js.map +1 -1
- package/packages/mailx-imap/index.ts +8 -0
- package/packages/mailx-imap/package-lock.json +2 -2
- package/packages/mailx-imap/package.json +1 -1
- package/packages/mailx-service/sync-queue.d.ts.map +1 -1
- package/packages/mailx-service/sync-queue.js +10 -0
- package/packages/mailx-service/sync-queue.js.map +1 -1
- package/packages/mailx-service/sync-queue.ts +10 -0
- package/packages/mailx-store/package.json +1 -1
- /package/packages/mailx-imap/{node_modules.npmglobalize-stash-35272 → node_modules.npmglobalize-stash-9472}/.package-lock.json +0 -0
|
@@ -725,14 +725,14 @@ async function createTinyMceEditor(container2, opts = {}) {
|
|
|
725
725
|
// everything else so genuine HTML formatting (bold / italic /
|
|
726
726
|
// tables / inline color) still comes through verbatim.
|
|
727
727
|
content_style: [
|
|
728
|
-
//
|
|
729
|
-
//
|
|
730
|
-
//
|
|
731
|
-
// (
|
|
732
|
-
//
|
|
733
|
-
//
|
|
734
|
-
//
|
|
735
|
-
"body { font-family: system-ui, sans-serif; font-size: 14px; caret-color:
|
|
728
|
+
// Dark-blue native caret bar. caret-shape:block produced a
|
|
729
|
+
// column wider than the gap between letters AND caused the
|
|
730
|
+
// caret to "scoot back to its old position" after an arrow
|
|
731
|
+
// press (Chromium block-caret quirk with the arrow-key
|
|
732
|
+
// selection adjustment, Bob 2026-05-24). Plain bar is
|
|
733
|
+
// browser-default and behaves correctly with arrow keys;
|
|
734
|
+
// just darken the color so it stays visible.
|
|
735
|
+
"body { font-family: system-ui, sans-serif; font-size: 14px; caret-color: #0a2647; }",
|
|
736
736
|
"blockquote { border-left: 3px solid #c0c8d0; margin: 0 0 0 4px; padding: 2px 0 2px 10px; color: #555; }",
|
|
737
737
|
"div.reply { margin-top: 0.5em; }",
|
|
738
738
|
"div.reply > p:first-child { color: #666; font-size: 0.95em; margin: 0 0 4px 0; }",
|