/* * @copyright Copyright (C) 2010-2024 Combodo SAS * @license http://opensource.org/licenses/AGPL-3.0 */ .ibo-mention-item{ line-height: 1.6rem; } [data-role="object-mention"]{ color: #0782C1; } [data-role="object-mention"]:hover{ color: #2b6bb0; } .ck.ck-editor.cke-maximized{ position: fixed; left: 0px; top:0px; right: 0px; bottom: 0px; z-index: 999; display: flex; flex-direction: column; } .ck.ck-editor.cke-maximized .ck.ck-editor__main{ flex-grow: 1; } .ck.ck-editor.cke-maximized .ck-editor__editable_inline:not(.ck-comment__input *){ height: 100%; }