Fixed #197
This commit is contained in:
parent
d742d3e674
commit
a6f2aa6e90
@ -3676,6 +3676,8 @@ list.tilix-session-sidebar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$tilix_bg: if($variant == 'light', #ffffff, #151515);
|
||||||
|
|
||||||
window.background.csd {
|
window.background.csd {
|
||||||
> box.horizontal > stack {
|
> box.horizontal > stack {
|
||||||
> box.vertical > notebook > 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 {
|
&.maximized, &.tiled, &.fullscreen {
|
||||||
> box.horizontal > stack {
|
> box.horizontal > stack {
|
||||||
> box.vertical > notebook > stack {
|
> box.vertical > notebook > stack {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user