Merge pull request #7346 from jdfreder/terminal-page
Use page backdrop color in terminal page
commit
f51872c4c2
@ -1,23 +1,32 @@
|
||||
.terminal {
|
||||
float: left;
|
||||
font-family: monospace;
|
||||
color: white;
|
||||
background: black;
|
||||
padding: @code_padding;
|
||||
border-radius: @border-radius-base;
|
||||
.box-shadow(@global-shadow-dark);
|
||||
.terminal-app {
|
||||
background: @page-backdrop-color;
|
||||
|
||||
&, dummy-screen {
|
||||
line-height: 1em;
|
||||
font-size: @notebook_font_size;
|
||||
#header {
|
||||
background: @body-bg;
|
||||
.box-shadow(@global-shadow);
|
||||
}
|
||||
}
|
||||
|
||||
.terminal-cursor {
|
||||
color: black;
|
||||
background: white;
|
||||
}
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
#terminado-container {
|
||||
margin-top: @page-header-padding;
|
||||
.terminal-cursor {
|
||||
color: black;
|
||||
background: white;
|
||||
}
|
||||
|
||||
#terminado-container {
|
||||
margin-top: @page-header-padding;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue