Changes for page EditSheet
                  Last modified by superadmin on 2025/10/09 09:51
              
      Summary
- 
          Objects (1 modified, 0 added, 0 removed)
 
Details
- XWiki.StyleSheetExtension[0]
 -   
- Code
 -   
... ... @@ -389,15 +389,26 @@ 389 389 } 390 390 391 391 .cke_contents > textarea.cke_source.cke_editable_inline { 392 + border: 1px solid transparent; 393 + border-radius: 0; 392 392 box-shadow: none; 395 + margin-top: -1px; 396 + margin-left: -1px; 397 + 398 + .form-control-focus(); 393 393 } 394 394 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 + 395 395 #xwikicontent + .cke_contents > textarea.cke_source.cke_editable_inline { 396 396 /* Don't take the padding and the margin into account when computing the 100% width. */ 397 397 box-sizing: content-box; 398 398 /* Make sure the Source area has the same width as the WYSIWYG area. */ 399 - margin-left: -@grid-gutter-width / 2; 400 - margin-right: -@grid-gutter-width / 2; 410 + margin-left: -@grid-gutter-width / 2 - 1px; 411 + margin-right: -@grid-gutter-width / 2 - 1px; 401 401 } 402 402 403 403 /**