You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cryptpad/customize.dist/src/less2/include/ckeditor-fix.less

16 lines
256 B
Plaintext

.ckeditor_fix () {
.cke_reset_all * {
color: inherit;
}
.cke_toolbox_main {
display: inline-block;
}
.cke_toolbox .cp-toolbar-history {
input.gotoInput { // TODO
padding: 3px 3px;
}
}
}