From 843e1fc5960a7b24324584a19556c253de335aab Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 5 Oct 2022 22:49:01 +0800 Subject: [PATCH] update --- src/sass/gtk/apps/_misc.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/sass/gtk/apps/_misc.scss b/src/sass/gtk/apps/_misc.scss index 94e78889..d5ecc260 100644 --- a/src/sass/gtk/apps/_misc.scss +++ b/src/sass/gtk/apps/_misc.scss @@ -50,6 +50,26 @@ button.flat.tilix-small-button { 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 *