Path: blob/main/src/vs/workbench/contrib/notebook/browser/media/notebookCellInsertToolbar.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-workbench .notebookOverlay .cell-list-top-cell-toolbar-container {6padding-top: 1px !important;7}89.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container.emptyNotebook {10opacity: 1 !important;11}1213.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container,14.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container {15position: absolute;16display: flex;17justify-content: center;18z-index: var(--z-index-notebook-cell-bottom-toolbar-container);19width: calc(100% - 32px);20opacity: 0;21padding: 0;22margin: 0 16px 0 16px;23}2425.monaco-workbench:not(.reduce-motion) .notebookOverlay .cell-list-top-cell-toolbar-container,26.monaco-workbench:not(.reduce-motion) .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container {27transition: opacity 0.3s ease-in-out;28}2930.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container {31top: 0px;32height: 33px;33}3435.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row.cell-drag-image .cell-bottom-toolbar-container {36display: none;37}3839.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container:focus-within,40.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container:hover,41.monaco-workbench .notebookOverlay.notebook-editor-editable > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container:hover,42.monaco-workbench .notebookOverlay.notebook-editor-editable > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container:focus-within {43opacity: 1;44}4546.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container .monaco-toolbar {47margin-top: 3px; /* This is the minimum to keep the top edge from being cut off at the top of the editor */48}4950.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container .monaco-toolbar .action-item,51.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container .monaco-toolbar .action-item {52display: flex;53}5455.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container .monaco-toolbar .action-item.active,56.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container .monaco-toolbar .action-item.active {57transform: none;58}5960.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container .monaco-toolbar .action-label,61.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container .monaco-toolbar .action-label {62font-size: 12px;63margin: 0px;64display: inline-flex;65padding: 0px 4px;66border-radius: 0;67align-items: center;68}6970.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container .monaco-toolbar .action-label .codicon,71.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container .monaco-toolbar .action-label .codicon {72margin-right: 3px;73}7475.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container .monaco-action-bar,76.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container .monaco-action-bar {77display: flex;78align-items: center;79}8081.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container .action-item,82.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container .action-item {83margin-left: 8px;84margin-right: 8px;85}8687.monaco-workbench .notebookOverlay .cell-list-top-cell-toolbar-container span.codicon,88.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .cell-bottom-toolbar-container span.codicon {89text-align: center;90font-size: 14px;91}929394