kernelSources.css 982 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-DebuggerKernelSources {
  6. min-height: 50px;
  7. margin-top: 3px;
  8. }
  9. [data-jp-debugger='true'].jp-Editor .jp-mod-readOnly {
  10. background: var(--jp-layout-color2);
  11. height: 100%;
  12. }
  13. .jp-DebuggerKernelSources-body [data-jp-debugger='true'].jp-Editor {
  14. height: 100%;
  15. }
  16. .jp-DebuggerKernelSources-body {
  17. height: 100%;
  18. overflow-y: auto;
  19. }
  20. .jp-DebuggerKernelSources-header > div > span {
  21. overflow: hidden;
  22. cursor: pointer;
  23. text-overflow: ellipsis;
  24. white-space: nowrap;
  25. font-size: var(--jp-ui-font-size0);
  26. color: var(--jp-ui-font-color1);
  27. }
  28. .jp-DebuggerKernelSource-filterBox {
  29. padding: 0px;
  30. flex: 0 0 auto;
  31. margin: 0px 0px 0px 0px;
  32. }
  33. .jp-DebuggerKernelSource-filterBox-hidden {
  34. display: none;
  35. }