This commit is contained in:
Vince 2021-04-21 13:53:53 +08:00
parent d742d3e674
commit a6f2aa6e90

View File

@ -3676,6 +3676,8 @@ list.tilix-session-sidebar {
}
}
$tilix_bg: if($variant == 'light', #ffffff, #151515);
window.background.csd {
> box.horizontal > stack {
> box.vertical > notebook > stack {
@ -3683,6 +3685,26 @@ window.background.csd {
}
}
> overlay > notebook > stack > .tilix-background {
background-color: $tilix_bg;
border-radius: 0 0 $wm_radius $wm_radius;
> .tilix-background {
background-color: $tilix_bg;
border-radius: 0 0 $wm_radius $wm_radius;
> box.vertical > widget > box.vertical > box.vertical > box.horizontal > overlay > .tilix-terminal-scrolledwindow {
padding-bottom: $wm_radius;
background-color: $tilix_bg;
border-radius: 0 0 $wm_radius $wm_radius;
> vte-terminal {
border-radius: 0 0 $wm_radius $wm_radius;
}
}
}
}
&.maximized, &.tiled, &.fullscreen {
> box.horizontal > stack {
> box.vertical > notebook > stack {