monaco-editor
Version:
A browser based code editor
29 lines (23 loc) • 733 B
CSS
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-editor .rename-box {
z-index: 100;
color: inherit;
border-radius: 4px;
}
.monaco-editor .rename-box.preview {
padding: 4px 4px 0 4px;
}
.monaco-editor .rename-box .rename-input {
padding: 3px;
border-radius: 2px;
}
.monaco-editor .rename-box .rename-label {
display: none;
opacity: .8;
}
.monaco-editor .rename-box.preview .rename-label {
display: inherit;
}