UNPKG

@21epub/epub-thirdparty

Version:
28 lines (22 loc) 717 B
/*--------------------------------------------------------------------------------------------- * 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; } .monaco-editor .rename-box.preview { padding: 3px 3px 0 3px; } .monaco-editor .rename-box .rename-input { padding: 3px; width: calc(100% - 6px); } .monaco-editor .rename-box .rename-label { display: none; opacity: .8; } .monaco-editor .rename-box.preview .rename-label { display: inherit; }