mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
34 lines
587 B
CSS
34 lines
587 B
CSS
/*
|
|
* @copyright Copyright (C) 2010-2023 Combodo SARL
|
|
* @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%;
|
|
} |