summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}