Path: blob/main/src/vs/workbench/contrib/debug/browser/media/breakpointWidget.css
3296 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45.monaco-editor .zone-widget .zone-widget-container.breakpoint-widget {6display: flex;7border-color: #007ACC;8background: var(--vscode-editor-background);910.breakpoint-select-container {11display: flex;12justify-content: center;13flex-direction: column;14padding: 0 10px;15flex-shrink: 0;16}1718.monaco-select-box {19min-width: 100px;20min-height: 18px;21padding: 2px 20px 2px 8px;22}2324.breakpoint-select-container:after {25right: 14px;26}2728.inputContainer {29flex: 1;30}3132.select-breakpoint-container {33display: flex;34align-items: center;35gap: 10px;36flex-grow: 1;37width: 0;38}3940.select-breakpoint-container .monaco-button {41padding-left: 8px;42padding-right: 8px;43line-height: 14px;44flex-grow: 0;45width: initial;46}4748.select-breakpoint-container .select-box-container,49.select-mode-container {50display: flex;51justify-content: center;52flex-direction: column;53width: 300px;54}5556.select-breakpoint-container .select-box-container {57width: 300px;58}5960.select-mode-container .select-box-container {61width: 100px;62margin-right: 10px;63}6465.select-breakpoint-container:after {66right: 14px;67}6869}707172