summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-22 14:00:06 +0200
committerraveit65 <[email protected]>2016-04-22 14:00:48 +0200
commitfc4859bb361ce08a45f6f030a04472b69e9fd8b1 (patch)
treee69ac033e6d94c3344f18fb67fefb3c54c80d103 /desktop-themes/GreenLaguna
parent853d0d3dc54f1bf4da723395fe55278960934d2f (diff)
downloadmate-themes-fc4859bb361ce08a45f6f030a04472b69e9fd8b1.tar.bz2
mate-themes-fc4859bb361ce08a45f6f030a04472b69e9fd8b1.tar.xz
GTK+-3.20 GreenLaguna: remove unwanted border from nemo desktop scrolledwindow
Diffstat (limited to 'desktop-themes/GreenLaguna')
-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;
}