mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
22 lines
405 B
Plaintext
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;
|
|
}
|
|
}
|
|
|
|
}
|