File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed
content_editor/static/content_editor Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ h3[draggable] {
352
352
.submit-row {
353
353
position : sticky;
354
354
bottom : -20px ;
355
+ z-index : 99 ;
355
356
}
356
357
}
357
358
@@ -362,6 +363,62 @@ h3[draggable] {
362
363
display : none;
363
364
}
364
365
366
+ /* CLONING start */
367
+ dialog .clone {
368
+ position : fixed;
369
+ width : max (90vw , 400px );
370
+ height : max (90vh , 400px );
371
+ display : flex;
372
+ flex-direction : column;
373
+ border : 1px solid;
374
+ }
375
+
376
+ dialog .clone h2 {
377
+ margin : 0 0 20px ;
378
+ }
379
+
380
+ dialog .clone details {
381
+ border : 1px solid var (--hairline-color );
382
+ margin-bottom : 10px ;
383
+ }
384
+
385
+ dialog .clone summary {
386
+ padding : 10px ;
387
+ background : var (--darkened-bg , # f8f8f8 );
388
+ }
389
+
390
+ dialog .clone details > div {
391
+ padding : 10px 10px 0 ;
392
+ }
393
+
394
+ dialog .clone ul [data-indent = "0" ] {
395
+ padding-left : 0 ;
396
+ margin-left : 0 ;
397
+ }
398
+
399
+ dialog .clone ul {
400
+ margin-left : 1em ;
401
+ }
402
+
403
+ dialog .clone ul > li {
404
+ list-style : none;
405
+ }
406
+
407
+ dialog .clone label {
408
+ display : flex;
409
+ gap : 4px ;
410
+ align-items : center;
411
+ cursor : pointer;
412
+ user-select : none;
413
+ }
414
+
415
+ dialog .clone .submit-row {
416
+ position : static;
417
+ margin-top : auto;
418
+ margin-bottom : 0 ;
419
+ overflow : visible;
420
+ }
421
+
365
422
/* =====| OVERRIDES |===== */
366
423
367
424
/* JAZZMIN start */
You can’t perform that action at this time.
0 commit comments