status.css 417 B

123456789101112
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) Jupyter Development Team.
  3. | Distributed under the terms of the Modified BSD License.
  4. |----------------------------------------------------------------------------*/
  5. .jp-StatusItem-untrusted {
  6. background-image: url('./not-trusted-icon.svg');
  7. }
  8. .jp-StatusItem-trusted {
  9. background-image: url('./trusted-icon.svg');
  10. }