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.
31 lines
628 B
Plaintext
31 lines
628 B
Plaintext
@import (once) "../../customize/src/less2/include/toolbar.less";
|
|
@import (once) '../../customize/src/less2/include/alertify.less';
|
|
|
|
.toolbar_main();
|
|
.alertify_main();
|
|
|
|
// body
|
|
&.cp-app-pad {
|
|
#cke_1_top {
|
|
overflow: visible;
|
|
padding: 0px;
|
|
display: flex;
|
|
}
|
|
#cke_1_toolbox {
|
|
display: inline-block;
|
|
width: 100%;
|
|
background-color: #c1e7ff;
|
|
}
|
|
#cke_1_toolbox .cke_toolbar {
|
|
height: 28px;
|
|
padding: 2px 0;
|
|
}
|
|
#cke_1_top .cryptpad-toolbar {
|
|
padding: 0;
|
|
display: block;
|
|
}
|
|
.cke_wysiwyg_frame {
|
|
min-width: 60%;
|
|
}
|
|
}
|