UNPKG

634 BCSSView Raw
1/*-----------------------------------------------------------------------------
2| Copyright (c) Jupyter Development Team.
3| Distributed under the terms of the Modified BSD License.
4|----------------------------------------------------------------------------*/
5
6/*-----------------------------------------------------------------------------
7| Header/Footer
8|----------------------------------------------------------------------------*/
9
10/* Hidden by zero height by default */
11.jp-CellHeader,
12.jp-CellFooter {
13 height: 0px;
14 width: 100%;
15 padding: 0px;
16 margin: 0px;
17 border: none;
18 outline: none;
19 background: transparent;
20}