primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,26 @@
@charset "UTF-8";
joomla-editor-codemirror {
display: block;
}
.cm-editor {
border: 1px solid #ccc;
margin-bottom: 16px;
}
.cm-editor .cm-scroller {
min-height: 100px;
overflow: auto;
}
joomla-editor-codemirror.fullscreen {
z-index: 1038;
position: fixed;
inset: 0;
}
joomla-editor-codemirror.fullscreen .cm-editor {
background-color: var(--body-bg);
width: auto !important;
height: 90vh !important;
}

View File

@ -0,0 +1 @@
@charset "UTF-8";joomla-editor-codemirror{display:block}.cm-editor{border:1px solid #ccc;margin-bottom:16px}.cm-editor .cm-scroller{min-height:100px;overflow:auto}joomla-editor-codemirror.fullscreen{z-index:1038;position:fixed;inset:0}joomla-editor-codemirror.fullscreen .cm-editor{background-color:var(--body-bg);width:auto!important;height:90vh!important}

Binary file not shown.