Changes for page EditSheet

Last modified by superadmin on 2025/10/09 09:51

From version 13.1
edited by superadmin
on 2025/09/10 13:21
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/17.7.0]
To version 14.1
edited by superadmin
on 2025/10/09 09:51
Change comment: Install extension [org.xwiki.platform:xwiki-platform-ckeditor-ui/17.8.0]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -389,26 +389,15 @@
389 389  }
390 390  
391 391  .cke_contents > textarea.cke_source.cke_editable_inline {
392 - border: 1px solid transparent;
393 - border-radius: 0;
394 394   box-shadow: none;
395 - margin-top: -1px;
396 - margin-left: -1px;
397 -
398 - .form-control-focus();
399 399  }
400 400  
401 -.cke_contents.fake {
402 - /* We need this to have the box shadow visible when the source area is focused. */
403 - overflow: visible;
404 -}
405 -
406 406  #xwikicontent + .cke_contents > textarea.cke_source.cke_editable_inline {
407 407   /* Don't take the padding and the margin into account when computing the 100% width. */
408 408   box-sizing: content-box;
409 409   /* Make sure the Source area has the same width as the WYSIWYG area. */
410 - margin-left: -@grid-gutter-width / 2 - 1px;
411 - margin-right: -@grid-gutter-width / 2 - 1px;
399 + margin-left: -@grid-gutter-width / 2;
400 + margin-right: -@grid-gutter-width / 2;
412 412  }
413 413  
414 414  /**