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.
48 lines
980 B
Plaintext
48 lines
980 B
Plaintext
// Defaults to avoid breaking existing themes
|
|
|
|
@colortheme_pad-toolbar-bg: #c1e7ff;
|
|
|
|
@import (once) "../../customize/src/less2/include/toolbar.less";
|
|
@import (once) '../../customize/src/less2/include/alertify.less';
|
|
@import (once) '../../customize/src/less2/include/tokenfield.less';
|
|
|
|
@_cp-toolbar-color-warn: @colortheme_pad-warn;
|
|
|
|
.toolbar_main();
|
|
.alertify_main();
|
|
|
|
// body
|
|
&.cp-app-pad {
|
|
.tokenfield_main();
|
|
#cke_1_top {
|
|
overflow: visible;
|
|
padding: 0px;
|
|
display: flex;
|
|
}
|
|
#cke_1_toolbox {
|
|
display: inline-block;
|
|
width: 100%;
|
|
background-color: @colortheme_pad-toolbar-bg;
|
|
}
|
|
#cke_1_toolbox .cke_toolbar {
|
|
height: 28px;
|
|
padding: 2px 0;
|
|
}
|
|
.cke_wysiwyg_frame {
|
|
min-width: 60%;
|
|
}
|
|
}
|
|
|
|
.cke_wysiwyg_frame {
|
|
min-width: 60%;
|
|
}
|
|
|
|
@media print {
|
|
#cke_1_top {
|
|
display:none !important;
|
|
}
|
|
&.cp-app-pad .cp-toolbar-userlist-drawer {
|
|
display:none;
|
|
}
|
|
}
|