summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-02 16:04:42 +0200
committerraveit65 <[email protected]>2016-07-02 16:05:48 +0200
commite46bd7e14aee646661ba53167198ad77adacc536 (patch)
tree9f6b22a3ac1fe8682a74ba70f564a662bd20b11a /desktop-themes/TraditionalGreen
parentd972c92cf1d4feab0bef96c601f39c1f84f0b6a2 (diff)
downloadmate-themes-e46bd7e14aee646661ba53167198ad77adacc536.tar.bz2
mate-themes-e46bd7e14aee646661ba53167198ad77adacc536.tar.xz
GTK+-3.20 TOK themes: kill a unwanted border on nemo desktop window
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
index b791419d..55891dd9 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css
@@ -42,6 +42,13 @@
background-color: @notebook_bg_color;
}
+/* kill unwanted borders */
+.nemo-desktop-window .nemo-window-pane > notebook box > overlay > scrolledwindow {
+ border-style: none;
+ border-width: 0px;
+ padding: 0px;
+}
+
/*************
* Yumex-DNF *
*************/