summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-22 14:00:06 +0200
committerraveit65 <[email protected]>2016-04-22 14:00:06 +0200
commit6240e990d82446ddb4b8d65f90b4222348fadfd9 (patch)
treee69ac033e6d94c3344f18fb67fefb3c54c80d103
parent17490d8367acc16f44af169a2b36330b5931bf7e (diff)
downloadmate-themes-6240e990d82446ddb4b8d65f90b4222348fadfd9.tar.bz2
mate-themes-6240e990d82446ddb4b8d65f90b4222348fadfd9.tar.xz
GTK+-3.20 GreenLaguna: remove unwanted border from nemo desktop scrolledwindow
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css6
1 files changed, 6 insertions, 0 deletions
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;
}