diff options
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/other-applications.css | 7 |
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 * *************/ |