alchemy-ajatar-theme
Version:
24 lines (19 loc) • 400 B
text/less
.note-editor {
overflow: visible;
margin-bottom: 0;
.note-toolbar {
padding: 5px 10px 10px;
background-color: @gray-dark;
border: 0;
}
.note-editing-area .note-editable {
background-color: @gray-dark;
color: @gray-text;
}
.note-statusbar {
background-color: @gray-dark;
.note-resizebar .note-icon-bar {
border-top: 1px solid @gray-ui;
}
}
}