/*----------------------------------------------------------------------------- | Copyright (c) 2014-2016, Jupyter Development Team. | | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ body { margin: 0; padding: 0; } #main { position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; } .jp-Notebook-panel { border-bottom: 1px solid #E0E0E0; } .p-CommandPalette { min-width: 325px; background: #F8F8F8; border: 1px solid #E0E0E0; color: #757575; font-family: "Helvetica Neue", Helvetica; } .p-CommandPalette-search { padding: 8px; } .p-CommandPalette-inputWrapper { padding: 4px 6px; background: white; border: 1px solid #E0E0E0; } .p-CommandPalette-input { width: 100%; border: none; outline: none; font-size: 16px; } .p-CommandPalette-header { padding: 4px; color: #757575; font-size: 12px; font-weight: 600; text-transform: capitalize; background: #E1E1E1; cursor: pointer; } .p-CommandPalette-header.p-mod-active { background: #7FDBFF; } .p-CommandPalette-header:hover::before { content: '\2026'; /* ellipsis */ float: right; margin-right: 4px; } .p-CommandPalette-header > mark { background-color: transparent; font-weight: bold; } .p-CommandPalette-command { padding: 4px 8px; color: #757575; font-size: 13px; font-weight: 500; } .p-CommandPalette-command.p-mod-active { background: #7FDBFF; } .p-CommandPalette-command:hover:not(.p-mod-active) { background: #EBEBEB; } .p-CommandPalette-commandText > mark { background-color: transparent; font-weight: bold; } .p-CommandPalette-commandCaption { color: #9E9E9E; font-size: 11px; font-weight: 400; } .p-CommandPalette-commandShortcut { color: #bbbaaa; }