diff options
author | raveit65 <[email protected]> | 2016-07-02 16:04:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-02 16:05:31 +0200 |
commit | cf4a45edcf759fd98501275dd322d2e51bb524f7 (patch) | |
tree | 7cf1121b4b55d8dc488d14603b70bb1233b77700 /desktop-themes/TraditionalOk | |
parent | d1e85727a934d5d6671209999ac6172fdd477531 (diff) | |
download | mate-themes-cf4a45edcf759fd98501275dd322d2e51bb524f7.tar.bz2 mate-themes-cf4a45edcf759fd98501275dd322d2e51bb524f7.tar.xz |
GTK+-3.20 TOK themes: kill a unwanted border on nemo desktop window
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/other-applications.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 * *************/ |