From 427d6c92739624623bb2a2598cb5881016aa0186 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 25 Dec 2017 18:38:02 +0100 Subject: all themes: remove right-border from scrolledwindow.frame ....for maximized windows. But not for ie. sidebars. Partially fix for https://github.com/mate-desktop/mate-desktop/issues/291 --- desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'desktop-themes/BlueMenta/gtk-3.0') diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 5318b3ec..9877fc5a 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -937,3 +937,14 @@ matekbd-keyboard-drawing, border-radius: 0px; } +/* fix for some maximized windows + https://github.com/mate-desktop/mate-desktop/issues/291 + FIXME Sadly pluma ignore doesn't show the maximised style class */ + +window.background.maximized.engrampa-window > grid.horizontal > paned.horizontal > scrolledwindow.frame, +window.background.maximized.atril-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame, +window.background.pluma-window > box.vertical > paned.horizontal > paned.vertical > notebook box.vertical > scrolledwindow.frame, +window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame { + border-right-width: 0px; +} + -- cgit v1.2.1