mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
terminal background images
This commit is contained in:
parent
6db6ac3ee4
commit
6fdaebdaf7
@ -23,5 +23,5 @@
|
||||
--term-gray: #8b918a;
|
||||
--term-cmdtext: #f0f0f0;
|
||||
--term-foreground: #c1c1c1;
|
||||
--term-background: #000000;
|
||||
--term-background: #00000000;
|
||||
}
|
||||
|
@ -1,5 +1,19 @@
|
||||
.session-view {
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
content: " ";
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: var(--tab-bg-image-opacity, 0.5);
|
||||
background-image: var(--tab-bg-image-url, none);
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.center-message {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user