/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the Source EULA. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ .monaco-text-button { -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; width: 100%; padding: 4px; text-align: center; cursor: pointer; } .monaco-text-button:hover { text-decoration: none !important; } .monaco-button.disabled { opacity: 0.4; cursor: default; }