This commit is contained in:
Vince
2022-10-05 22:49:01 +08:00
parent e4298f2884
commit 843e1fc596

View File

@@ -50,6 +50,26 @@ button.flat.tilix-small-button {
background-color: $titlebar-track-disabled; background-color: $titlebar-track-disabled;
} }
/*********
* Meld *
********/
.meld-notebook {
&, > stack {
background: none;
border-radius: 0 0 $window-radius $window-radius;
}
}
.meld-notebook-child {
background-color: $base-alt;
border-radius: 0 0 $window-radius $window-radius;
}
statusbar.meld-status-bar {
background: none;
}
/*********** /***********
* Eclipse * * Eclipse *