settingeditor.css 468 B

123456789101112131415161718
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. #setting-editor.jp-SettingEditor {
  6. outline: none;
  7. }
  8. #setting-editor.jp-SettingEditor .jp-PluginList {
  9. background: yellow;
  10. }
  11. #setting-editor.jp-SettingEditor .jp-PluginEditor {
  12. background: blue;
  13. }