cryptpad/customize.dist/src/less2/include/ckeditor-fix.less
2023-10-20 15:35:26 +01:00

22 lines
405 B
Plaintext

/*
* SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and contributors
*
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
.ckeditor_fix () {
.cke_reset_all * {
color: inherit;
}
.cke_toolbox_main {
display: inline-block;
}
.cke_toolbox .cp-toolbar-history {
input.gotoInput { // TODO
padding: 3px 3px;
}
}
}