UNPKG

342 BCSSView Raw
1/*
2 * Copyright (c) Jupyter Development Team.
3 * Distributed under the terms of the Modified BSD License.
4 */
5
6/* @deprecated dead code to be removed in JupyterLab 5 */
7.jp-Toolbar-item.jp-Toolbar-kernelStatus {
8 display: inline-block;
9 width: 32px;
10 background-repeat: no-repeat;
11 background-position: center;
12 background-size: 16px;
13}