mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-07-14 10:17:26 +08:00
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.
21 lines
336 B
CSS
21 lines
336 B
CSS
.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;
|
|
}
|