toolbar.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. /*-----------------------------------------------------------------------------
  6. | Variables
  7. |----------------------------------------------------------------------------*/
  8. /*-----------------------------------------------------------------------------
  9. /*-----------------------------------------------------------------------------
  10. | Styles
  11. |----------------------------------------------------------------------------*/
  12. .jp-NotebookPanel-toolbar {
  13. padding: 2px;
  14. }
  15. .jp-Toolbar-item.jp-Notebook-toolbarCellType .jp-select-wrapper.jp-mod-focused {
  16. border: none;
  17. box-shadow: none;
  18. }
  19. .jp-Notebook-toolbarCellTypeDropdown select {
  20. height: 24px;
  21. font-size: var(--jp-ui-font-size1);
  22. line-height: 14px;
  23. border-radius: 0;
  24. display: block;
  25. }
  26. .jp-Notebook-toolbarCellTypeDropdown span {
  27. top: 5px !important;
  28. }