diff options
author | lukefromdc <[email protected]> | 2016-01-23 16:45:00 -0500 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-01-27 22:10:36 +0100 |
commit | 604f35e5b00cfb04bd6d518a31f4765baf9a48af (patch) | |
tree | 62f2687056717b1c4f9e94b93fd6b0901b633784 | |
parent | 6d08bdbf43fb38c95590fe1e260783beed09407c (diff) | |
download | mate-themes-604f35e5b00cfb04bd6d518a31f4765baf9a48af.tar.bz2 mate-themes-604f35e5b00cfb04bd6d518a31f4765baf9a48af.tar.xz |
Gtk+-3.20 BlackMate: Remove more deprecated style properties
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/other-applications.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index a45f3adf..2076629a 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -51,11 +51,6 @@ window>*>box>box>box>scrolledwindow>.view .entry:focus { } -/* the small line between sidebar and view */ -NemoWindow * { - -GtkPaned-handle-size: 2px; -} - NemoWindow GtkPaned { background-color: @less_dark_color; } @@ -294,7 +289,6 @@ DConfWindow DConfKeyView.view { /* the small line between sidebar and view */ DConfWindow GtkPaned.horizontal { - -GtkPaned-handle-size: 3px; border-color: transparent; background-color: @theme_bg_color; } |