mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
fix styles on remote conn view
This commit is contained in:
parent
2e5f7ca8d6
commit
a77746b8bd
@ -220,6 +220,4 @@
|
|||||||
--modal-header-bottom-border-color: rgba(241, 246, 243, 0.15);
|
--modal-header-bottom-border-color: rgba(241, 246, 243, 0.15);
|
||||||
|
|
||||||
--logo-button-hover-bg-color: #1e1e1e;
|
--logo-button-hover-bg-color: #1e1e1e;
|
||||||
|
|
||||||
--xterm-viewport-border-color: rgba(241, 246, 243, 0.15);
|
|
||||||
}
|
}
|
||||||
|
@ -74,6 +74,4 @@
|
|||||||
--toggle-thumb-color: var(--app-bg-color);
|
--toggle-thumb-color: var(--app-bg-color);
|
||||||
|
|
||||||
--logo-button-hover-bg-color: #f0f0f0;
|
--logo-button-hover-bg-color: #f0f0f0;
|
||||||
|
|
||||||
--xterm-viewport-border-color: rgba(0, 0, 0, 0.3);
|
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
:root {
|
:root {
|
||||||
/*
|
/*
|
||||||
* term colors (16 + 2) form the base terminal theme
|
* term colors (16 + 5) form the base terminal theme
|
||||||
* for consistency these colors should be used by plugins/applications
|
* for consistency these colors should be used by plugins/applications
|
||||||
*/
|
*/
|
||||||
--term-black: #000000;
|
--term-black: #000000;
|
||||||
|
@ -90,25 +90,12 @@
|
|||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
border: 1px solid var(--app-border-color);
|
||||||
|
border-radius: 6px;
|
||||||
|
padding: 6px 10px;
|
||||||
|
|
||||||
.terminal-connectelem {
|
.terminal-connectelem {
|
||||||
height: 163px !important; // Needed to override plugin height
|
height: 163px !important; // Needed to override plugin height
|
||||||
|
|
||||||
.xterm-viewport {
|
|
||||||
display: flex;
|
|
||||||
padding: 6px 10px;
|
|
||||||
gap: 8px;
|
|
||||||
align-items: flex-start;
|
|
||||||
align-self: stretch;
|
|
||||||
border-radius: 6px;
|
|
||||||
border: 1px solid var(--xterm-viewport-border-color);
|
|
||||||
background: #080a08;
|
|
||||||
height: 163px !important; // Needed to override plugin height
|
|
||||||
}
|
|
||||||
|
|
||||||
.xterm-screen {
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user