- /*-----------------------------------------------------------------------------
- | Copyright (c) Jupyter Development Team.
- | Distributed under the terms of the Modified BSD License.
- |----------------------------------------------------------------------------*/
- .jp-StatusItem-untrusted {
- background-image: url('./not-trusted-icon.svg');
- }
- .jp-StatusItem-trusted {
- background-image: url('./trusted-icon.svg');
- }
|