diff options
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 2756c54f..791a7c3e 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -699,3 +699,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; +} + |