23 lines
443 B
CSS
23 lines
443 B
CSS
#scoutMsgForm .viewer{
|
|
max-height:200px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.note-editor.card {
|
|
background:inherit;
|
|
color:inherit;
|
|
font-family: inherit;
|
|
border:none;
|
|
}
|
|
|
|
.note-editor.note-frame .note-editing-area .note-editable {
|
|
background:inherit;
|
|
color:inherit;
|
|
font-family: inherit;
|
|
padding:0;
|
|
}
|
|
|
|
.note-editor.note-frame .note-statusbar{
|
|
background-color:#444444;
|
|
border-top: 1px solid rgba(0,0,0,0.125);
|
|
} |