Changes for page EditSheet

Last modified by teamwire004 on 2025/10/14 07:03

From version 8.1
edited by teamwire004
on 2025/07/01 06:50
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/16.10.9]
To version 9.1
edited by teamwire004
on 2025/10/14 07:03
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/16.10.12]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -372,26 +372,15 @@
372 372  }
373 373  
374 374  .cke_contents > textarea.cke_source.cke_editable_inline {
375 - border: 1px solid transparent;
376 - border-radius: 0;
377 377   box-shadow: none;
378 - margin-top: -1px;
379 - margin-left: -1px;
380 -
381 - .form-control-focus();
382 382  }
383 383  
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 -
389 389  #xwikicontent + .cke_contents > textarea.cke_source.cke_editable_inline {
390 390   /* Don't take the padding and the margin into account when computing the 100% width. */
391 391   box-sizing: content-box;
392 392   /* Make sure the Source area has the same width as the WYSIWYG area. */
393 - margin-left: -@grid-gutter-width / 2 - 1px;
394 - margin-right: -@grid-gutter-width / 2 - 1px;
382 + margin-left: -@grid-gutter-width / 2;
383 + margin-right: -@grid-gutter-width / 2;
395 395  }
396 396  
397 397  /**