You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
458 B
25 lines
458 B
div.code_cell {
|
|
}
|
|
|
|
/* any special styling for code cells that are currently running goes here */
|
|
div.code_cell.running {
|
|
}
|
|
|
|
div.input {
|
|
page-break-inside: avoid;
|
|
.hbox();
|
|
}
|
|
|
|
/* input_area and input_prompt must match in top border and margin for alignment */
|
|
div.input_area {
|
|
border: 1px solid @light_border_color;
|
|
.corner-all;
|
|
background: @cell_background;
|
|
}
|
|
|
|
div.input_prompt {
|
|
color: navy;
|
|
border-top: 1px solid transparent;
|
|
}
|
|
|