diff options
author | raveit65 <[email protected]> | 2016-04-22 14:00:06 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-22 14:00:06 +0200 |
commit | 6240e990d82446ddb4b8d65f90b4222348fadfd9 (patch) | |
tree | e69ac033e6d94c3344f18fb67fefb3c54c80d103 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 17490d8367acc16f44af169a2b36330b5931bf7e (diff) | |
download | mate-themes-6240e990d82446ddb4b8d65f90b4222348fadfd9.tar.bz2 mate-themes-6240e990d82446ddb4b8d65f90b4222348fadfd9.tar.xz |
GTK+-3.20 GreenLaguna: remove unwanted border from nemo desktop scrolledwindow
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 6 |
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; } |