/*
*******************************
* Created by: Alessandro Bonora 
* 13-09-2024.
*******************************
*/
/* 
    Created on : 13 set 2024, 16:08:58
    Author     : Alex
*/

.note-toolbar {
    text-align: center;
    background: #6c757d;
}

.note-resizebar {    
    background: #6c757d;
}

.note-btn.dropdown-toggle:after {
content: none;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu, 
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 350px;
}

.note-editable {
    background: #2d3035;
    color: white;
    caret-color : white;
}

.note-editor.note-airframe, 
.note-editor.note-frame {
    border: 1px solid white;
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar, 
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    border-top: 1px solid #fff;
    margin: 1px auto;
    width: 20px;
}