1 changed files with
3 additions and
3 deletions
|
|
@ -8,17 +8,17 @@ body {
|
|
|
|
background: #888;
|
|
|
|
background: #888;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body.connected {
|
|
|
|
body.connected {
|
|
|
|
background: white;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#shell {
|
|
|
|
#shell {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
height: 25em;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
font-family: monospace;
|
|
|
|
font-family: monospace;
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
font-size: 14px;
|
|
|
|
font-size: 14px;
|
|
|
|
background: black;
|
|
|
|
background: none;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|