##// END OF EJS Templates
Backport PR #8191: small focus/keyboard-related fixes for 3.1...
Backport PR #8191: small focus/keyboard-related fixes for 3.1 - don't disable keyboard shortcuts on main toolbar - remove some extraneous focus_cell calls from actions.js This restores most of the toolbar behavior of 2.x. ...

File last commit:

r19814:eb27a16e
r21023:4625cb2a
Show More
terminal.less
32 lines | 567 B | text/x-less | LessCssLexer
.terminal-app {
background: @page-backdrop-color;
#header {
background: @body-bg;
.box-shadow(@global-shadow);
}
.terminal {
float: left;
font-family: monospace;
color: white;
background: black;
padding: @code_padding;
border-radius: @border-radius-base;
.box-shadow(@global-shadow-dark);
&, dummy-screen {
line-height: 1em;
font-size: @notebook_font_size;
}
}
.terminal-cursor {
color: black;
background: white;
}
#terminado-container {
margin-top: @page-header-padding;
}
}