settingeditor.css 540 B

12345678910111213141516171819202122
  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 ul.jp-PluginList {
  9. background: yellow;
  10. list-style-type: none;
  11. margin: 0;
  12. padding: 2px;
  13. }
  14. #setting-editor.jp-SettingEditor .jp-PluginEditor {
  15. background: blue;
  16. color: white;
  17. }