Skip to content
Snippets Groups Projects
editor.css 677 B
Newer Older
div#ks-editor #sidepanel {
    resize: horizontal;
    overflow: auto;
    min-width: 250px;
    max-width: 40%;
    height: inherit;
    margin: 0.3rem;
    padding: 0.25rem;

    background-color: white;
    border: 1px lightgrey solid;
    border-radius: 5px;

    overflow-y: auto;
}

div#ks-editor #sidepanel > * {
    margin: 0.25rem;
}

div#ks-editor #content {
    display: flex;
}

div#ks-editor #box-select-layer {
    position: relative;
}

div#ks-editor #box-select {
    position: absolute;
    z-index: 300000;
    border-style: dotted;
    border-color: #3e74cc;
    border-width: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}