From e46bd7e14aee646661ba53167198ad77adacc536 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 2 Jul 2016 16:04:42 +0200 Subject: GTK+-3.20 TOK themes: kill a unwanted border on nemo desktop window --- desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css | 7 +++++++ desktop-themes/TraditionalOk/gtk-3.0/other-applications.css | 7 +++++++ 2 files changed, 14 insertions(+) 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 * *************/ diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css index b791419d..55891dd9 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css +++ b/desktop-themes/TraditionalOk/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 * *************/ -- cgit v1.2.1