From 358a8ac6191a90ff4e5c18d5b97dced82268bfaa Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 25 Dec 2017 19:48:53 +0100 Subject: all themes caja: 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/GreenLaguna/gtk-3.0/mate-applications.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 791a7c3e..147d6b0b 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -706,7 +706,8 @@ matekbd-keyboard-drawing, 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 { +window.background.maximized.logview-window > box.vertical > paned.horizontal > box.vertical > scrolledwindow.frame, +window.background.maximized.caja-navigation-window notebook.caja-notebook scrolledwindow.frame { border-right-width: 0px; } -- cgit v1.2.1