/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ /** * Table */ table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; border-collapse: collapse; } th { vertical-align: bottom; border-bottom: 2px solid #e9ecef; padding: .75rem; border-top: 1px solid #e9ecef; text-align: inherit; } tr:nth-of-type(even) { background-color: rgba(0,0,0,.05); } td { padding: .75rem; vertical-align: top; border-top: 1px solid #e9ecef; } .section { margin-bottom: 1.5em; } #issue-type-label { width: 12%; } #issue-type { width: calc(88% - 5px); } #issue-title-label { width: 10%; display: inline-block } #issue-title { width: calc(90% - 5px); } #similar-issues { margin-left: 67px; display: block; } /** * Forms */ input[type="text"], textarea { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; border-radius: .25rem; border: 1px solid #ced4da; } .inline-form-control { display: inline-block !important; } textarea { overflow: auto; resize: vertical; } /** * Button */ button { display: inline-block; font-weight: 400; line-height: 1.25; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; padding: .5rem 1rem; font-size: 1rem; border-radius: .25rem; background: none; border: 1px solid transparent; } select { height: calc(2.25rem + 2px); display: inline-block; padding: 3px 3px; font-size: 14px; line-height: 1.5; color: #495057; background-color: #fff; border-radius: 0.25rem; border: none; } * { box-sizing: border-box; } textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", "Ubuntu", "Droid Sans", sans-serif; } html { font-family: -apple-system, BlinkMacSystemFont, "Segoe WPC", "Segoe UI", "HelveticaNeue-Light", "Ubuntu", "Droid Sans", sans-serif; color: #CCCCCC; } body { margin: 0; } .hidden { display: none; } #block-container { margin-top: 1em; } .block .block-info { width: 100%; font-family: 'Menlo', 'Courier New', 'Courier', monospace; font-size: 12px; overflow: auto; overflow-wrap: break-word; } pre { margin: 0; } pre code { font-family: 'Menlo', 'Courier New', 'Courier', monospace; } button:hover:enabled { cursor: pointer; } button:disabled { cursor: auto; } #issue-reporter { max-width: 85vw; margin-left: auto; margin-right: auto; margin-top: 2em; } #github-submit-btn { float: right; margin-top: 10px; margin-bottom: 10px; } .two-col { display: inline-block; width: 49%; } #vscode-version { width: 90%; } .input-group { margin-bottom: 1em; } .choice { display: inline-block; margin: 0 5px; } .choice > label, .choice > input { cursor: pointer; } .system-info { margin-bottom: 1.25em; } select, input, textarea { border: 1px solid transparent; margin-top: 10px; } summary { border: 1px solid transparent; padding: 0 10px; margin-bottom: 5px; } .validation-error { font-size: 12px; margin-top: 1em; } .caption { display: inline-block; font-size: 12px; vertical-align: middle; height: 18px; } .sendData { margin-left: 1em; } input[type="checkbox"] { width: auto; display: inline-block; margin-top: 0; vertical-align: middle; } input:disabled { opacity: 0.6; } .list-title { margin-top: 1em; margin-left: 1em; } .instructions { font-size: 12px; margin-left: 1em; margin-top: .5em; } .workbenchCommand { padding: 0; font-size: 12px; background: transparent; } .workbenchCommand:disabled { color: #868e96; } .block-extensions .block-info { margin-bottom: 1.5em; } /* Default styles, overwritten if a theme is provided */ input, select, textarea { background-color: #3c3c3c; border: none; color: #cccccc; } a { color: #CCCCCC; } .invalid-input { border: 1px solid #be1100; } .required-input, .validation-error { color: #be1100; } button { background-color: #007ACC; color: #fff; }