sources.css 709 B

1234567891011121314151617181920212223242526
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. [data-jp-debugger='true'].jp-Editor .jp-mod-readOnly {
  6. background: var(--jp-layout-color2);
  7. height: 100%;
  8. }
  9. .jp-DebuggerSources-body [data-jp-debugger='true'].jp-Editor {
  10. height: 100%;
  11. }
  12. .jp-DebuggerSources-body {
  13. height: 100%;
  14. }
  15. .jp-DebuggerSources-header > div > span {
  16. overflow: hidden;
  17. cursor: pointer;
  18. text-overflow: ellipsis;
  19. white-space: nowrap;
  20. font-size: var(--jp-ui-font-size0);
  21. color: var(--jp-ui-font-color1);
  22. }