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 *