mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-04 17:33:21 +08:00
Huge refactor to have everything working with socket.io
It fixes lots of bugs, can fallback to long polling, resize viewport of terminals and share clients state of the session, so they all see the same thing.
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
.selected button {
|
||||
background-color: rgba(158,158,158,0.2);
|
||||
}
|
||||
|
||||
md-card-content.terminal {
|
||||
background-color: rgb(113, 113, 113);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.terminal {
|
||||
background-color: rgb(113, 113, 113);
|
||||
}
|
||||
|
||||
.terminal .xterm-viewport {
|
||||
background-color: rgb(113, 113, 113);
|
||||
}
|
||||
|
||||
.terminal .xterm-rows {
|
||||
background-color: #000;
|
||||
}
|
||||
|
Reference in New Issue
Block a user