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,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 /**