mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-07-31 12:20:41 +08:00
14 lines
273 B
CSS
14 lines
273 B
CSS
.highlight-mask
|
|
{
|
|
background: transparent url('../images/theme/transBlack75.png') repeat 0 0;
|
|
display: none;
|
|
position: absolute;
|
|
}
|
|
.highlight-drag
|
|
{
|
|
background-color: transparent;
|
|
border: dashed #ff3333 3px;
|
|
position: absolute;
|
|
display: none;
|
|
}
|