webview-template/css/common.css [21:44]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
.jsoneditor-menu {
    background-color: var(--vscode-activityBar-background);
    border: none;
}
.jsoneditor-repair {
    display: none;
}
.jsoneditor-poweredBy {
    display: none
}
.button {
    font-size: 13px;
    min-width: 140px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    background: var(--vscode-button-background);
    border: none;
    color: var(--vscode-button-foreground);
}
.button:hover, .button:active {
    background: var(--vscode-button-hoverBackground);
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



webview-template/invokeAction.html [51:74]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        }
        .jsoneditor-menu {
            background-color: var(--vscode-activityBar-background);
            border: none;
        }
        .jsoneditor-repair {
            display: none;
        }
        .jsoneditor-poweredBy {
            display: none
        }
        .button {
            font-size: 13px;
            min-width: 140px;
            height: 35px;
            line-height: 35px;
            cursor: pointer;
            background: var(--vscode-button-background);
            border: none;
            color: var(--vscode-button-foreground);
        }
        .button:hover, .button:active {
            background: var(--vscode-button-hoverBackground);
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



