From 8266ad0ebc8f9c0dbce7e18f0c100873f753b2ad Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 19 Sep 2016 22:00:11 +0200 Subject: add some mate application styling --- common/gtk-3.0/3.20/sass/_applications.scss | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'common/gtk-3.0/3.20/sass') diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index ea98120..c5882b0 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -7,9 +7,10 @@ terminal-window notebook { } // -// GNOME Terminal +// GNOME Terminal, MATE Terminal // -terminal-window { +terminal-window, +.mate-terminal { notebook { > header.top { @@ -264,6 +265,23 @@ $disk_space_free: darken($bg_color, 3%); } } +// +// Pluma +// + +.pluma-window statusbar frame > border { border: none; } + +.pluma-window notebook > stack scrolledwindow { border-width: 0 0 1px 0; } + +#pluma-status-combo-button { + min-height: 0; + padding: 0; + + border-top: none; + border-bottom: none; + border-radius: 0; +} + // // Gnome Builder // -- cgit v1.2.3