| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- /*---------------------------------------------------------------------------------------------
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Licensed under the MIT License. See License.txt in the project root for license information.
- *--------------------------------------------------------------------------------------------*/
- .quick-input-widget {
- position: absolute;
- width: 600px;
- z-index: 2550;
- left: 50%;
- margin-left: -300px;
- -webkit-app-region: no-drag;
- }
- .quick-input-titlebar {
- display: flex;
- align-items: center;
- }
- .quick-input-left-action-bar {
- display: flex;
- margin-left: 4px;
- flex: 1;
- }
- .quick-input-title {
- padding: 3px 0px;
- text-align: center;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .quick-input-right-action-bar {
- display: flex;
- margin-right: 4px;
- flex: 1;
- }
- .quick-input-right-action-bar > .actions-container {
- justify-content: flex-end;
- }
- .quick-input-titlebar .monaco-action-bar .action-label.codicon {
- background-position: center;
- background-repeat: no-repeat;
- padding: 2px;
- }
- .quick-input-description {
- margin: 6px;
- }
- .quick-input-header .quick-input-description {
- margin: 4px 2px;
- }
- .quick-input-header {
- display: flex;
- padding: 6px 6px 0px 6px;
- margin-bottom: -2px;
- }
- .quick-input-widget.hidden-input .quick-input-header {
- /* reduce margins and paddings when input box hidden */
- padding: 0;
- margin-bottom: 0;
- }
- .quick-input-and-message {
- display: flex;
- flex-direction: column;
- flex-grow: 1;
- min-width: 0;
- position: relative;
- }
- .quick-input-check-all {
- align-self: center;
- margin: 0;
- }
- .quick-input-filter {
- flex-grow: 1;
- display: flex;
- position: relative;
- }
- .quick-input-box {
- flex-grow: 1;
- }
- .quick-input-widget.show-checkboxes .quick-input-box,
- .quick-input-widget.show-checkboxes .quick-input-message {
- margin-left: 5px;
- }
- .quick-input-visible-count {
- position: absolute;
- left: -10000px;
- }
- .quick-input-count {
- align-self: center;
- position: absolute;
- right: 4px;
- display: flex;
- align-items: center;
- }
- .quick-input-count .monaco-count-badge {
- vertical-align: middle;
- padding: 2px 4px;
- border-radius: 2px;
- min-height: auto;
- line-height: normal;
- }
- .quick-input-action {
- margin-left: 6px;
- }
- .quick-input-action .monaco-text-button {
- font-size: 11px;
- padding: 0 6px;
- display: flex;
- height: 27.5px;
- align-items: center;
- }
- .quick-input-message {
- margin-top: -1px;
- padding: 5px;
- overflow-wrap: break-word;
- }
- .quick-input-message > .codicon {
- margin: 0 0.2em;
- vertical-align: text-bottom;
- }
- .quick-input-progress.monaco-progress-container {
- position: relative;
- }
- .quick-input-progress.monaco-progress-container,
- .quick-input-progress.monaco-progress-container .progress-bit {
- height: 2px;
- }
- .quick-input-list {
- line-height: 22px;
- margin-top: 6px;
- padding: 0px 1px 1px 1px;
- }
- .quick-input-widget.hidden-input .quick-input-list {
- margin-top: 0; /* reduce margins when input box hidden */
- }
- .quick-input-list .monaco-list {
- overflow: hidden;
- max-height: calc(20 * 22px);
- }
- .quick-input-list .quick-input-list-entry {
- box-sizing: border-box;
- overflow: hidden;
- display: flex;
- height: 100%;
- padding: 0 6px;
- }
- .quick-input-list .quick-input-list-entry.quick-input-list-separator-border {
- border-top-width: 1px;
- border-top-style: solid;
- }
- .quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border {
- border-top-style: none;
- }
- .quick-input-list .quick-input-list-label {
- overflow: hidden;
- display: flex;
- height: 100%;
- flex: 1;
- }
- .quick-input-list .quick-input-list-checkbox {
- align-self: center;
- margin: 0;
- }
- .quick-input-list .quick-input-list-rows {
- overflow: hidden;
- text-overflow: ellipsis;
- display: flex;
- flex-direction: column;
- height: 100%;
- flex: 1;
- margin-left: 5px;
- }
- .quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows {
- margin-left: 10px;
- }
- .quick-input-widget .quick-input-list .quick-input-list-checkbox {
- display: none;
- }
- .quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox {
- display: inline;
- }
- .quick-input-list .quick-input-list-rows > .quick-input-list-row {
- display: flex;
- align-items: center;
- }
- .quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label,
- .quick-input-list .quick-input-list-rows > .quick-input-list-row .monaco-icon-label .monaco-icon-label-container > .monaco-icon-name-container {
- flex: 1; /* make sure the icon label grows within the row */
- }
- .quick-input-list .quick-input-list-rows > .quick-input-list-row .codicon[class*='codicon-'] {
- vertical-align: text-bottom;
- }
- .quick-input-list .quick-input-list-rows .monaco-highlighted-label span {
- opacity: 1;
- }
- .quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding {
- margin-right: 8px; /* separate from the separator label or scrollbar if any */
- }
- .quick-input-list .quick-input-list-label-meta {
- opacity: 0.7;
- line-height: normal;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .quick-input-list .monaco-highlighted-label .highlight {
- font-weight: bold;
- }
- .quick-input-list .quick-input-list-entry .quick-input-list-separator {
- margin-right: 8px; /* separate from keybindings or actions */
- }
- .quick-input-list .quick-input-list-entry-action-bar {
- display: flex;
- flex: 0;
- overflow: visible;
- }
- .quick-input-list .quick-input-list-entry-action-bar .action-label {
- /*
- * By default, actions in the quick input action bar are hidden
- * until hovered over them or selected.
- */
- display: none;
- }
- .quick-input-list .quick-input-list-entry-action-bar .action-label.codicon {
- margin-right: 4px;
- padding: 0px 2px 2px 2px;
- }
- .quick-input-list .quick-input-list-entry-action-bar {
- margin-top: 1px;
- }
- .quick-input-list .quick-input-list-entry-action-bar {
- margin-right: 4px; /* separate from scrollbar */
- }
- .quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,
- .quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label,
- .quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label {
- display: flex;
- }
- /* focused items in quick pick */
- .quick-input-list .monaco-list-row.focused .monaco-keybinding-key,
- .quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator {
- color: inherit
- }
- .quick-input-list .monaco-list-row.focused .monaco-keybinding-key {
- background: none;
- }
|