TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:36 +02:00
commit 1e393722e8
183 changed files with 7832 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
.ck.ck-content * {
user-select: auto !important;
}
.ck.ck-linktext {
max-width: 300px;
overflow: hidden;
align-items: center;
white-space: nowrap;
text-overflow: ellipsis;
user-select: none;
border: 1px solid transparent !important;
line-height: var(--ck-ui-component-min-height) !important;
}
.ck.ck-word-count {
margin-top: .5rem;
}
.ck.ck-softhyphen {
color: #0078e6;
background-color: rgba(0,120,230,.1);
padding-left: .1em;
padding-right: .1em;
}
.ck.ck-nbsp {
color: #c83c3c;
background-color: rgba(200,60,60,.1);
padding-left: .1em;
padding-right: .1em;
}