Änderungen von Dokument EditSheet

Zuletzt geändert von teamwire004 am 2025/10/14 07:03

Von Version 9.1
bearbeitet von teamwire004
am 2025/10/14 07:03
Änderungskommentar: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/16.10.12]
Auf Version 8.1
bearbeitet von teamwire004
am 2025/07/01 06:50
Änderungskommentar: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/16.10.9]

Zusammenfassung

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -372,15 +372,26 @@
372 372  }
373 373  
374 374  .cke_contents > textarea.cke_source.cke_editable_inline {
375 + border: 1px solid transparent;
376 + border-radius: 0;
375 375   box-shadow: none;
378 + margin-top: -1px;
379 + margin-left: -1px;
380 +
381 + .form-control-focus();
376 376  }
377 377  
384 +.cke_contents.fake {
385 + /* We need this to have the box shadow visible when the source area is focused. */
386 + overflow: visible;
387 +}
388 +
378 378  #xwikicontent + .cke_contents > textarea.cke_source.cke_editable_inline {
379 379   /* Don't take the padding and the margin into account when computing the 100% width. */
380 380   box-sizing: content-box;
381 381   /* Make sure the Source area has the same width as the WYSIWYG area. */
382 - margin-left: -@grid-gutter-width / 2;
383 - margin-right: -@grid-gutter-width / 2;
393 + margin-left: -@grid-gutter-width / 2 - 1px;
394 + margin-right: -@grid-gutter-width / 2 - 1px;
384 384  }
385 385  
386 386  /**