From fc4859bb361ce08a45f6f030a04472b69e9fd8b1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 22 Apr 2016 14:00:06 +0200 Subject: GTK+-3.20 GreenLaguna: remove unwanted border from nemo desktop scrolledwindow --- desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 8fee6048..292849fa 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -75,6 +75,12 @@ border-color: alpha(@frame_color, 0.6); } +/* remove unwanted border from desktop window */ +.nemo-desktop-window box.nemo-window-pane scrolledwindow { + border-width: 0px; + border-style: none; +} + .nemo-canvas-item { border-radius: 5px; } -- cgit v1.2.1